Class AboutType
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.xml.oaipmh.AboutType
-
- All Implemented Interfaces:
XMLWritable
public class AboutType extends Object implements XMLWritable
Data "about" the record must be expressed in XML that is compliant with an XML Schema defined by a community. Java class for aboutType complex type. The following schema fragment specifies the expected content contained within this class.
-
-
Constructor Summary
Constructors Constructor Description AboutType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAny()Gets the value of the any property.voidsetAny(String value)Sets the value of the any property.voidwrite(XmlOutputContext context)
-
-
-
Field Detail
-
value
protected String value
-
-
Method Detail
-
getAny
public String getAny()
Gets the value of the any property.- Returns:
- possible object is ;
-
setAny
public void setAny(String value)
Sets the value of the any property.- Parameters:
value- allowed object is ;
-
write
public void write(XmlOutputContext context) throws WritingXmlException
- Specified by:
writein interfaceXMLWritable- Throws:
WritingXmlException
-
-