at.gv.zustellung.zusemsg.xsd.saml
Class AuthorityBindingType

java.lang.Object
  extended by at.gv.zustellung.zusemsg.xsd.saml.AuthorityBindingType

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="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
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorityBindingType

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

getLocation

public String getLocation()
Gets the value of the location property.

Returns:
possible object is String

setLocation

public void setLocation(String value)
Sets the value of the location property.

Parameters:
value - allowed object is String

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


Copyright 2010 E-Government Innovation Center (EGIZ). All Rights Reserved.