|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoasis.names.tc.saml._1_0.assertion.AuthorityBinding
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-09-28T09:38:06+02:00",
comments="JAXB RI v2.2.11")
public class AuthorityBinding
Java class for AuthorityBindingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthorityBindingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="AuthorityKind" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="Location" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="Binding" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
AuthorityBinding()
|
|
| Method Summary | |
|---|---|
QName |
getAuthorityKind()
Gets the value of the authorityKind property. |
String |
getBinding()
Gets the value of the binding property. |
String |
getLocation()
Gets the value of the location property. |
void |
setAuthorityKind(QName value)
Sets the value of the authorityKind property. |
void |
setBinding(String value)
Sets the value of the binding property. |
void |
setLocation(String value)
Sets the value of the location property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthorityBinding()
| Method Detail |
|---|
public QName getAuthorityKind()
QNamepublic void setAuthorityKind(QName value)
value - allowed object is
QNamepublic String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic String getBinding()
Stringpublic void setBinding(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||