public static class MetadataFieldType.Constraint extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dataset" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="levelProperty" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="levelValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
<choice>
<element name="validationGroup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Type | Property and Description |
|---|---|
boolean |
isSetLevel
Gets the value of the property setLevelProperty.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataFieldType.Constraint.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected String |
dataset |
protected String |
levelProperty |
protected String |
levelValue |
protected String |
parent |
protected String |
validationGroup |
protected String |
value |
| Constructor and Description |
|---|
Constraint() |
| 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) |
String |
getDataset()
Gets the value of the dataset property.
|
String |
getLevelProperty()
Gets the value of the levelProperty property.
|
String |
getLevelValue()
Gets the value of the levelValue property.
|
String |
getParent()
Gets the value of the parent property.
|
String |
getValidationGroup()
Gets the value of the validationGroup property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isSetDataset() |
boolean |
isSetLevelProperty()
Gets the value of the property setLevelProperty.
|
boolean |
isSetLevelValue() |
boolean |
isSetParent() |
boolean |
isSetValidationGroup() |
boolean |
isSetValue() |
void |
setDataset(String value)
Sets the value of the dataset property.
|
void |
setLevelProperty(String value)
Sets the value of the levelProperty property.
|
void |
setLevelValue(String value)
Sets the value of the levelValue property.
|
void |
setParent(String value)
Sets the value of the parent property.
|
void |
setValidationGroup(String value)
Sets the value of the validationGroup property.
|
void |
setValue(String value)
Sets the value of the value property.
|
MetadataFieldType.Constraint |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
MetadataFieldType.Constraint |
withDataset(String value) |
MetadataFieldType.Constraint |
withLevelProperty(String value) |
MetadataFieldType.Constraint |
withLevelValue(String value) |
MetadataFieldType.Constraint |
withParent(String value) |
MetadataFieldType.Constraint |
withValidationGroup(String value) |
MetadataFieldType.Constraint |
withValue(String value) |
public boolean isSetLevelProperty
protected String dataset
protected String levelProperty
protected String levelValue
protected String value
protected String validationGroup
protected String parent
public String getDataset()
Stringpublic void setDataset(String value)
value - allowed object is
Stringpublic boolean isSetDataset()
public String getLevelProperty()
Stringpublic void setLevelProperty(String value)
value - allowed object is
Stringpublic boolean isSetLevelProperty()
public String getLevelValue()
Stringpublic void setLevelValue(String value)
value - allowed object is
Stringpublic boolean isSetLevelValue()
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public String getValidationGroup()
Stringpublic void setValidationGroup(String value)
value - allowed object is
Stringpublic boolean isSetValidationGroup()
public String getParent()
Stringpublic void setParent(String value)
value - allowed object is
Stringpublic boolean isSetParent()
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 MetadataFieldType.Constraint withDataset(String value)
public MetadataFieldType.Constraint withLevelProperty(String value)
public MetadataFieldType.Constraint withLevelValue(String value)
public MetadataFieldType.Constraint withValue(String value)
public MetadataFieldType.Constraint withValidationGroup(String value)
public MetadataFieldType.Constraint withParent(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.Equalspublic MetadataFieldType.Constraint visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.