|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.common.impl.AbstractSAMLObject
org.opensaml.saml2.metadata.impl.EndpointImpl
org.opensaml.saml2.metadata.impl.IndexedEndpointImpl
public abstract class IndexedEndpointImpl
Concrete implementation of IndexedEndpoint
| Field Summary |
|---|
| Fields inherited from interface org.opensaml.saml2.metadata.IndexedEndpoint |
|---|
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, INDEX_ATTRIB_NAME, IS_DEFAULT_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME |
| Fields inherited from interface org.opensaml.saml2.metadata.Endpoint |
|---|
BINDING_ATTRIB_NAME, LOCATION_ATTRIB_NAME, RESPONSE_LOCATION_ATTRIB_NAME |
| Constructor Summary | |
|---|---|
protected |
IndexedEndpointImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor |
| Method Summary | |
|---|---|
java.lang.Integer |
getIndex()
Gets the index of the endpoint. |
java.lang.Boolean |
isDefault()
Gets whether this is the default endpoint in a list. |
org.opensaml.xml.schema.XSBooleanValue |
isDefaultXSBoolean()
Gets whether this is the default endpoint in a list. |
void |
setIndex(java.lang.Integer index)
Sets the index of the endpoint. |
void |
setIsDefault(java.lang.Boolean newIsDefault)
Sets whether this is the default endpoint in a list. |
void |
setIsDefault(org.opensaml.xml.schema.XSBooleanValue isDefault)
Sets whether this is the default endpoint in a list. |
| Methods inherited from class org.opensaml.saml2.metadata.impl.EndpointImpl |
|---|
getBinding, getLocation, getOrderedChildren, getResponseLocation, getUnknownAttributes, getUnknownXMLObjects, getUnknownXMLObjects, setBinding, setLocation, setResponseLocation |
| Methods inherited from class org.opensaml.common.impl.AbstractSAMLObject |
|---|
equals, prepareForAssignment |
| Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
| Methods inherited from class org.opensaml.xml.AbstractXMLObject |
|---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opensaml.saml2.metadata.Endpoint |
|---|
getBinding, getLocation, getResponseLocation, setBinding, setLocation, setResponseLocation |
| Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate |
| Methods inherited from interface org.opensaml.xml.XMLObject |
|---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
| Methods inherited from interface org.opensaml.xml.ElementExtensibleXMLObject |
|---|
getUnknownXMLObjects, getUnknownXMLObjects |
| Methods inherited from interface org.opensaml.xml.AttributeExtensibleXMLObject |
|---|
getUnknownAttributes |
| Constructor Detail |
|---|
protected IndexedEndpointImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespace| Method Detail |
|---|
public java.lang.Integer getIndex()
getIndex in interface IndexedEndpointpublic void setIndex(java.lang.Integer index)
setIndex in interface IndexedEndpointindex - index of the endpointpublic java.lang.Boolean isDefault()
isDefault in interface IndexedEndpointpublic org.opensaml.xml.schema.XSBooleanValue isDefaultXSBoolean()
isDefaultXSBoolean in interface IndexedEndpointpublic void setIsDefault(java.lang.Boolean newIsDefault)
setIsDefault in interface IndexedEndpointnewIsDefault - whether this is the default endpoint in a listpublic void setIsDefault(org.opensaml.xml.schema.XSBooleanValue isDefault)
setIsDefault in interface IndexedEndpointisDefault - whether this is the default endpoint in a list
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||