|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.xml.sdox.Type
public class Type
Java class for Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="baseType" type="{commonj.sdo}URI" maxOccurs="unbounded" minOccurs="0"/>
<element name="property" type="{commonj.sdo}Property" maxOccurs="unbounded" minOccurs="0"/>
<element name="aliasName" type="{commonj.sdo}String" maxOccurs="unbounded" minOccurs="0"/>
<any/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="uri" type="{commonj.sdo}URI" />
<attribute name="dataType" type="{commonj.sdo}Boolean" />
<attribute name="open" type="{commonj.sdo}Boolean" />
<attribute name="sequenced" type="{commonj.sdo}Boolean" />
<attribute name="abstract" type="{commonj.sdo}Boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Boolean |
_abstract
|
protected java.util.List<java.lang.String> |
aliasNames
|
protected java.util.List<org.w3c.dom.Element> |
anies
|
protected java.util.List<java.lang.String> |
baseTypes
|
protected java.lang.Boolean |
dataType
|
protected java.lang.String |
name
|
protected java.lang.Boolean |
open
|
protected java.util.List<Property> |
properties
|
protected java.lang.Boolean |
sequenced
|
protected java.lang.String |
uri
|
| Constructor Summary | |
|---|---|
Type()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getAliasNames()
Gets the value of the aliasNames property. |
java.util.List<org.w3c.dom.Element> |
getAnies()
Gets the value of the anies property. |
java.util.List<java.lang.String> |
getBaseTypes()
Gets the value of the baseTypes property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
java.util.List<Property> |
getProperties()
Gets the value of the properties property. |
java.lang.String |
getUri()
Gets the value of the uri property. |
java.lang.Boolean |
isAbstract()
Gets the value of the abstract property. |
java.lang.Boolean |
isDataType()
Gets the value of the dataType property. |
java.lang.Boolean |
isOpen()
Gets the value of the open property. |
java.lang.Boolean |
isSequenced()
Gets the value of the sequenced property. |
void |
setAbstract(java.lang.Boolean value)
Sets the value of the abstract property. |
void |
setDataType(java.lang.Boolean value)
Sets the value of the dataType property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setOpen(java.lang.Boolean value)
Sets the value of the open property. |
void |
setSequenced(java.lang.Boolean value)
Sets the value of the sequenced property. |
void |
setUri(java.lang.String value)
Sets the value of the uri property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<java.lang.String> baseTypes
protected java.util.List<Property> properties
protected java.util.List<java.lang.String> aliasNames
protected java.util.List<org.w3c.dom.Element> anies
protected java.lang.String name
protected java.lang.String uri
protected java.lang.Boolean dataType
protected java.lang.Boolean open
protected java.lang.Boolean sequenced
protected java.lang.Boolean _abstract
| Constructor Detail |
|---|
public Type()
| Method Detail |
|---|
public java.util.List<java.lang.String> getBaseTypes()
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 baseTypes property.
For example, to add a new item, do as follows:
getBaseTypes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<Property> getProperties()
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 properties property.
For example, to add a new item, do as follows:
getProperties().add(newItem);
Objects of the following type(s) are allowed in the list
Property
public java.util.List<java.lang.String> getAliasNames()
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 aliasNames property.
For example, to add a new item, do as follows:
getAliasNames().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<org.w3c.dom.Element> getAnies()
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 anies property.
For example, to add a new item, do as follows:
getAnies().add(newItem);
Objects of the following type(s) are allowed in the list
Element
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUri()
Stringpublic void setUri(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isDataType()
Booleanpublic void setDataType(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isOpen()
Booleanpublic void setOpen(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isSequenced()
Booleanpublic void setSequenced(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isAbstract()
Booleanpublic void setAbstract(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||