eu.etaxonomy.cdm.remote.dto.oaipmh
Class Metadata
java.lang.Object
eu.etaxonomy.cdm.remote.dto.oaipmh.Metadata
public class Metadata
- extends Object
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.
<complexType name="metadataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
|
Method Summary |
Object |
getAny()
Gets the value of the any property. |
void |
setAny(Object value)
Sets the value of the any property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
any
protected Object any
Metadata
public Metadata()
getAny
public Object getAny()
- Gets the value of the any property.
- Returns:
- possible object is
Object
setAny
public void setAny(Object value)
- Sets the value of the any property.
- Parameters:
value - allowed object is
Object
Copyright © 2007-2013 EDIT. All Rights Reserved.