|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.saml.internal.saml11.jaxb20.AuthorityBindingType
public class AuthorityBindingType
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="Binding" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="Location" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected QName |
authorityKind
|
protected String |
binding
|
protected String |
location
|
| Constructor Summary | |
|---|---|
AuthorityBindingType()
|
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected QName authorityKind
protected String binding
protected String location
| Constructor Detail |
|---|
public AuthorityBindingType()
| Method Detail |
|---|
public QName getAuthorityKind()
QNamepublic void setAuthorityKind(QName value)
value - allowed object is
QNamepublic String getBinding()
Stringpublic void setBinding(String value)
value - allowed object is
Stringpublic String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||