public class PropertyType extends Object implements Named, Visitable
Java class for PropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Object |
value |
| Constructor and Description |
|---|
PropertyType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
void |
afterUnmarshal(Unmarshaller u,
Object parent) |
QName |
getJAXBElementName() |
String |
getName()
Gets the value of the name property.
|
Object |
getValue()
Gets the value of the value property.
|
boolean |
isSetName() |
boolean |
isSetValue() |
void |
setJAXBElementName(QName name) |
void |
setName(String value)
Sets the value of the name property.
|
void |
setValue(Object value)
Sets the value of the value property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public Object getValue()
Objectpublic void setValue(Object value)
value - allowed object is
Objectpublic boolean isSetValue()
public void setJAXBElementName(QName name)
setJAXBElementName in interface Namedpublic QName getJAXBElementName()
getJAXBElementName in interface Namedpublic void afterUnmarshal(Unmarshaller u, Object parent)
This work is licensed under a Creative Commons Attribution 4.0 International License.