public class Metadata extends 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 String |
_abstract |
protected String |
accessConstraints |
protected String |
fees |
protected String |
keywords |
protected String |
name |
protected String |
title |
| Constructor and Description |
|---|
Metadata() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbstract()
Gets the value of the abstract property.
|
String |
getAccessConstraints()
Gets the value of the accessConstraints property.
|
String |
getFees()
Gets the value of the fees property.
|
String |
getKeywords()
Gets the value of the keywords property.
|
String |
getName()
Gets the value of the name property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setAbstract(String value)
Sets the value of the abstract property.
|
void |
setAccessConstraints(String value)
Sets the value of the accessConstraints property.
|
void |
setFees(String value)
Sets the value of the fees property.
|
void |
setKeywords(String value)
Sets the value of the keywords property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected String _abstract
protected String name
protected String title
protected String keywords
protected String fees
protected String accessConstraints
public String getAbstract()
Stringpublic void setAbstract(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getKeywords()
Stringpublic void setKeywords(String value)
value - allowed object is
Stringpublic String getFees()
Stringpublic void setFees(String value)
value - allowed object is
Stringpublic String getAccessConstraints()
String