public class TransacNote
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="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="datatype" 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 |
datatype |
protected java.lang.String |
id |
protected java.lang.String |
lang |
protected java.lang.Object |
target |
protected java.lang.String |
type |
Constructor and Description |
---|
TransacNote() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContent()
Gets the value of the content property.
|
java.lang.String |
getDatatype()
Gets the value of the datatype property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getLang()
Gets the value of the lang property.
|
java.lang.Object |
getTarget()
Gets the value of the target property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setContent(java.lang.String value)
Sets the value of the content property.
|
void |
setDatatype(java.lang.String value)
Sets the value of the datatype property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setLang(java.lang.String value)
Sets the value of the lang property.
|
void |
setTarget(java.lang.Object value)
Sets the value of the target property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.String content
protected java.lang.String id
protected java.lang.String lang
protected java.lang.String type
protected java.lang.Object target
protected java.lang.String datatype
public java.lang.String getContent()
String
public void setContent(java.lang.String value)
value
- allowed object is
String
public java.lang.String getId()
String
public void setId(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
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.Object getTarget()
Object
public void setTarget(java.lang.Object value)
value
- allowed object is
Object
public java.lang.String getDatatype()
String
public void setDatatype(java.lang.String value)
value
- allowed object is
String