public class Martif
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="{}martifHeader"/> <element ref="{}text"/> </sequence> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
lang |
protected MartifHeader |
martifHeader |
protected Text |
text |
protected java.lang.String |
type |
Constructor and Description |
---|
Martif() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLang()
Gets the value of the lang property.
|
MartifHeader |
getMartifHeader()
Gets the value of the martifHeader property.
|
Text |
getText()
Gets the value of the text property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setLang(java.lang.String value)
Sets the value of the lang property.
|
void |
setMartifHeader(MartifHeader value)
Sets the value of the martifHeader property.
|
void |
setText(Text value)
Sets the value of the text property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected MartifHeader martifHeader
protected Text text
protected java.lang.String type
protected java.lang.String lang
public MartifHeader getMartifHeader()
MartifHeader
public void setMartifHeader(MartifHeader value)
value
- allowed object is
MartifHeader
public void setText(Text value)
value
- allowed object is
Text
public java.lang.String getType()
String
public void setType(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