Interface EndpointReferenceType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface EndpointReferenceType extends XmlObject
An XML EndpointReferenceType(@http://schemas.xmlsoap.org/ws/2004/08/addressing). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEndpointReferenceType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributedURIaddNewAddress()Appends and returns a new empty "Address" elementAttributedQNameaddNewPortType()Appends and returns a new empty "PortType" elementReferenceParametersTypeaddNewReferenceParameters()Appends and returns a new empty "ReferenceParameters" elementReferencePropertiesTypeaddNewReferenceProperties()Appends and returns a new empty "ReferenceProperties" elementServiceNameTypeaddNewServiceName()Appends and returns a new empty "ServiceName" elementAttributedURIgetAddress()Gets the "Address" elementAttributedQNamegetPortType()Gets the "PortType" elementReferenceParametersTypegetReferenceParameters()Gets the "ReferenceParameters" elementReferencePropertiesTypegetReferenceProperties()Gets the "ReferenceProperties" elementServiceNameTypegetServiceName()Gets the "ServiceName" elementbooleanisSetPortType()True if has "PortType" elementbooleanisSetReferenceParameters()True if has "ReferenceParameters" elementbooleanisSetReferenceProperties()True if has "ReferenceProperties" elementbooleanisSetServiceName()True if has "ServiceName" elementvoidsetAddress(AttributedURI address)Sets the "Address" elementvoidsetPortType(AttributedQName portType)Sets the "PortType" elementvoidsetReferenceParameters(ReferenceParametersType referenceParameters)Sets the "ReferenceParameters" elementvoidsetReferenceProperties(ReferencePropertiesType referenceProperties)Sets the "ReferenceProperties" elementvoidsetServiceName(ServiceNameType serviceName)Sets the "ServiceName" elementvoidunsetPortType()Unsets the "PortType" elementvoidunsetReferenceParameters()Unsets the "ReferenceParameters" elementvoidunsetReferenceProperties()Unsets the "ReferenceProperties" elementvoidunsetServiceName()Unsets the "ServiceName" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, 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
static final SchemaType type
-
-
Method Detail
-
getAddress
AttributedURI getAddress()
Gets the "Address" element
-
setAddress
void setAddress(AttributedURI address)
Sets the "Address" element
-
addNewAddress
AttributedURI addNewAddress()
Appends and returns a new empty "Address" element
-
getReferenceProperties
ReferencePropertiesType getReferenceProperties()
Gets the "ReferenceProperties" element
-
isSetReferenceProperties
boolean isSetReferenceProperties()
True if has "ReferenceProperties" element
-
setReferenceProperties
void setReferenceProperties(ReferencePropertiesType referenceProperties)
Sets the "ReferenceProperties" element
-
addNewReferenceProperties
ReferencePropertiesType addNewReferenceProperties()
Appends and returns a new empty "ReferenceProperties" element
-
unsetReferenceProperties
void unsetReferenceProperties()
Unsets the "ReferenceProperties" element
-
getReferenceParameters
ReferenceParametersType getReferenceParameters()
Gets the "ReferenceParameters" element
-
isSetReferenceParameters
boolean isSetReferenceParameters()
True if has "ReferenceParameters" element
-
setReferenceParameters
void setReferenceParameters(ReferenceParametersType referenceParameters)
Sets the "ReferenceParameters" element
-
addNewReferenceParameters
ReferenceParametersType addNewReferenceParameters()
Appends and returns a new empty "ReferenceParameters" element
-
unsetReferenceParameters
void unsetReferenceParameters()
Unsets the "ReferenceParameters" element
-
getPortType
AttributedQName getPortType()
Gets the "PortType" element
-
isSetPortType
boolean isSetPortType()
True if has "PortType" element
-
setPortType
void setPortType(AttributedQName portType)
Sets the "PortType" element
-
addNewPortType
AttributedQName addNewPortType()
Appends and returns a new empty "PortType" element
-
unsetPortType
void unsetPortType()
Unsets the "PortType" element
-
getServiceName
ServiceNameType getServiceName()
Gets the "ServiceName" element
-
isSetServiceName
boolean isSetServiceName()
True if has "ServiceName" element
-
setServiceName
void setServiceName(ServiceNameType serviceName)
Sets the "ServiceName" element
-
addNewServiceName
ServiceNameType addNewServiceName()
Appends and returns a new empty "ServiceName" element
-
unsetServiceName
void unsetServiceName()
Unsets the "ServiceName" element
-
-