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"/> <element name="validationGroup" type="{http://www.w3.org/2001/XMLSchema}string"/> </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 |
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 |
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 |
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 |
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 |
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
public String getDataset()
String
public void setDataset(String value)
value
- allowed object is
String
public boolean isSetDataset()
public String getLevelProperty()
String
public void setLevelProperty(String value)
value
- allowed object is
String
public boolean isSetLevelProperty()
public String getLevelValue()
String
public void setLevelValue(String value)
value
- allowed object is
String
public boolean isSetLevelValue()
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public boolean isSetValue()
public String getValidationGroup()
String
public void setValidationGroup(String value)
value
- allowed object is
String
public boolean isSetValidationGroup()
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 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 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 MetadataFieldType.Constraint visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.