Class DescriptionType

java.lang.Object
org.bidib.jbidibc.decoder.schema.commontypes.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>
 
  • Field Details

    • content

      protected String content
    • language

      protected String language
    • text

      protected String text
    • help

      protected String help
  • Constructor Details

    • DescriptionType

      public DescriptionType()
  • Method Details

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

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • withContent

      public DescriptionType withContent(String value)
    • withLanguage

      public DescriptionType withLanguage(String value)
    • withText

      public DescriptionType withText(String value)
    • withHelp

      public DescriptionType withHelp(String value)