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

Class ComplexTypeDefinition

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.BaseObject
  3. extended bycom.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.LogicalObject
  4. extended bycom.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.XSDType
  5. extended bycom.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.ComplexTypeDefinition

  1. public class ComplexTypeDefinition
  2. extends XSDType
Represents a ComplexTypeDefinition WSRR object

Constructor Summary

Constructor and Description
ComplexTypeDefinition()

Method Summary

Modifier and Type Method and Description
  1. java.lang.String[]
getElementDeclarations()
  1. LocalAttribute[]
getLocalAttributes()
  1. LocalAttribute
getLocalAttributes(int i)
  1. void
setElementDeclarations(java.lang.String[] elementDeclarations)
  1. void
setLocalAttributes(int i,LocalAttribute value)
  1. 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

  1. public ComplexTypeDefinition()

Method Detail

getElementDeclarations

  1. public java.lang.String[] getElementDeclarations( )

setElementDeclarations

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

getLocalAttributes

  1. public LocalAttribute[] getLocalAttributes( )

setLocalAttributes

  1. public void setLocalAttributes( LocalAttribute[] localAttributes)

getLocalAttributes

  1. public LocalAttribute getLocalAttributes( int i)

setLocalAttributes

  1. public void setLocalAttributes( int i,
  2. LocalAttribute value)