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

E22562-02

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

java.lang.Object
  extended by oracle.apps.fnd.applcore.patterns.uaWebService.types.Property

public class Property
extends java.lang.Object

Java class for Property complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Property">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="aliasName" type="{commonj.sdo}String" maxOccurs="unbounded" minOccurs="0"/>
         <any/>
       </sequence>
       <attribute name="name" type="{commonj.sdo}String" />
       <attribute name="many" type="{commonj.sdo}Boolean" />
       <attribute name="containment" type="{commonj.sdo}Boolean" />
       <attribute name="default" type="{commonj.sdo}String" />
       <attribute name="readOnly" type="{commonj.sdo}Boolean" />
       <attribute name="type" type="{commonj.sdo}URI" />
       <attribute name="opposite" type="{commonj.sdo}URI" />
       <attribute name="nullable" type="{commonj.sdo}Boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String _default
           
protected  java.util.List<java.lang.String> aliasName
           
protected  java.util.List<java.lang.Object> any
           
protected  java.lang.Boolean containment
           
protected  java.lang.Boolean many
           
protected  java.lang.String name
           
protected  java.lang.Boolean nullable
           
protected  java.lang.String opposite
           
protected  java.lang.Boolean readOnly
           
protected  java.lang.String type
           
 
Constructor Summary
Property()
           
 
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.lang.String getDefault()
          Gets the value of the default property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getOpposite()
          Gets the value of the opposite 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.lang.String getType()
          Gets the value of the type property.
 java.lang.Boolean isContainment()
          Gets the value of the containment property.
 java.lang.Boolean isMany()
          Gets the value of the many property.
 java.lang.Boolean isNullable()
          Gets the value of the nullable property.
 java.lang.Boolean isReadOnly()
          Gets the value of the readOnly property.
 void setContainment(java.lang.Boolean value)
          Sets the value of the containment property.
 void setDefault(java.lang.String value)
          Sets the value of the default property.
 void setMany(java.lang.Boolean value)
          Sets the value of the many property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setNullable(java.lang.Boolean value)
          Sets the value of the nullable property.
 void setOpposite(java.lang.String value)
          Sets the value of the opposite property.
 void setReadOnly(java.lang.Boolean value)
          Sets the value of the readOnly property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aliasName

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

any

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

name

protected java.lang.String name

many

protected java.lang.Boolean many

containment

protected java.lang.Boolean containment

_default

protected java.lang.String _default

readOnly

protected java.lang.Boolean readOnly

type

protected java.lang.String type

opposite

protected java.lang.String opposite

nullable

protected java.lang.Boolean nullable
Constructor Detail

Property

public Property()
Method Detail

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

isMany

public java.lang.Boolean isMany()
Gets the value of the many property.

Returns:
possible object is Boolean

setMany

public void setMany(java.lang.Boolean value)
Sets the value of the many property.

Parameters:
value - allowed object is Boolean

isContainment

public java.lang.Boolean isContainment()
Gets the value of the containment property.

Returns:
possible object is Boolean

setContainment

public void setContainment(java.lang.Boolean value)
Sets the value of the containment property.

Parameters:
value - allowed object is Boolean

getDefault

public java.lang.String getDefault()
Gets the value of the default property.

Returns:
possible object is String

setDefault

public void setDefault(java.lang.String value)
Sets the value of the default property.

Parameters:
value - allowed object is String

isReadOnly

public java.lang.Boolean isReadOnly()
Gets the value of the readOnly property.

Returns:
possible object is Boolean

setReadOnly

public void setReadOnly(java.lang.Boolean value)
Sets the value of the readOnly property.

Parameters:
value - allowed object is Boolean

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getOpposite

public java.lang.String getOpposite()
Gets the value of the opposite property.

Returns:
possible object is String

setOpposite

public void setOpposite(java.lang.String value)
Sets the value of the opposite property.

Parameters:
value - allowed object is String

isNullable

public java.lang.Boolean isNullable()
Gets the value of the nullable property.

Returns:
possible object is Boolean

setNullable

public void setNullable(java.lang.Boolean value)
Sets the value of the nullable 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.2)

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.