public interface EndpointReferenceType extends org.opensaml.core.xml.AttributeExtensibleXMLObject, org.opensaml.core.xml.ElementExtensibleXMLObject, WSAddressingObject
EndpointReferenceType.| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Returns the <wsa:Address> child element.
|
Metadata |
getMetadata()
Returns the optional <wsa:Metadata> child element.
|
ReferenceParameters |
getReferenceParameters()
Returns the optional <wsa:ReferenceParameters> child element.
|
void |
setAddress(Address address)
Sets the <wsa:Address> child element.
|
void |
setMetadata(Metadata metadata)
Sets the <wsa:Metadata> child element.
|
void |
setReferenceParameters(ReferenceParameters referenceParameters)
Sets the <wsa:ReferenceParameters> child element.
|
getUnknownAttributesgetUnknownXMLObjects, getUnknownXMLObjectsdetach, 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, setSchemaLocationstatic final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
Address getAddress()
Address child element or nullvoid setAddress(Address address)
address - the Address child element to set.Metadata getMetadata()
Metadata child element or null.void setMetadata(Metadata metadata)
metadata - the Metadata child element to set.ReferenceParameters getReferenceParameters()
ReferenceParameters child element or null.void setReferenceParameters(ReferenceParameters referenceParameters)
referenceParameters - the ReferenceParameters child element to set.Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.