Class 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>
     
    • Field Detail

      • authorityKind

        protected QName authorityKind
      • binding

        protected String binding
      • location

        protected String location
    • 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
      • 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
      • 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