Package org.w3.x2005.x08.addressing
Interface EndpointReferenceType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
EndpointReferenceTypeImpl
public interface EndpointReferenceType extends org.apache.xmlbeans.XmlObjectAn XML EndpointReferenceType(@http://www.w3.org/2005/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 org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributedURITypeaddNewAddress()Appends and returns a new empty "Address" elementMetadataTypeaddNewMetadata()Appends and returns a new empty "Metadata" elementReferenceParametersTypeaddNewReferenceParameters()Appends and returns a new empty "ReferenceParameters" elementAttributedURITypegetAddress()Gets the "Address" elementMetadataTypegetMetadata()Gets the "Metadata" elementReferenceParametersTypegetReferenceParameters()Gets the "ReferenceParameters" elementbooleanisSetMetadata()True if has "Metadata" elementbooleanisSetReferenceParameters()True if has "ReferenceParameters" elementvoidsetAddress(AttributedURIType address)Sets the "Address" elementvoidsetMetadata(MetadataType metadata)Sets the "Metadata" elementvoidsetReferenceParameters(ReferenceParametersType referenceParameters)Sets the "ReferenceParameters" elementvoidunsetMetadata()Unsets the "Metadata" elementvoidunsetReferenceParameters()Unsets the "ReferenceParameters" 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
-
-
-
-
Method Detail
-
getAddress
AttributedURIType getAddress()
Gets the "Address" element
-
setAddress
void setAddress(AttributedURIType address)
Sets the "Address" element
-
addNewAddress
AttributedURIType addNewAddress()
Appends and returns a new empty "Address" 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
-
getMetadata
MetadataType getMetadata()
Gets the "Metadata" element
-
isSetMetadata
boolean isSetMetadata()
True if has "Metadata" element
-
setMetadata
void setMetadata(MetadataType metadata)
Sets the "Metadata" element
-
addNewMetadata
MetadataType addNewMetadata()
Appends and returns a new empty "Metadata" element
-
unsetMetadata
void unsetMetadata()
Unsets the "Metadata" element
-
-