Package gen.core.tbx
Class MartifHeader
java.lang.Object
gen.core.tbx.MartifHeader
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 -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the encodingDesc property.Gets the value of the fileDesc property.getId()Gets the value of the id property.Gets the value of the revisionDesc property.voidsetEncodingDesc(EncodingDesc value) Sets the value of the encodingDesc property.voidsetFileDesc(FileDesc value) Sets the value of the fileDesc property.voidSets the value of the id property.voidsetRevisionDesc(RevisionDesc value) Sets the value of the revisionDesc property.
-
Constructor Details
-
MartifHeader
public MartifHeader()
-
-
Method Details
-
getFileDesc
Gets the value of the fileDesc property.- Returns:
- possible object is
FileDesc
-
setFileDesc
Sets the value of the fileDesc property.- Parameters:
value- allowed object isFileDesc
-
getEncodingDesc
Gets the value of the encodingDesc property.- Returns:
- possible object is
EncodingDesc
-
setEncodingDesc
Sets the value of the encodingDesc property.- Parameters:
value- allowed object isEncodingDesc
-
getRevisionDesc
Gets the value of the revisionDesc property.- Returns:
- possible object is
RevisionDesc
-
setRevisionDesc
Sets the value of the revisionDesc property.- Parameters:
value- allowed object isRevisionDesc
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-