Class DescriptionType


  • public class DescriptionType
    extends Object

    Java class for DescriptionType complex type.

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

     <complexType name="DescriptionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="language" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
           <attribute name="text" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
           <attribute name="help" type="{http://www.w3.org/2001/XMLSchema}token" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • DescriptionType

        public DescriptionType()
    • Method Detail

      • getContent

        public String getContent()
        Gets the value of the content property.
        Returns:
        possible object is String
      • setContent

        public void setContent​(String value)
        Sets the value of the content property.
        Parameters:
        value - allowed object is String
      • getLanguage

        public String getLanguage()
        Gets the value of the language property.
        Returns:
        possible object is String
      • setLanguage

        public void setLanguage​(String value)
        Sets the value of the language property.
        Parameters:
        value - allowed object is String
      • getText

        public String getText()
        Gets the value of the text property.
        Returns:
        possible object is String
      • setText

        public void setText​(String value)
        Sets the value of the text property.
        Parameters:
        value - allowed object is String
      • getHelp

        public String getHelp()
        Gets the value of the help property.
        Returns:
        possible object is String
      • setHelp

        public void setHelp​(String value)
        Sets the value of the help property.
        Parameters:
        value - allowed object is String
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object