public class Metadata
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element name="abstract" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="title" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="keywords" type="{}csvType" />
<attribute name="fees" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="access_constraints" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
_abstract |
protected java.lang.String |
accessConstraints |
protected java.lang.String |
fees |
protected java.lang.String |
keywords |
protected java.lang.String |
name |
protected java.lang.String |
title |
| Constructor and Description |
|---|
Metadata() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAbstract()
Gets the value of the abstract property.
|
java.lang.String |
getAccessConstraints()
Gets the value of the accessConstraints property.
|
java.lang.String |
getFees()
Gets the value of the fees property.
|
java.lang.String |
getKeywords()
Gets the value of the keywords property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getTitle()
Gets the value of the title property.
|
void |
setAbstract(java.lang.String value)
Sets the value of the abstract property.
|
void |
setAccessConstraints(java.lang.String value)
Sets the value of the accessConstraints property.
|
void |
setFees(java.lang.String value)
Sets the value of the fees property.
|
void |
setKeywords(java.lang.String value)
Sets the value of the keywords property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setTitle(java.lang.String value)
Sets the value of the title property.
|
protected java.lang.String _abstract
protected java.lang.String name
protected java.lang.String title
protected java.lang.String keywords
protected java.lang.String fees
protected java.lang.String accessConstraints
public java.lang.String getAbstract()
Stringpublic void setAbstract(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getKeywords()
Stringpublic void setKeywords(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFees()
Stringpublic void setFees(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAccessConstraints()
Stringpublic void setAccessConstraints(java.lang.String value)
value - allowed object is
String