public class HeaderType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Date |
datestamp |
protected String |
identifier |
protected List<String> |
setSpec |
protected StatusType |
status |
| Constructor and Description |
|---|
HeaderType() |
| Modifier and Type | Method and Description |
|---|---|
Date |
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 setSpec property.
|
StatusType |
getStatus()
Gets the value of the status property.
|
void |
setDatestamp(Date 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.
|
protected String identifier
protected Date datestamp
protected StatusType status
public String getIdentifier()
public void setIdentifier(String value)
value - allowed object is ;public Date getDatestamp()
public void setDatestamp(Date value)
value - allowed object is ;public List<String> getSetSpec()
public StatusType getStatus()
public void setStatus(StatusType value)
value - allowed object is ;Copyright © 2020. All rights reserved.