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()
String
public void setAbstract(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTitle()
String
public void setTitle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getKeywords()
String
public void setKeywords(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFees()
String
public void setFees(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAccessConstraints()
String
public void setAccessConstraints(java.lang.String value)
value
- allowed object is
String