Class DescriptionType
java.lang.Object
org.bidib.jbidibc.decoder.schema.decoder.DescriptionType
Java class for DescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescriptionType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="language" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the language property.getValue()Gets the value of the value property.inthashCode()voidsetLanguage(String value) Sets the value of the language property.voidSets the value of the value property.toString()withLanguage(String value)
-
Field Details
-
value
-
language
-
-
Constructor Details
-
DescriptionType
public DescriptionType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value 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
-
toString
-
equals
-
hashCode
public int hashCode() -
withValue
-
withLanguage
-