Class AuthorityBindingType
- java.lang.Object
-
- com.sun.xml.wss.saml.internal.saml11.jaxb20.AuthorityBindingType
-
- Direct Known Subclasses:
AuthorityBinding
public class AuthorityBindingType extends Object
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>
-
-
Constructor Summary
Constructors Constructor Description AuthorityBindingType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetAuthorityKind()Gets the value of the authorityKind property.StringgetBinding()Gets the value of the binding property.StringgetLocation()Gets the value of the location property.voidsetAuthorityKind(QName value)Sets the value of the authorityKind property.voidsetBinding(String value)Sets the value of the binding property.voidsetLocation(String value)Sets the value of the location property.
-
-
-
Method Detail
-
getAuthorityKind
public QName getAuthorityKind()
Gets the value of the authorityKind property.- Returns:
- possible object is
QName
-
setAuthorityKind
public void setAuthorityKind(QName value)
Sets the value of the authorityKind property.- Parameters:
value- allowed object isQName
-
getBinding
public String getBinding()
Gets the value of the binding property.- Returns:
- possible object is
String
-
setBinding
public void setBinding(String value)
Sets the value of the binding property.- Parameters:
value- allowed object isString
-
getLocation
public String getLocation()
Gets the value of the location property.- Returns:
- possible object is
String
-
-