IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc
Class ComplexTypeDefinition

java.lang.Object
  extended by com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.BaseObject
      extended by com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.LogicalObject
          extended by com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.XSDType
              extended by com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.ComplexTypeDefinition

public class ComplexTypeDefinition
extends XSDType

Represents a ComplexTypeDefinition WSRR object


Constructor Summary
ComplexTypeDefinition()
           
 
Method Summary
 java.lang.String[] getElementDeclarations()
           
 LocalAttribute[] getLocalAttributes()
           
 LocalAttribute getLocalAttributes(int i)
           
 void setElementDeclarations(java.lang.String[] elementDeclarations)
           
 void setLocalAttributes(int i, LocalAttribute value)
           
 void setLocalAttributes(LocalAttribute[] localAttributes)
           
 
Methods inherited from class com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.LogicalObject
getDocument, getExtensions, getExtensions, setDocument, setExtensions, setExtensions
 
Methods inherited from class com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.BaseObject
getBsrURI, getClassificationURIs, getClassificationURIs, getCreationTimestamp, getDescription, getLastModified, getLastModifiedBy, getName, getNamespace, getOwner, getUserDefinedProperties, getUserDefinedProperties, getUserDefinedRelationships, getUserDefinedRelationships, getVersion, setBsrURI, setClassificationURIs, setClassificationURIs, setCreationTimestamp, setDescription, setLastModified, setLastModifiedBy, setName, setNamespace, setOwner, setUserDefinedProperties, setUserDefinedProperties, setUserDefinedRelationships, setUserDefinedRelationships, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexTypeDefinition

public ComplexTypeDefinition()
Method Detail

getElementDeclarations

public java.lang.String[] getElementDeclarations()

setElementDeclarations

public void setElementDeclarations(java.lang.String[] elementDeclarations)

getLocalAttributes

public LocalAttribute[] getLocalAttributes()

setLocalAttributes

public void setLocalAttributes(LocalAttribute[] localAttributes)

getLocalAttributes

public LocalAttribute getLocalAttributes(int i)

setLocalAttributes

public void setLocalAttributes(int i,
                               LocalAttribute value)

IBM WebSphere Application ServerTM
Release 8