|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.saml._2_0.metadata.EndpointType
oasis.names.tc.saml._2_0.metadata.IndexedEndpointType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:12:37+02:00", comments="JAXB RI v2.2.6") 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>
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 oasis.names.tc.saml._2_0.metadata.EndpointType |
---|
getAnies, getBinding, getLocation, getOtherAttributes, getResponseLocation, setBinding, setLocation, setResponseLocation |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexedEndpointType()
Method Detail |
---|
public int getIndex()
public void setIndex(int value)
public Boolean isIsDefault()
Boolean
public 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 |