public class SequenceMetaDataType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for SequenceMetaDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SequenceMetaDataType">
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
idGroup |
protected String |
regex |
| Constructor and Description |
|---|
SequenceMetaDataType() |
| 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() |
BigInteger |
getIdGroup()
Gets the value of the idGroup property.
|
String |
getRegex()
Gets the value of the regex property.
|
boolean |
isSetIdGroup() |
boolean |
isSetRegex() |
void |
setIdGroup(BigInteger value)
Sets the value of the idGroup property.
|
void |
setRegex(String value)
Sets the value of the regex property.
|
SequenceMetaDataType |
withIdGroup(BigInteger value) |
SequenceMetaDataType |
withRegex(String value) |
protected String regex
protected BigInteger idGroup
public String getRegex()
Stringpublic void setRegex(String value)
value - allowed object is
Stringpublic boolean isSetRegex()
public BigInteger getIdGroup()
BigIntegerpublic void setIdGroup(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetIdGroup()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic SequenceMetaDataType withRegex(String value)
public SequenceMetaDataType withIdGroup(BigInteger value)
Copyright © 2015. All rights reserved.