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>
Modifier and Type | Field and Description |
---|---|
protected EncodingDesc |
encodingDesc |
protected FileDesc |
fileDesc |
protected java.lang.String |
id |
protected RevisionDesc |
revisionDesc |
Constructor and Description |
---|
MartifHeader() |
Modifier and Type | Method and 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.
|
protected FileDesc fileDesc
protected EncodingDesc encodingDesc
protected RevisionDesc revisionDesc
protected java.lang.String id
public FileDesc getFileDesc()
FileDesc
public void setFileDesc(FileDesc value)
value
- allowed object is
FileDesc
public EncodingDesc getEncodingDesc()
EncodingDesc
public void setEncodingDesc(EncodingDesc value)
value
- allowed object is
EncodingDesc
public RevisionDesc getRevisionDesc()
RevisionDesc
public void setRevisionDesc(RevisionDesc value)
value
- allowed object is
RevisionDesc
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String