Class OAIPMH
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.xml.oaipmh.OAIPMH
-
- All Implemented Interfaces:
XMLWritable
public class OAIPMH extends Object implements XMLWritable
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAMESPACE_URIstatic StringSCHEMA_LOCATION
-
Constructor Summary
Constructors Constructor Description OAIPMH(XOAIManager manager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OAIPMHtypegetInfo()voidsetInfo(OAIPMHtype info)voidwrite(XmlOutputContext context)
-
-
-
Field Detail
-
NAMESPACE_URI
public static final String NAMESPACE_URI
- See Also:
- Constant Field Values
-
SCHEMA_LOCATION
public static final String SCHEMA_LOCATION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OAIPMH
public OAIPMH(XOAIManager manager)
-
-
Method Detail
-
getInfo
public OAIPMHtype getInfo()
-
setInfo
public void setInfo(OAIPMHtype info)
-
write
public void write(XmlOutputContext context) throws WritingXmlException
- Specified by:
writein interfaceXMLWritable- Throws:
WritingXmlException
-
-