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.
|
protected String regex
protected BigInteger idGroup
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 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
Copyright © 2015. All rights reserved.