Package com.vidispine.generated
Class FileSequestionDefinitionType
- java.lang.Object
-
- com.vidispine.generated.FileSequestionDefinitionType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class FileSequestionDefinitionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FileSequestionDefinitionType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected BigInteger
idGroup
protected String
numFormat
protected BigInteger
numGroup
protected String
regex
protected BigInteger
timeout
-
Constructor Summary
Constructors Constructor Description FileSequestionDefinitionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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)
-
-
-
Field Detail
-
regex
protected String regex
-
idGroup
protected BigInteger idGroup
-
numGroup
protected BigInteger numGroup
-
timeout
protected BigInteger timeout
-
numFormat
protected String numFormat
-
-
Method Detail
-
getRegex
public String getRegex()
Gets the value of the regex property.- Returns:
- possible object is
String
-
setRegex
public void setRegex(String value)
Sets the value of the regex property.- Parameters:
value
- allowed object isString
-
isSetRegex
public boolean isSetRegex()
-
getIdGroup
public BigInteger getIdGroup()
Gets the value of the idGroup property.- Returns:
- possible object is
BigInteger
-
setIdGroup
public void setIdGroup(BigInteger value)
Sets the value of the idGroup property.- Parameters:
value
- allowed object isBigInteger
-
isSetIdGroup
public boolean isSetIdGroup()
-
getNumGroup
public BigInteger getNumGroup()
Gets the value of the numGroup property.- Returns:
- possible object is
BigInteger
-
setNumGroup
public void setNumGroup(BigInteger value)
Sets the value of the numGroup property.- Parameters:
value
- allowed object isBigInteger
-
isSetNumGroup
public boolean isSetNumGroup()
-
getTimeout
public BigInteger getTimeout()
Gets the value of the timeout property.- Returns:
- possible object is
BigInteger
-
setTimeout
public void setTimeout(BigInteger value)
Sets the value of the timeout property.- Parameters:
value
- allowed object isBigInteger
-
isSetTimeout
public boolean isSetTimeout()
-
getNumFormat
public String getNumFormat()
Gets the value of the numFormat property.- Returns:
- possible object is
String
-
setNumFormat
public void setNumFormat(String value)
Sets the value of the numFormat property.- Parameters:
value
- allowed object isString
-
isSetNumFormat
public boolean isSetNumFormat()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withRegex
public FileSequestionDefinitionType withRegex(String value)
-
withIdGroup
public FileSequestionDefinitionType withIdGroup(BigInteger value)
-
withNumGroup
public FileSequestionDefinitionType withNumGroup(BigInteger value)
-
withTimeout
public FileSequestionDefinitionType withTimeout(BigInteger value)
-
withNumFormat
public FileSequestionDefinitionType withNumFormat(String value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public FileSequestionDefinitionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-