Class DescriptionType
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.commontypes.DescriptionType
-
public class DescriptionType extends Object
<p>Java class for DescriptionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <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> </pre>
-
-
Constructor Summary
Constructors Constructor Description DescriptionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)StringgetContent()Gets the value of the content property.StringgetHelp()Gets the value of the help property.StringgetLanguage()Gets the value of the language property.StringgetText()Gets the value of the text property.inthashCode()voidsetContent(String value)Sets the value of the content property.voidsetHelp(String value)Sets the value of the help property.voidsetLanguage(String value)Sets the value of the language property.voidsetText(String value)Sets the value of the text property.StringtoString()DescriptionTypewithContent(String value)DescriptionTypewithHelp(String value)DescriptionTypewithLanguage(String value)DescriptionTypewithText(String value)
-
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
withContent
public DescriptionType withContent(String value)
-
withLanguage
public DescriptionType withLanguage(String value)
-
withText
public DescriptionType withText(String value)
-
withHelp
public DescriptionType withHelp(String value)
-
-