Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.enumeration.datatype
Class EnumerationDataTypeBase

java.lang.Object
  extended by oracle.webservices.enumeration.datatype.EnumerationDataTypeBase

Direct Known Subclasses:
Enumerate, EnumerateResponse, EnumerationContextType, EnumerationEnd, FilterType, GetStatus, GetStatusResponse, ItemListType, LanguageSpecificStringType, Pull, PullResponse, Release, Renew, RenewResponse

public abstract class EnumerationDataTypeBase
extends Object

The super class for all the WS-Enumeration datatype classes. It provides the ability to marshal/unmarshal all the child elements and attributes.


Field Summary
static String ENUMERATION_NS_PREFIX
           
static String ENUMERATION_NS_URI
           

 

Constructor Summary
EnumerationDataTypeBase()
           

 

Method Summary
 void read(SOAPElement element)
          Initialize the object using the data contained in the specified SOAPElement.
 SOAPElement write(SOAPElement parent)
          Write the element as a child of the specified SOAPElement parent.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

ENUMERATION_NS_PREFIX

public static final String ENUMERATION_NS_PREFIX
See Also:
Constant Field Values

ENUMERATION_NS_URI

public static final String ENUMERATION_NS_URI
See Also:
Constant Field Values

Constructor Detail

EnumerationDataTypeBase

public EnumerationDataTypeBase()

Method Detail

read

public void read(SOAPElement element)
          throws SOAPException
Initialize the object using the data contained in the specified SOAPElement. It reads all the subelements to any, and all the attributes to the otherAttributes. Subclassses overwrites this method to deal special subelements or attributes.
Parameters:
element - The element
Throws:
SOAPException

write

public SOAPElement write(SOAPElement parent)
                  throws SOAPException
Write the element as a child of the specified SOAPElement parent. It writes the any as subelements and otherAttributes as attributes. Subclassses overwrites this method to deal special subelements or attributes.
Parameters:
parent -
Returns:
The added element.
Throws:
SOAPException

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.