public class Root
extends java.lang.Object
Java class for Root complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Root"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="contexts" type="{http://www.ibm.com/websphere/wim}Context" maxOccurs="unbounded" minOccurs="0"/> <element name="entities" type="{http://www.ibm.com/websphere/wim}Entity" maxOccurs="unbounded" minOccurs="0"/> <element name="controls" type="{http://www.ibm.com/websphere/wim}Control" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="validated" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Root is an object and does not have any meaning other than its use as a container. It has several objects: contexts, entities, and controls, each of which are represented themselves by objects. The Root object can contain an unlimited number of each of these objects.
Constructor and Description |
---|
Root() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(java.lang.String propName) |
java.util.List<Context> |
getContexts()
Gets the value of the contexts property.
|
java.util.List<Control> |
getControls()
Gets the value of the controls property.
|
java.lang.String |
getDataType(java.lang.String propName) |
java.util.List<Entity> |
getEntities()
Gets the value of the entities property.
|
static java.util.List |
getPropertyNames(java.lang.String entityTypeName) |
static java.util.HashSet |
getSubTypes() |
java.util.ArrayList |
getSuperTypes() |
java.lang.String |
getTypeName() |
boolean |
isSet(java.lang.String propName) |
boolean |
isSetContexts() |
boolean |
isSetControls() |
boolean |
isSetEntities() |
boolean |
isSetValidated() |
boolean |
isSubType(java.lang.String superTypeName) |
boolean |
isValidated()
Gets the value of the validated property.
|
void |
set(java.lang.String propName,
java.lang.Object value) |
void |
setValidated(boolean value)
Sets the value of the validated property.
|
java.lang.String |
toString() |
void |
unset(java.lang.String propName) |
void |
unsetContexts() |
void |
unsetControls() |
void |
unsetEntities() |
void |
unsetValidated() |
public java.util.List<Context> getContexts()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the contexts property.
For example, to add a new item, do as follows:
getContexts().add(newItem);
Objects of the following type(s) are allowed in the list Context
public boolean isSetContexts()
public void unsetContexts()
public java.util.List<Entity> getEntities()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the entities property.
For example, to add a new item, do as follows:
getEntities().add(newItem);
Objects of the following type(s) are allowed in the list Entity
public boolean isSetEntities()
public void unsetEntities()
public java.util.List<Control> getControls()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the controls property.
For example, to add a new item, do as follows:
getControls().add(newItem);
Objects of the following type(s) are allowed in the list Control
public boolean isSetControls()
public void unsetControls()
public boolean isValidated()
Boolean
public void setValidated(boolean value)
value
- allowed object is Boolean
public boolean isSetValidated()
public void unsetValidated()
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