Class AuthorityBindingType
- java.lang.Object
-
- org.certificateservices.messages.saml1_1.assertions.jaxb.AuthorityBindingType
-
public class AuthorityBindingType extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.namespace.QNameauthorityKindprotected java.lang.Stringbindingprotected java.lang.Stringlocation
-
Constructor Summary
Constructors Constructor Description AuthorityBindingType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.namespace.QNamegetAuthorityKind()Gets the value of the authorityKind property.java.lang.StringgetBinding()Gets the value of the binding property.java.lang.StringgetLocation()Gets the value of the location property.voidsetAuthorityKind(javax.xml.namespace.QName value)Sets the value of the authorityKind property.voidsetBinding(java.lang.String value)Sets the value of the binding property.voidsetLocation(java.lang.String value)Sets the value of the location property.
-
-
-
Method Detail
-
getAuthorityKind
public javax.xml.namespace.QName getAuthorityKind()
Gets the value of the authorityKind property.- Returns:
- possible object is
QName
-
setAuthorityKind
public void setAuthorityKind(javax.xml.namespace.QName value)
Sets the value of the authorityKind property.- Parameters:
value- allowed object isQName
-
getLocation
public java.lang.String getLocation()
Gets the value of the location property.- Returns:
- possible object is
String
-
setLocation
public void setLocation(java.lang.String value)
Sets the value of the location property.- Parameters:
value- allowed object isString
-
getBinding
public java.lang.String getBinding()
Gets the value of the binding property.- Returns:
- possible object is
String
-
setBinding
public void setBinding(java.lang.String value)
Sets the value of the binding property.- Parameters:
value- allowed object isString
-
-