Class LabeledIdElementType

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    CategoryType, ConceptType, ContextType

    public class LabeledIdElementType
    extends Object
    implements Serializable

    Java class for labeledIdElementType complex type.

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

     <complexType name="labeledIdElementType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="label" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • LabeledIdElementType

        public LabeledIdElementType()
    • Method Detail

      • 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
      • getLabel

        public String getLabel()
        Gets the value of the label property.
        Returns:
        possible object is String
      • setLabel

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