Class GetRecordType
- java.lang.Object
-
- com.lyncode.xoai.serviceprovider.oaipmh.spec.GetRecordType
-
public class GetRecordType extends Object
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.
-
-
-
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 ;
-
-