org.jboss.identity.federation.saml.v2.metadata
Class IndexedEndpointType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.metadata.EndpointType
      extended by org.jboss.identity.federation.saml.v2.metadata.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" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  int index
           
protected  java.lang.Boolean isDefault
           
 
Fields inherited from class org.jboss.identity.federation.saml.v2.metadata.EndpointType
any, binding, location, responseLocation
 
Constructor Summary
IndexedEndpointType()
           
 
Method Summary
 int getIndex()
          Gets the value of the index property.
 java.lang.Boolean isIsDefault()
          Gets the value of the isDefault property.
 void setIndex(int value)
          Sets the value of the index property.
 void setIsDefault(java.lang.Boolean value)
          Sets the value of the isDefault property.
 
Methods inherited from class org.jboss.identity.federation.saml.v2.metadata.EndpointType
getAny, getBinding, getLocation, getOtherAttributes, getResponseLocation, setBinding, setLocation, setResponseLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

protected int index

isDefault

protected java.lang.Boolean isDefault
Constructor Detail

IndexedEndpointType

public IndexedEndpointType()
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 is Boolean


Copyright © 2009 JBoss Inc.. All Rights Reserved.