Class GetRecordType
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.xml.oaipmh.GetRecordType
-
- All Implemented Interfaces:
XMLWritable
public class GetRecordType extends Object implements XMLWritable
Java class for GetRecordType complex type. The following schema fragment specifies the expected content contained within this class.
-
-
Field Summary
Fields Modifier and Type Field Description protected RecordTyperecord
-
Constructor Summary
Constructors Constructor Description GetRecordType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecordTypegetRecord()Gets the value of the record property.voidsetRecord(RecordType value)Sets the value of the record property.voidwrite(XmlOutputContext writer)
-
-
-
Field Detail
-
record
protected RecordType record
-
-
Method Detail
-
getRecord
public RecordType getRecord()
Gets the value of the record property.- Returns:
- possible object is ;
-
setRecord
public void setRecord(RecordType value)
Sets the value of the record property.- Parameters:
value- allowed object is ;
-
write
public void write(XmlOutputContext writer) throws WritingXmlException
- Specified by:
writein interfaceXMLWritable- Throws:
WritingXmlException
-
-