Package gen.core.tbx

Class 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Martif

        public Martif()
    • 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 is MartifHeader
      • getText

        public Text getText()
        Gets the value of the text property.
        Returns:
        possible object is Text
      • setText

        public void setText​(Text value)
        Sets the value of the text property.
        Parameters:
        value - allowed object is Text
      • 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 is String
      • 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 is String