Class DescriptionType
java.lang.Object
org.bidib.jbidibc.decoder.schema.commontypes.DescriptionType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the content property.getHelp()Gets the value of the help property.Gets the value of the language property.getText()Gets the value of the text property.inthashCode()voidsetContent(String value) Sets the value of the content property.voidSets the value of the help property.voidsetLanguage(String value) Sets the value of the language property.voidSets the value of the text property.toString()withContent(String value) withLanguage(String value)
-
Field Details
-
-
language
-
text
-
help
-
-
Constructor Details
-
DescriptionType
public DescriptionType()
-
-
Method Details
-
getContent
Gets the value of the content property.- Returns:
- possible object is
String
-
setContent
Sets the value of the content property.- Parameters:
value- allowed object isString
-
getLanguage
Gets the value of the language property.- Returns:
- possible object is
String
-
setLanguage
Sets the value of the language property.- Parameters:
value- allowed object isString
-
getText
Gets the value of the text property.- Returns:
- possible object is
String
-
setText
Sets the value of the text property.- Parameters:
value- allowed object isString
-
getHelp
Gets the value of the help property.- Returns:
- possible object is
String
-
setHelp
Sets the value of the help property.- Parameters:
value- allowed object isString
-
toString
-
equals
-
hashCode
public int hashCode() -
withContent
-
withLanguage
-
withText
-
withHelp
-