Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.patterns.uaWebService.types
Class Type

java.lang.Object
  extended by oracle.apps.fnd.applcore.patterns.uaWebService.types.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> aliasName
           
protected  java.util.List<java.lang.Object> any
           
protected  java.util.List<java.lang.String> baseType
           
protected  java.lang.Boolean dataType
           
protected  java.lang.String name
           
protected  java.lang.Boolean open
           
protected  java.util.List<Property> property
           
protected  java.lang.Boolean sequenced
           
protected  java.lang.String uri
           
 
Constructor Summary
Type()
           
 
Method Summary
 java.util.List<java.lang.String> getAliasName()
          Gets the value of the aliasName property.
 java.util.List<java.lang.Object> getAny()
          Gets the value of the any property.
 java.util.List<java.lang.String> getBaseType()
          Gets the value of the baseType 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> getProperty()
          Gets the value of the property 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

baseType

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

property

protected java.util.List<Property> property

aliasName

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

any

protected java.util.List<java.lang.Object> any

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

getBaseType

public java.util.List<java.lang.String> getBaseType()
Gets the value of the baseType 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 baseType property.

For example, to add a new item, do as follows:

    getBaseType().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getProperty

public java.util.List<Property> getProperty()
Gets the value of the property 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 property property.

For example, to add a new item, do as follows:

    getProperty().add(newItem);
 

Objects of the following type(s) are allowed in the list Property


getAliasName

public java.util.List<java.lang.String> getAliasName()
Gets the value of the aliasName 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 aliasName property.

For example, to add a new item, do as follows:

    getAliasName().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getAny

public java.util.List<java.lang.Object> getAny()
Gets the value of the any 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 any property.

For example, to add a new item, do as follows:

    getAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Object 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

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.