Class IndexedEndpointType
java.lang.Object
eu.europa.esig.saml.jaxb.metadata.EndpointType
eu.europa.esig.saml.jaxb.metadata.IndexedEndpointType
- All Implemented Interfaces:
Serializable
Java class for IndexedEndpointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IndexedEndpointType"> <complexContent> <extension base="{urn:oasis:names:tc:SAML:2.0:metadata}EndpointType"> <attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /> <attribute name="isDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.saml.jaxb.metadata.EndpointType
any, binding, location, responseLocation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getIndex()
Gets the value of the index property.Gets the value of the isDefault property.void
setIndex
(int value) Sets the value of the index property.void
setIsDefault
(Boolean value) Sets the value of the isDefault property.Methods inherited from class eu.europa.esig.saml.jaxb.metadata.EndpointType
getAny, getBinding, getLocation, getOtherAttributes, getResponseLocation, setBinding, setLocation, setResponseLocation
-
Field Details
-
index
protected int index -
isDefault
-
-
Constructor Details
-
IndexedEndpointType
public IndexedEndpointType()
-
-
Method Details
-
getIndex
public int getIndex()Gets the value of the index property. -
setIndex
public void setIndex(int value) Sets the value of the index property. -
isIsDefault
Gets the value of the isDefault property.- Returns:
- possible object is
Boolean
-
setIsDefault
Sets the value of the isDefault property.- Parameters:
value
- allowed object isBoolean
-