public class Note
extends java.lang.Object
Java 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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
content |
protected java.lang.String |
lang |
protected java.lang.String |
oEncoding |
protected java.lang.String |
xmlLang |
Constructor and Description |
---|
Note() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContent()
Gets the value of the content property.
|
java.lang.String |
getLang()
Gets the value of the lang property.
|
java.lang.String |
getOEncoding()
Gets the value of the oEncoding property.
|
java.lang.String |
getXmlLang()
Gets the value of the xmlLang property.
|
void |
setContent(java.lang.String value)
Sets the value of the content property.
|
void |
setLang(java.lang.String value)
Sets the value of the lang property.
|
void |
setOEncoding(java.lang.String value)
Sets the value of the oEncoding property.
|
void |
setXmlLang(java.lang.String value)
Sets the value of the xmlLang property.
|
protected java.lang.String content
protected java.lang.String oEncoding
protected java.lang.String xmlLang
protected java.lang.String lang
public java.lang.String getContent()
String
public void setContent(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOEncoding()
String
public void setOEncoding(java.lang.String value)
value
- allowed object is
String
public java.lang.String getXmlLang()
String
public void setXmlLang(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLang()
String
public void setLang(java.lang.String value)
value
- allowed object is
String