Class ConceptualSchemeType


  • public class ConceptualSchemeType
    extends Object

    Java class for ConceptualSchemeType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ConceptualSchemeType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="Document" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
             <element name="Authority" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • document

        protected String document
      • authority

        protected String authority
    • Constructor Detail

      • ConceptualSchemeType

        public ConceptualSchemeType()
        Default no-arg constructor
      • ConceptualSchemeType

        public ConceptualSchemeType​(String name,
                                    String document,
                                    String authority)
        Fully-initialising value constructor
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getDocument

        public String getDocument()
        Gets the value of the document property.
        Returns:
        possible object is String
      • setDocument

        public void setDocument​(String value)
        Sets the value of the document property.
        Parameters:
        value - allowed object is String
      • getAuthority

        public String getAuthority()
        Gets the value of the authority property.
        Returns:
        possible object is String
      • setAuthority

        public void setAuthority​(String value)
        Sets the value of the authority property.
        Parameters:
        value - allowed object is String