|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis.message.addressing.EndpointReferenceType
public class EndpointReferenceType
Java content class for EndpointReferenceType complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at http://schemas.xmlsoap.org/ws/2004/08/addressing line 46)
<complexType name="EndpointReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Address" type="{http://schemas.xmlsoap.org/ws/2004/08/addressing}AttributedURI"/>
<element name="ReferenceProperties" type="{http://schemas.xmlsoap.org/ws/2004/08/addressing}ReferencePropertiesType" minOccurs="0"/>
<element name="ReferenceParameters" type="{http://schemas.xmlsoap.org/ws/2004/08/addressing}ReferenceParametersType" minOccurs="0"/>
<element name="PortType" type="{http://schemas.xmlsoap.org/ws/2004/08/addressing}AttributedQName" minOccurs="0"/>
<element name="ServiceName" type="{http://schemas.xmlsoap.org/ws/2004/08/addressing}ServiceNameType" minOccurs="0"/>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
EndpointReferenceType()
Constructor EndpointReferenceType |
|
EndpointReferenceType(Address address)
Constructor EndpointReferenceType |
|
EndpointReferenceType(EndpointReferenceType endpoint)
Constructor EndpointReferenceType (performs shallow copy) |
|
EndpointReferenceType(EndpointReferenceType endpoint,
boolean deepCopy)
Constructor EndpointReferenceType |
|
EndpointReferenceType(org.apache.axis.types.URI address)
Constructor EndpointReferenceType |
|
| Method Summary | |
|---|---|
org.apache.axis.message.MessageElement[] |
get_any()
Method get_any |
AttributedURI |
getAddress()
Method getAddress |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
ReferenceParametersType |
getParameters()
Method getParameters |
AttributedQName |
getPortType()
Method getPortType |
ReferencePropertiesType |
getProperties()
Method getProperties |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
ServiceNameType |
getServiceName()
Method getServiceName |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
void |
set_any(org.apache.axis.message.MessageElement[] _any)
Method set_any |
void |
setAddress(AttributedURI address)
Method setAddress |
void |
setParameters(ReferenceParametersType parameters)
Method setParameters |
void |
setPortType(AttributedQName portType)
Method setPortType |
void |
setProperties(ReferencePropertiesType properties)
Method setProperties |
void |
setServiceName(ServiceNameType serviceName)
Method setServiceName |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EndpointReferenceType()
public EndpointReferenceType(org.apache.axis.types.URI address)
address - public EndpointReferenceType(Address address)
address - public EndpointReferenceType(EndpointReferenceType endpoint)
endpoint -
public EndpointReferenceType(EndpointReferenceType endpoint,
boolean deepCopy)
endpoint - deepCopy - | Method Detail |
|---|
public AttributedURI getAddress()
public void setAddress(AttributedURI address)
address - public AttributedQName getPortType()
public void setPortType(AttributedQName portType)
portType - public ReferencePropertiesType getProperties()
public void setProperties(ReferencePropertiesType properties)
properties - public ReferenceParametersType getParameters()
public void setParameters(ReferenceParametersType parameters)
parameters - public ServiceNameType getServiceName()
public void setServiceName(ServiceNameType serviceName)
serviceName - public org.apache.axis.message.MessageElement[] get_any()
get_any in interface org.apache.axis.encoding.AnyContentTypepublic void set_any(org.apache.axis.message.MessageElement[] _any)
set_any in interface org.apache.axis.encoding.AnyContentType_any - public java.lang.String toString()
toString in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||