Class XOAIDescription
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.xml.xoaidescription.XOAIDescription
-
public class XOAIDescription extends Object
Java class for XOAIDescription element declaration. The following schema fragment specifies the expected content contained within this class.
-
-
Constructor Summary
Constructors Constructor Description XOAIDescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()Gets the value of the type property.StringgetValue()Gets the value of the value property.voidsetType(String value)Sets the value of the type property.voidsetValue(String value)Sets the value of the value property.
-
-
-
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 ;
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is ;
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value- allowed object is ;
-
-