|
||||||||||
| 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 | |
|---|---|
private Integer |
index
Index of this endpoint |
private XSBooleanValue |
isDefault
isDefault attribute |
| 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(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor |
| Method Summary | |
|---|---|
Integer |
getIndex()
Gets the index of the endpoint. |
Boolean |
isDefault()
Gets whether this is the default endpoint in a list. |
XSBooleanValue |
isDefaultXSBoolean()
Gets whether this is the default endpoint in a list. |
void |
setIndex(Integer index)
Sets the index of the endpoint. |
void |
setIsDefault(Boolean newIsDefault)
Sets whether this is the default endpoint in a list. |
void |
setIsDefault(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, hashCode, prepareForAssignment |
| Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, 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 |
| Field Detail |
|---|
private Integer index
private XSBooleanValue isDefault
| Constructor Detail |
|---|
protected IndexedEndpointImpl(String namespaceURI,
String elementLocalName,
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 Integer getIndex()
getIndex in interface IndexedEndpointpublic void setIndex(Integer index)
setIndex in interface IndexedEndpointindex - index of the endpointpublic Boolean isDefault()
isDefault in interface IndexedEndpointpublic XSBooleanValue isDefaultXSBoolean()
isDefaultXSBoolean in interface IndexedEndpointpublic void setIsDefault(Boolean newIsDefault)
setIsDefault in interface IndexedEndpointnewIsDefault - whether this is the default endpoint in a listpublic void setIsDefault(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 | |||||||||