Package gen.core.tmx14
Class Note
- java.lang.Object
-
- gen.core.tmx14.Note
-
public class Note extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="o-encoding" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/> <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Note()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetContent()Gets the value of the content property.java.lang.StringgetLang()Gets the value of the lang property.java.lang.StringgetOEncoding()Gets the value of the oEncoding property.java.lang.StringgetXmlLang()Gets the value of the xmlLang property.voidsetContent(java.lang.String value)Sets the value of the content property.voidsetLang(java.lang.String value)Sets the value of the lang property.voidsetOEncoding(java.lang.String value)Sets the value of the oEncoding property.voidsetXmlLang(java.lang.String value)Sets the value of the xmlLang property.
-
-
-
Method Detail
-
getContent
public java.lang.String getContent()
Gets the value of the content property.- Returns:
- possible object is
String
-
setContent
public void setContent(java.lang.String value)
Sets the value of the content property.- Parameters:
value- allowed object isString
-
getOEncoding
public java.lang.String getOEncoding()
Gets the value of the oEncoding property.- Returns:
- possible object is
String
-
setOEncoding
public void setOEncoding(java.lang.String value)
Sets the value of the oEncoding property.- Parameters:
value- allowed object isString
-
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
-
getLang
public java.lang.String getLang()
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
public void setLang(java.lang.String value)
Sets the value of the lang property.- Parameters:
value- allowed object isString
-
-