Class AuthorityBindingType


  • 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="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.QName authorityKind  
      protected java.lang.String binding  
      protected java.lang.String location  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
      • location

        protected java.lang.String location
      • binding

        protected java.lang.String binding
    • 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
      • 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
      • 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