|
||||||||||
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="2016-10-28T03:09:13+02:00", comments="JAXB RI v2.2.6") 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()
QName
public void setAuthorityKind(QName value)
value
- allowed object is
QName
public String getLocation()
String
public void setLocation(String value)
value
- allowed object is
String
public String getBinding()
String
public 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 |