com.sun.xml.wss.saml.internal.saml11.jaxb20
Class AuthorityBindingType

java.lang.Object
  extended by com.sun.xml.wss.saml.internal.saml11.jaxb20.AuthorityBindingType
Direct Known Subclasses:
AuthorityBinding

public class AuthorityBindingType
extends java.lang.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>
 


Field Summary
protected  javax.xml.namespace.QName authorityKind
           
protected  java.lang.String binding
           
protected  java.lang.String location
           
 
Constructor Summary
AuthorityBindingType()
           
 
Method Summary
 javax.xml.namespace.QName getAuthorityKind()
          Gets the value of the authorityKind property.
 java.lang.String getBinding()
          Gets the value of the binding property.
 java.lang.String getLocation()
          Gets the value of the location property.
 void setAuthorityKind(javax.xml.namespace.QName value)
          Sets the value of the authorityKind property.
 void setBinding(java.lang.String value)
          Sets the value of the binding property.
 void setLocation(java.lang.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

authorityKind

protected javax.xml.namespace.QName authorityKind

binding

protected java.lang.String binding

location

protected java.lang.String location
Constructor Detail

AuthorityBindingType

public AuthorityBindingType()
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 is QName

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 is String

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 is String


Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.