Class IndexedEndpointType
- java.lang.Object
-
- org.certificateservices.messages.saml2.metadata.jaxb.EndpointType
-
- org.certificateservices.messages.saml2.metadata.jaxb.IndexedEndpointType
-
public class IndexedEndpointType extends EndpointType
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected intindexprotected java.lang.BooleanisDefault-
Fields inherited from class org.certificateservices.messages.saml2.metadata.jaxb.EndpointType
any, binding, location, responseLocation
-
-
Constructor Summary
Constructors Constructor Description IndexedEndpointType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()Gets the value of the index property.java.lang.BooleanisIsDefault()Gets the value of the isDefault property.voidsetIndex(int value)Sets the value of the index property.voidsetIsDefault(java.lang.Boolean value)Sets the value of the isDefault property.-
Methods inherited from class org.certificateservices.messages.saml2.metadata.jaxb.EndpointType
getAny, getBinding, getLocation, getOtherAttributes, getResponseLocation, setBinding, setLocation, setResponseLocation
-
-
-
-
Method Detail
-
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
public java.lang.Boolean isIsDefault()
Gets the value of the isDefault property.- Returns:
- possible object is
Boolean
-
setIsDefault
public void setIsDefault(java.lang.Boolean value)
Sets the value of the isDefault property.- Parameters:
value- allowed object isBoolean
-
-