org.plasma.xml.sdox
Class Type

java.lang.Object
  extended by org.plasma.xml.sdox.Type

public class Type
extends java.lang.Object

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

baseTypes

protected java.util.List<java.lang.String> baseTypes

properties

protected java.util.List<Property> properties

aliasNames

protected java.util.List<java.lang.String> aliasNames

anies

protected java.util.List<org.w3c.dom.Element> anies

name

protected java.lang.String name

uri

protected java.lang.String uri

dataType

protected java.lang.Boolean dataType

open

protected java.lang.Boolean open

sequenced

protected java.lang.Boolean sequenced

_abstract

protected java.lang.Boolean _abstract
Constructor Detail

Type

public Type()
Method Detail

getBaseTypes

public java.util.List<java.lang.String> getBaseTypes()
Gets the value of the baseTypes property.

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


getProperties

public java.util.List<Property> getProperties()
Gets the value of the properties property.

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


getAliasNames

public java.util.List<java.lang.String> getAliasNames()
Gets the value of the aliasNames property.

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


getAnies

public java.util.List<org.w3c.dom.Element> getAnies()
Gets the value of the anies property.

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


getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getUri

public java.lang.String getUri()
Gets the value of the uri property.

Returns:
possible object is String

setUri

public void setUri(java.lang.String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String

isDataType

public java.lang.Boolean isDataType()
Gets the value of the dataType property.

Returns:
possible object is Boolean

setDataType

public void setDataType(java.lang.Boolean value)
Sets the value of the dataType property.

Parameters:
value - allowed object is Boolean

isOpen

public java.lang.Boolean isOpen()
Gets the value of the open property.

Returns:
possible object is Boolean

setOpen

public void setOpen(java.lang.Boolean value)
Sets the value of the open property.

Parameters:
value - allowed object is Boolean

isSequenced

public java.lang.Boolean isSequenced()
Gets the value of the sequenced property.

Returns:
possible object is Boolean

setSequenced

public void setSequenced(java.lang.Boolean value)
Sets the value of the sequenced property.

Parameters:
value - allowed object is Boolean

isAbstract

public java.lang.Boolean isAbstract()
Gets the value of the abstract property.

Returns:
possible object is Boolean

setAbstract

public void setAbstract(java.lang.Boolean value)
Sets the value of the abstract property.

Parameters:
value - allowed object is Boolean

getOtherAttributes

public 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.

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.

Returns:
always non-null


Copyright © 2013. All Rights Reserved.