Package gen.core.tbx

Class MartifHeader


  • public class MartifHeader
    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="{}fileDesc"/>
             <element ref="{}encodingDesc" minOccurs="0"/>
             <element ref="{}revisionDesc" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • MartifHeader

        public MartifHeader()
    • Method Detail

      • getFileDesc

        public FileDesc getFileDesc()
        Gets the value of the fileDesc property.
        Returns:
        possible object is FileDesc
      • setFileDesc

        public void setFileDesc​(FileDesc value)
        Sets the value of the fileDesc property.
        Parameters:
        value - allowed object is FileDesc
      • getEncodingDesc

        public EncodingDesc getEncodingDesc()
        Gets the value of the encodingDesc property.
        Returns:
        possible object is EncodingDesc
      • setEncodingDesc

        public void setEncodingDesc​(EncodingDesc value)
        Sets the value of the encodingDesc property.
        Parameters:
        value - allowed object is EncodingDesc
      • getRevisionDesc

        public RevisionDesc getRevisionDesc()
        Gets the value of the revisionDesc property.
        Returns:
        possible object is RevisionDesc
      • setRevisionDesc

        public void setRevisionDesc​(RevisionDesc value)
        Sets the value of the revisionDesc property.
        Parameters:
        value - allowed object is RevisionDesc
      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String