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, setSchemaType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
private 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 EndpointReferenceTypeImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
namespaceURI
- The namespace of the elementelementLocalName
- The local name of the elementnamespacePrefix
- The namespace prefix of the elementpublic Address getAddress()
getAddress
in interface EndpointReferenceType
public void setAddress(Address newAddress)
setAddress
in interface EndpointReferenceType
public Metadata getMetadata()
getMetadata
in interface EndpointReferenceType
public void setMetadata(Metadata newMetadata)
setMetadata
in interface EndpointReferenceType
public ReferenceParameters getReferenceParameters()
getReferenceParameters
in interface EndpointReferenceType
public void setReferenceParameters(ReferenceParameters newReferenceParameters)
setReferenceParameters
in interface EndpointReferenceType
public org.opensaml.core.xml.util.AttributeMap getUnknownAttributes()
getUnknownAttributes
in interface org.opensaml.core.xml.AttributeExtensibleXMLObject
public List<org.opensaml.core.xml.XMLObject> getUnknownXMLObjects()
getUnknownXMLObjects
in interface org.opensaml.core.xml.ElementExtensibleXMLObject
public List<org.opensaml.core.xml.XMLObject> getUnknownXMLObjects(QName typeOrName)
getUnknownXMLObjects
in interface org.opensaml.core.xml.ElementExtensibleXMLObject
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren
in interface org.opensaml.core.xml.XMLObject
getOrderedChildren
in class AbstractWSAddressingObject
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.