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

Class WSDLPart

  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.WSDLPart

  1. public class WSDLPart
  2. extends LogicalObject
Represents a WSDLPart WSRR object

Constructor Summary

Constructor and Description
WSDLPart()

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getXsdElement()
  1. java.lang.String
getXsdType()
  1. void
setXsdElement(java.lang.String xsdElement)
  1. void
setXsdType(java.lang.String xsdType)
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

WSDLPart

  1. public WSDLPart()

Method Detail

getXsdElement

  1. public java.lang.String getXsdElement( )

setXsdElement

  1. public void setXsdElement(java.lang.String xsdElement)

getXsdType

  1. public java.lang.String getXsdType( )

setXsdType

  1. public void setXsdType(java.lang.String xsdType)