|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adfinternal.model.adapter.webservice.Types
public class Types
Stores the structures defined for a type name. Web service definitions defines types and their structures that can be used by multiple operations.
| Method Summary | |
|---|---|
java.util.List<ComplexPartDefHolder> |
getComplexPartDefHolderList(javax.xml.namespace.QName name)
Gets the structure definition for a type name. |
java.lang.String |
getStorageRoot()
Returns the root storage location. |
void |
setComplexPartDefHolder(javax.xml.namespace.QName name,
ComplexPartDefHolder complexHolder)
Sets the ComplexPartDefHolder for a type name. |
void |
setComplexPartDefHolderList(javax.xml.namespace.QName name,
java.util.List<ComplexPartDefHolder> complexHolderList)
Sets the ComplexPartDefHolder for a type name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getStorageRoot()
public java.util.List<ComplexPartDefHolder> getComplexPartDefHolderList(javax.xml.namespace.QName name)
name - the qualified name of the type.
public void setComplexPartDefHolderList(javax.xml.namespace.QName name,
java.util.List<ComplexPartDefHolder> complexHolderList)
name - the qualified name of the type.complexHolderList - the List of ComplexPartDefHolder objects for
ComplexPart and StructureDef corresponding to partName
public void setComplexPartDefHolder(javax.xml.namespace.QName name,
ComplexPartDefHolder complexHolder)
name - the qualified name of the type.complexHolder - the ComplexPartDefHolder objects for
ComplexPart and StructureDef corresponding to partName
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||