Package gen.core.tbx
Class Martif
- java.lang.Object
-
- gen.core.tbx.Martif
-
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>
-
-
Constructor Summary
Constructors Constructor Description Martif()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getMartifHeader
public MartifHeader getMartifHeader()
Gets the value of the martifHeader property.- Returns:
- possible object is
MartifHeader
-
setMartifHeader
public void setMartifHeader(MartifHeader value)
Sets the value of the martifHeader property.- Parameters:
value
- allowed object isMartifHeader
-
setText
public void setText(Text value)
Sets the value of the text property.- Parameters:
value
- allowed object isText
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type 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
-
-