IBM WebSphere Application ServerTM
Release 7

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

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
Direct Known Subclasses:
_import, _interface, AttributeDeclaration, ElementDeclaration, Export, ExportBinding, ExtensionLogicalObject, ImportBinding, LocalAttribute, Module, PolicyAttachment, PolicyExpression, SOAPAddress, SOAPBinding, WSDLBinding, WSDLFault, WSDLInput, WSDLMessage, WSDLOperation, WSDLOutput, WSDLPart, WSDLPort, WSDLPortType, WSDLService, XSDType

public abstract class LogicalObject
extends BaseObject

Represents the base LogicalObject WSRR object


Constructor Summary
LogicalObject()
           
 
Method Summary
 java.lang.String getDocument()
           
 ExtensionLogicalObject[] getExtensions()
           
 ExtensionLogicalObject getExtensions(int i)
           
 void setDocument(java.lang.String document)
           
 void setExtensions(ExtensionLogicalObject[] extensions)
           
 void setExtensions(int i, ExtensionLogicalObject value)
           
 
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

LogicalObject

public LogicalObject()
Method Detail

getDocument

public java.lang.String getDocument()

setDocument

public void setDocument(java.lang.String document)

getExtensions

public ExtensionLogicalObject[] getExtensions()

setExtensions

public void setExtensions(ExtensionLogicalObject[] extensions)

getExtensions

public ExtensionLogicalObject getExtensions(int i)

setExtensions

public void setExtensions(int i,
                          ExtensionLogicalObject value)

IBM WebSphere Application ServerTM
Release 7