Class OAIPMHerrorType
- java.lang.Object
-
- com.lyncode.xoai.serviceprovider.oaipmh.spec.OAIPMHerrorType
-
public class OAIPMHerrorType extends Object
Java class for OAI-PMHerrorType complex type. The following schema fragment specifies the expected content contained within this class.
-
-
Field Summary
Fields Modifier and Type Field Description protected OAIPMHerrorcodeTypecodeprotected Stringvalue
-
Constructor Summary
Constructors Constructor Description OAIPMHerrorType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OAIPMHerrorcodeTypegetCode()Gets the value of the code property.StringgetValue()Gets the value of the value property.voidsetCode(OAIPMHerrorcodeType value)Sets the value of the code property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected String value
-
code
protected OAIPMHerrorcodeType code
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is ;
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object is ;
-
getCode
public OAIPMHerrorcodeType getCode()
Gets the value of the code property.- Returns:
- possible object is ;
-
setCode
public void setCode(OAIPMHerrorcodeType value)
Sets the value of the code property.- Parameters:
value- allowed object is ;
-
-