|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.security.external.jaxb.samlv2.metadata.EndpointType
org.jboss.seam.security.external.jaxb.samlv2.metadata.IndexedEndpointType
public class IndexedEndpointType
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 | |
|---|---|
protected int |
index
|
protected Boolean |
isDefault
|
| Fields inherited from class org.jboss.seam.security.external.jaxb.samlv2.metadata.EndpointType |
|---|
any, binding, location, responseLocation |
| Constructor Summary | |
|---|---|
IndexedEndpointType()
|
|
| Method Summary | |
|---|---|
int |
getIndex()
Gets the value of the index property. |
Boolean |
isIsDefault()
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 org.jboss.seam.security.external.jaxb.samlv2.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 |
|---|
protected int index
protected Boolean isDefault
| Constructor Detail |
|---|
public IndexedEndpointType()
| Method Detail |
|---|
public int getIndex()
public void setIndex(int value)
public Boolean isIsDefault()
Booleanpublic void setIsDefault(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||