Package org.cxml
Class Description
java.lang.Object
org.cxml.Description
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()Gets the value of the type property.getvalue()Gets the value of the value property.Gets the value of the xmlLang property.voidSets the value of the type property.voidSets the value of the value property.voidsetXmlLang(String value) Sets the value of the xmlLang property.
-
Field Details
-
xmlLang
-
type
-
value
-
-
Constructor Details
-
Description
public Description()
-
-
Method Details
-
getXmlLang
Gets the value of the xmlLang property.- Returns:
- possible object is
String
-
setXmlLang
Sets the value of the xmlLang property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
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
-