cgl.narada.wsinfra.schemas.addressing
Interface EndpointReferenceType

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
EndpointReferenceTypeImpl

public interface EndpointReferenceType
extends XmlObject

An XML EndpointReferenceType(@http://schemas.xmlsoap.org/ws/2004/08/addressing). This is a complex type.


Nested Class Summary
static class EndpointReferenceType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 AttributedURI addNewAddress()
          Appends and returns a new empty "Address" element
 AttributedQName addNewPortType()
          Appends and returns a new empty "PortType" element
 ReferenceParametersType addNewReferenceParameters()
          Appends and returns a new empty "ReferenceParameters" element
 ReferencePropertiesType addNewReferenceProperties()
          Appends and returns a new empty "ReferenceProperties" element
 ServiceNameType addNewServiceName()
          Appends and returns a new empty "ServiceName" element
 AttributedURI getAddress()
          Gets the "Address" element
 AttributedQName getPortType()
          Gets the "PortType" element
 ReferenceParametersType getReferenceParameters()
          Gets the "ReferenceParameters" element
 ReferencePropertiesType getReferenceProperties()
          Gets the "ReferenceProperties" element
 ServiceNameType getServiceName()
          Gets the "ServiceName" element
 boolean isSetPortType()
          True if has "PortType" element
 boolean isSetReferenceParameters()
          True if has "ReferenceParameters" element
 boolean isSetReferenceProperties()
          True if has "ReferenceProperties" element
 boolean isSetServiceName()
          True if has "ServiceName" element
 void setAddress(AttributedURI address)
          Sets the "Address" element
 void setPortType(AttributedQName portType)
          Sets the "PortType" element
 void setReferenceParameters(ReferenceParametersType referenceParameters)
          Sets the "ReferenceParameters" element
 void setReferenceProperties(ReferencePropertiesType referenceProperties)
          Sets the "ReferenceProperties" element
 void setServiceName(ServiceNameType serviceName)
          Sets the "ServiceName" element
 void unsetPortType()
          Unsets the "PortType" element
 void unsetReferenceParameters()
          Unsets the "ReferenceParameters" element
 void unsetReferenceProperties()
          Unsets the "ReferenceProperties" element
 void unsetServiceName()
          Unsets the "ServiceName" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final SchemaType type
Method Detail

getAddress

public AttributedURI getAddress()
Gets the "Address" element


setAddress

public void setAddress(AttributedURI address)
Sets the "Address" element


addNewAddress

public AttributedURI addNewAddress()
Appends and returns a new empty "Address" element


getReferenceProperties

public ReferencePropertiesType getReferenceProperties()
Gets the "ReferenceProperties" element


isSetReferenceProperties

public boolean isSetReferenceProperties()
True if has "ReferenceProperties" element


setReferenceProperties

public void setReferenceProperties(ReferencePropertiesType referenceProperties)
Sets the "ReferenceProperties" element


addNewReferenceProperties

public ReferencePropertiesType addNewReferenceProperties()
Appends and returns a new empty "ReferenceProperties" element


unsetReferenceProperties

public void unsetReferenceProperties()
Unsets the "ReferenceProperties" element


getReferenceParameters

public ReferenceParametersType getReferenceParameters()
Gets the "ReferenceParameters" element


isSetReferenceParameters

public boolean isSetReferenceParameters()
True if has "ReferenceParameters" element


setReferenceParameters

public void setReferenceParameters(ReferenceParametersType referenceParameters)
Sets the "ReferenceParameters" element


addNewReferenceParameters

public ReferenceParametersType addNewReferenceParameters()
Appends and returns a new empty "ReferenceParameters" element


unsetReferenceParameters

public void unsetReferenceParameters()
Unsets the "ReferenceParameters" element


getPortType

public AttributedQName getPortType()
Gets the "PortType" element


isSetPortType

public boolean isSetPortType()
True if has "PortType" element


setPortType

public void setPortType(AttributedQName portType)
Sets the "PortType" element


addNewPortType

public AttributedQName addNewPortType()
Appends and returns a new empty "PortType" element


unsetPortType

public void unsetPortType()
Unsets the "PortType" element


getServiceName

public ServiceNameType getServiceName()
Gets the "ServiceName" element


isSetServiceName

public boolean isSetServiceName()
True if has "ServiceName" element


setServiceName

public void setServiceName(ServiceNameType serviceName)
Sets the "ServiceName" element


addNewServiceName

public ServiceNameType addNewServiceName()
Appends and returns a new empty "ServiceName" element


unsetServiceName

public void unsetServiceName()
Unsets the "ServiceName" element