Class MetadataType
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.xml.oaipmh.MetadataType
-
- All Implemented Interfaces:
XMLWritable
public class MetadataType extends Object implements XMLWritable
Metadata must be expressed in XML that complies with another XML Schema (namespace=#other). Metadata must be explicitly qualified in the response. Java class for metadataType complex type. The following schema fragment specifies the expected content contained within this class.
-
-
Constructor Summary
Constructors Constructor Description MetadataType(Metadata value)Sets the value of the any property.MetadataType(InputStream value)MetadataType(String value)
-
-
-
Field Detail
-
value
protected Metadata value
-
-
Constructor Detail
-
MetadataType
public MetadataType(Metadata value)
Sets the value of the any property.- Parameters:
value- allowed object is ;
-
MetadataType
public MetadataType(String value)
-
MetadataType
public MetadataType(InputStream value) throws IOException
- Throws:
IOException
-
-
Method Detail
-
write
public void write(XmlOutputContext context) throws WritingXmlException
- Specified by:
writein interfaceXMLWritable- Throws:
WritingXmlException
-
-