public class FileSequestionDefinitionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for FileSequestionDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileSequestionDefinitionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="regex" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="idGroup" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="numGroup" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="timeout" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="numFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
FileSequestionDefinitionType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected BigInteger |
idGroup |
protected String |
numFormat |
protected BigInteger |
numGroup |
protected String |
regex |
protected BigInteger |
timeout |
Constructor and Description |
---|
FileSequestionDefinitionType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
BigInteger |
getIdGroup()
Gets the value of the idGroup property.
|
String |
getNumFormat()
Gets the value of the numFormat property.
|
BigInteger |
getNumGroup()
Gets the value of the numGroup property.
|
String |
getRegex()
Gets the value of the regex property.
|
BigInteger |
getTimeout()
Gets the value of the timeout property.
|
boolean |
isSetIdGroup() |
boolean |
isSetNumFormat() |
boolean |
isSetNumGroup() |
boolean |
isSetRegex() |
boolean |
isSetTimeout() |
void |
setIdGroup(BigInteger value)
Sets the value of the idGroup property.
|
void |
setNumFormat(String value)
Sets the value of the numFormat property.
|
void |
setNumGroup(BigInteger value)
Sets the value of the numGroup property.
|
void |
setRegex(String value)
Sets the value of the regex property.
|
void |
setTimeout(BigInteger value)
Sets the value of the timeout property.
|
FileSequestionDefinitionType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
FileSequestionDefinitionType |
withIdGroup(BigInteger value) |
FileSequestionDefinitionType |
withNumFormat(String value) |
FileSequestionDefinitionType |
withNumGroup(BigInteger value) |
FileSequestionDefinitionType |
withRegex(String value) |
FileSequestionDefinitionType |
withTimeout(BigInteger value) |
protected String regex
protected BigInteger idGroup
protected BigInteger numGroup
protected BigInteger timeout
protected String numFormat
public String getRegex()
String
public void setRegex(String value)
value
- allowed object is
String
public boolean isSetRegex()
public BigInteger getIdGroup()
BigInteger
public void setIdGroup(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetIdGroup()
public BigInteger getNumGroup()
BigInteger
public void setNumGroup(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetNumGroup()
public BigInteger getTimeout()
BigInteger
public void setTimeout(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetTimeout()
public String getNumFormat()
String
public void setNumFormat(String value)
value
- allowed object is
String
public boolean isSetNumFormat()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public FileSequestionDefinitionType withRegex(String value)
public FileSequestionDefinitionType withIdGroup(BigInteger value)
public FileSequestionDefinitionType withNumGroup(BigInteger value)
public FileSequestionDefinitionType withTimeout(BigInteger value)
public FileSequestionDefinitionType withNumFormat(String value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public FileSequestionDefinitionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.