public class HeaderType extends Object implements XMLWritable
| Modifier and Type | Field and Description |
|---|---|
protected String |
datestamp |
protected String |
identifier |
protected List<String> |
setSpec |
protected StatusType |
status |
| Constructor and Description |
|---|
HeaderType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatestamp()
Gets the value of the datestamp property.
|
String |
getIdentifier()
Gets the value of the identifier property.
|
List<String> |
getSetSpec()
Gets the value of the withSpec property.
|
StatusType |
getStatus()
Gets the value of the status property.
|
void |
setDatestamp(String value)
Sets the value of the datestamp property.
|
void |
setIdentifier(String value)
Sets the value of the identifier property.
|
void |
setStatus(StatusType value)
Sets the value of the status property.
|
void |
write(XmlOutputContext context) |
protected String identifier
protected String datestamp
protected StatusType status
public String getIdentifier()
public void setIdentifier(String value)
value - allowed object is ;public String getDatestamp()
public void setDatestamp(String value)
value - allowed object is ;public List<String> getSetSpec()
public StatusType getStatus()
public void setStatus(StatusType value)
value - allowed object is ;public void write(XmlOutputContext context) throws WritingXmlException
write in interface XMLWritableWritingXmlExceptionCopyright © 2020. All rights reserved.