public class RecordType extends Object implements XMLWritable
| Modifier and Type | Field and Description |
|---|---|
protected List<AboutType> |
about |
protected HeaderType |
header |
protected MetadataType |
metadata |
| Constructor and Description |
|---|
RecordType() |
| Modifier and Type | Method and Description |
|---|---|
List<AboutType> |
getAbout()
Gets the value of the about property.
|
HeaderType |
getHeader()
Gets the value of the header property.
|
MetadataType |
getMetadata()
Gets the value of the metadata property.
|
void |
setHeader(HeaderType value)
Sets the value of the header property.
|
void |
setMetadata(MetadataType value)
Sets the value of the metadata property.
|
void |
write(XmlOutputContext context) |
protected HeaderType header
protected MetadataType metadata
public HeaderType getHeader()
public void setHeader(HeaderType value)
value - allowed object is ;public MetadataType getMetadata()
public void setMetadata(MetadataType value)
value - allowed object is ;public List<AboutType> getAbout()
public void write(XmlOutputContext context) throws WritingXmlException
write in interface XMLWritableWritingXmlExceptionCopyright © 2020. All rights reserved.