public static class PropertyControl.ContextProperties
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/> </extension> </simpleContent> </complexType>
Constructor and Description |
---|
PropertyControl.ContextProperties() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(java.lang.String propName) |
java.lang.String |
getDataType(java.lang.String propName) |
java.lang.String |
getLang()
Gets the value of the lang property.
|
static java.util.List |
getPropertyNames(java.lang.String entityTypeName) |
static java.util.HashSet |
getSubTypes() |
java.util.ArrayList |
getSuperTypes() |
java.lang.String |
getTypeName() |
java.lang.String |
getValue()
Gets the value of the value property.
|
boolean |
isSet(java.lang.String propName) |
boolean |
isSetLang() |
boolean |
isSetValue() |
boolean |
isSubType(java.lang.String superTypeName) |
void |
set(java.lang.String propName,
java.lang.Object value) |
void |
setLang(java.lang.String value)
Sets the value of the lang property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
java.lang.String |
toString() |
void |
unset(java.lang.String propName) |
public java.lang.String getValue()
String
public void setValue(java.lang.String value)
value
- allowed object is String
public boolean isSetValue()
public java.lang.String getLang()
String
public void setLang(java.lang.String value)
value
- allowed object is String
public boolean isSetLang()
public java.lang.Object get(java.lang.String propName)
public boolean isSet(java.lang.String propName)
public void set(java.lang.String propName, java.lang.Object value)
public void unset(java.lang.String propName)
public java.lang.String getTypeName()
public static java.util.List getPropertyNames(java.lang.String entityTypeName)
public java.lang.String getDataType(java.lang.String propName)
public java.util.ArrayList getSuperTypes()
public boolean isSubType(java.lang.String superTypeName)
public static java.util.HashSet getSubTypes()
public java.lang.String toString()
toString
in class java.lang.Object