Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


oracle.adfinternal.model.adapter.webservice
Class Types

java.lang.Object
  extended by oracle.adfinternal.model.adapter.webservice.Types


public class Types
extends java.lang.Object

Stores the structures defined for a type name. Web service definitions defines types and their structures that can be used by multiple operations.

Since:
11

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

getStorageRoot

public java.lang.String getStorageRoot()
Returns the root storage location.
Returns:
the location name string.

getComplexPartDefHolderList

public java.util.List<ComplexPartDefHolder> getComplexPartDefHolderList(javax.xml.namespace.QName name)
Gets the structure definition for a type name.
Parameters:
name - the qualified name of the type.
Returns:
the list of ComplexPartDefHolder objects for the type. If not defined, returns null.

setComplexPartDefHolderList

public void setComplexPartDefHolderList(javax.xml.namespace.QName name,
                                        java.util.List<ComplexPartDefHolder> complexHolderList)
Sets the ComplexPartDefHolder for a type name.
Parameters:
name - the qualified name of the type.
complexHolderList - the List of ComplexPartDefHolder objects for ComplexPart and StructureDef corresponding to partName

setComplexPartDefHolder

public void setComplexPartDefHolder(javax.xml.namespace.QName name,
                                    ComplexPartDefHolder complexHolder)
Sets the ComplexPartDefHolder for a type name.
Parameters:
name - the qualified name of the type.
complexHolder - the ComplexPartDefHolder objects for ComplexPart and StructureDef corresponding to partName

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


Copyright © 1997, 2012, Oracle. All rights reserved.