public class EndpointReferenceTypeImpl extends AbstractWSAddressingObject implements EndpointReferenceType
EndpointReferenceType.| Modifier and Type | Field and Description |
|---|---|
private Address |
address
Address child element. |
private Metadata |
metadata
Optional
Metadata child element. |
private ReferenceParameters |
referenceParameters
Optional
ReferenceParameters child element. |
private org.opensaml.core.xml.util.AttributeMap |
unknownAttributes
Wildcard attributes.
|
private org.opensaml.core.xml.util.IndexedXMLObjectChildrenList<org.opensaml.core.xml.XMLObject> |
unknownChildren
Wildcard child elements.
|
TYPE_LOCAL_NAME, TYPE_NAME| Constructor and Description |
|---|
EndpointReferenceTypeImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress() |
Metadata |
getMetadata() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
ReferenceParameters |
getReferenceParameters() |
org.opensaml.core.xml.util.AttributeMap |
getUnknownAttributes() |
List<org.opensaml.core.xml.XMLObject> |
getUnknownXMLObjects() |
List<org.opensaml.core.xml.XMLObject> |
getUnknownXMLObjects(QName typeOrName) |
void |
setAddress(Address newAddress) |
void |
setMetadata(Metadata newMetadata) |
void |
setReferenceParameters(ReferenceParameters newReferenceParameters) |
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprivate ReferenceParameters referenceParameters
ReferenceParameters child element.private org.opensaml.core.xml.util.IndexedXMLObjectChildrenList<org.opensaml.core.xml.XMLObject> unknownChildren
private org.opensaml.core.xml.util.AttributeMap unknownAttributes
public Address getAddress()
getAddress in interface EndpointReferenceTypepublic void setAddress(Address newAddress)
setAddress in interface EndpointReferenceTypepublic Metadata getMetadata()
getMetadata in interface EndpointReferenceTypepublic void setMetadata(Metadata newMetadata)
setMetadata in interface EndpointReferenceTypepublic ReferenceParameters getReferenceParameters()
getReferenceParameters in interface EndpointReferenceTypepublic void setReferenceParameters(ReferenceParameters newReferenceParameters)
setReferenceParameters in interface EndpointReferenceTypepublic org.opensaml.core.xml.util.AttributeMap getUnknownAttributes()
getUnknownAttributes in interface org.opensaml.core.xml.AttributeExtensibleXMLObjectpublic List<org.opensaml.core.xml.XMLObject> getUnknownXMLObjects()
getUnknownXMLObjects in interface org.opensaml.core.xml.ElementExtensibleXMLObjectpublic List<org.opensaml.core.xml.XMLObject> getUnknownXMLObjects(QName typeOrName)
getUnknownXMLObjects in interface org.opensaml.core.xml.ElementExtensibleXMLObjectpublic List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.core.xml.XMLObjectgetOrderedChildren in class AbstractWSAddressingObjectCopyright © 1999–2016 Shibboleth Consortium. All rights reserved.