public class Tmx
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">
<sequence>
<element ref="{}header"/>
<element ref="{}body"/>
</sequence>
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="1.4" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Body |
body |
protected Header |
header |
protected java.lang.String |
version |
| Constructor and Description |
|---|
Tmx() |
| Modifier and Type | Method and Description |
|---|---|
Body |
getBody()
Gets the value of the body property.
|
Header |
getHeader()
Gets the value of the header property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
void |
setBody(Body value)
Sets the value of the body property.
|
void |
setHeader(Header value)
Sets the value of the header property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
protected Header header
protected Body body
protected java.lang.String version
public Header getHeader()
Headerpublic void setHeader(Header value)
value - allowed object is
Headerpublic void setBody(Body value)
value - allowed object is
Bodypublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
String