Package org.cxml
Class Comments
- java.lang.Object
-
- org.cxml.Comments
-
public class Comments extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Comments()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetType()Gets the value of the type property.java.lang.Stringgetvalue()Gets the value of the value property.java.lang.StringgetXmlLang()Gets the value of the xmlLang property.voidsetType(java.lang.String value)Sets the value of the type property.voidsetvalue(java.lang.String value)Sets the value of the value property.voidsetXmlLang(java.lang.String value)Sets the value of the xmlLang property.
-
-
-
Method Detail
-
getXmlLang
public java.lang.String getXmlLang()
Gets the value of the xmlLang property.- Returns:
- possible object is
String
-
setXmlLang
public void setXmlLang(java.lang.String value)
Sets the value of the xmlLang property.- Parameters:
value- allowed object isString
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getvalue
public java.lang.String getvalue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
public void setvalue(java.lang.String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
-