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>
| Modifier and Type | Field and Description |
|---|---|
protected int |
index |
protected Boolean |
isDefault |
any, binding, location, responseLocationotherAttributes| Constructor and Description |
|---|
IndexedEndpointType(URI binding,
URI location) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
addObject, getAny, getBinding, getLocation, getResponseLocation, removeObject, setResponseLocationaddOtherAttribute, getOtherAttributes, removeOtherAttributeprotected int index
protected Boolean isDefault
Copyright © 2016 JBoss by Red Hat. All rights reserved.