public class PhysicalProperty
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PhysicalProperty.Builder |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getInstanceValue()
Returns the property value as an instance.
|
java.lang.String |
getKey()
Returns the property value key.
|
java.lang.String |
getName()
Returns the property name.
|
javax.xml.namespace.QName |
getType()
Returns the optional type.
|
org.w3c.dom.Document |
getXmlValue()
Returns the property value.
|
boolean |
isMany()
Returns true if the property is multi-valued.
|
boolean |
isRequired()
Returns true if the property is required.
|
public java.lang.String getName()
public org.w3c.dom.Document getXmlValue()
public java.lang.String getKey()
public java.lang.Object getInstanceValue()
public boolean isMany()
public javax.xml.namespace.QName getType()
public boolean isRequired()