Class JAXRClassificationScheme


  • public class JAXRClassificationScheme
    extends Object

    Java class for JAXRClassificationScheme element declaration.

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

     <element name="JAXRClassificationScheme">
       <complexType>
         <complexContent>
           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             <sequence>
               <element ref="{}JAXRConcept" maxOccurs="unbounded" minOccurs="0"/>
             </sequence>
             <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
             <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
             <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           </restriction>
         </complexContent>
       </complexType>
     </element>
     
    • Constructor Detail

      • JAXRClassificationScheme

        public JAXRClassificationScheme()
    • Method Detail

      • getJAXRConcept

        public List<JAXRConcept> getJAXRConcept()
        Gets the value of the jaxrConcept property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the jaxrConcept property.

        For example, to add a new item, do as follows:

            getJAXRConcept().add(newItem);
         

        Objects of the following type(s) are allowed in the list JAXRConcept

      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • 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