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