Package org.opensaml.soap.wsaddressing
Interface EndpointReferenceType
- All Superinterfaces:
AttributeExtensibleXMLObject,ElementExtensibleXMLObject,WSAddressingObject,XMLObject
- All Known Subinterfaces:
EndpointReference,FaultTo,From,Issuer,ReplyTo
- All Known Implementing Classes:
EndpointReferenceImpl,EndpointReferenceTypeImpl,FaultToImpl,FromImpl,IssuerImpl,ReplyToImpl
public interface EndpointReferenceType
extends AttributeExtensibleXMLObject, ElementExtensibleXMLObject, WSAddressingObject
Interface for element of type
EndpointReferenceType.- See Also:
-
- "WS-Addressing 1.0 - Core"
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the <wsa:Address> child element.Returns the optional <wsa:Metadata> child element.Returns the optional <wsa:ReferenceParameters> child element.voidsetAddress(Address address) Sets the <wsa:Address> child element.voidsetMetadata(Metadata metadata) Sets the <wsa:Metadata> child element.voidsetReferenceParameters(ReferenceParameters referenceParameters) Sets the <wsa:ReferenceParameters> child element.Methods inherited from interface org.opensaml.core.xml.AttributeExtensibleXMLObject
getUnknownAttributesMethods inherited from interface org.opensaml.core.xml.ElementExtensibleXMLObject
getUnknownXMLObjects, getUnknownXMLObjectsMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getAddress
Returns the <wsa:Address> child element.- Returns:
- the
Addresschild element ornull
-
setAddress
Sets the <wsa:Address> child element.- Parameters:
address- theAddresschild element to set.
-
getMetadata
Returns the optional <wsa:Metadata> child element.- Returns:
- the
Metadatachild element ornull.
-
setMetadata
Sets the <wsa:Metadata> child element.- Parameters:
metadata- theMetadatachild element to set.
-
getReferenceParameters
Returns the optional <wsa:ReferenceParameters> child element.- Returns:
- the
ReferenceParameterschild element ornull.
-
setReferenceParameters
Sets the <wsa:ReferenceParameters> child element.- Parameters:
referenceParameters- theReferenceParameterschild element to set.
-