public class SequenceMetaDataType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 | Class and Description |
---|---|
static class |
SequenceMetaDataType.PropInfo |
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() |
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 |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
SequenceMetaDataType |
withIdGroup(BigInteger value) |
SequenceMetaDataType |
withRegex(String value) |
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
public SequenceMetaDataType withRegex(String value)
public SequenceMetaDataType withIdGroup(BigInteger 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 SequenceMetaDataType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.