public class MetadataFieldValueConstraintType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for MetadataFieldValueConstraintType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataFieldValueConstraintType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="field" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataFieldValueConstraintType.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected String |
field |
protected String |
id |
protected String |
value |
| Constructor and Description |
|---|
MetadataFieldValueConstraintType() |
| 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 |
getField()
Gets the value of the field property.
|
String |
getId()
Gets the value of the id property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isSetField() |
boolean |
isSetId() |
boolean |
isSetValue() |
void |
setField(String value)
Sets the value of the field property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setValue(String value)
Sets the value of the value property.
|
MetadataFieldValueConstraintType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
MetadataFieldValueConstraintType |
withField(String value) |
MetadataFieldValueConstraintType |
withId(String value) |
MetadataFieldValueConstraintType |
withValue(String value) |
public String getField()
Stringpublic void setField(String value)
value - allowed object is
Stringpublic boolean isSetField()
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
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 MetadataFieldValueConstraintType withField(String value)
public MetadataFieldValueConstraintType withValue(String value)
public MetadataFieldValueConstraintType withId(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 MetadataFieldValueConstraintType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.