Class DescriptionType
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.xml.oaipmh.DescriptionType
-
- All Implemented Interfaces:
XMLWritable
public class DescriptionType extends Object implements XMLWritable
The descriptionType is used for the description element in Identify and for setDescription element in ListSets. Content must be compliant with an XML Schema defined by a community. Java class for descriptionType complex type. The following schema fragment specifies the expected content contained within this class.
-
-
Constructor Summary
Constructors Constructor Description DescriptionType()DescriptionType(Metadata m)DescriptionType(String m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAny()Gets the value of the any property.voidsetAny(Metadata metadata)voidsetAny(String value)Sets the value of the any property.voidwrite(XmlOutputContext writer)
-
-
-
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 ;
-
setAny
public void setAny(Metadata metadata)
-
write
public void write(XmlOutputContext writer) throws WritingXmlException
- Specified by:
writein interfaceXMLWritable- Throws:
WritingXmlException
-
-