com.ibm.websphere.srm.bpel.wsaddressing
Class EndpointReferenceType

java.lang.Object
  extended bycom.ibm.websphere.srm.bpel.wsaddressing.EndpointReferenceType
All Implemented Interfaces:
java.io.Serializable

public class EndpointReferenceType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
EndpointReferenceType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 javax.xml.soap.SOAPElement[] get_any()
           
 AttributedURI getAddress()
           
 AttributedQName getPortType()
           
 ReferencePropertiesType getReferenceProperties()
           
 ServiceNameType getServiceName()
           
 int hashCode()
           
 void set_any(javax.xml.soap.SOAPElement[] _any)
           
 void setAddress(AttributedURI address)
           
 void setPortType(AttributedQName portType)
           
 void setReferenceProperties(ReferencePropertiesType referenceProperties)
           
 void setServiceName(ServiceNameType serviceName)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndpointReferenceType

public EndpointReferenceType()
Method Detail

getAddress

public AttributedURI getAddress()

setAddress

public void setAddress(AttributedURI address)

getReferenceProperties

public ReferencePropertiesType getReferenceProperties()

setReferenceProperties

public void setReferenceProperties(ReferencePropertiesType referenceProperties)

getPortType

public AttributedQName getPortType()

setPortType

public void setPortType(AttributedQName portType)

getServiceName

public ServiceNameType getServiceName()

setServiceName

public void setServiceName(ServiceNameType serviceName)

get_any

public javax.xml.soap.SOAPElement[] get_any()

set_any

public void set_any(javax.xml.soap.SOAPElement[] _any)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

toString

public java.lang.String toString()