Package gen.core.tbx
Class MartifHeader
- java.lang.Object
-
- gen.core.tbx.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 Summary
Constructors Constructor Description MartifHeader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EncodingDesc
getEncodingDesc()
Gets the value of the encodingDesc property.FileDesc
getFileDesc()
Gets the value of the fileDesc property.java.lang.String
getId()
Gets the value of the id property.RevisionDesc
getRevisionDesc()
Gets the value of the revisionDesc property.void
setEncodingDesc(EncodingDesc value)
Sets the value of the encodingDesc property.void
setFileDesc(FileDesc value)
Sets the value of the fileDesc property.void
setId(java.lang.String value)
Sets the value of the id property.void
setRevisionDesc(RevisionDesc value)
Sets the value of the revisionDesc property.
-
-
-
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 isFileDesc
-
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 isEncodingDesc
-
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 isRevisionDesc
-
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 isString
-
-