public class DescriptionType extends Object
Java class for DescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescriptionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Objectives" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Abstract" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Method" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
_abstract |
protected String |
method |
protected String |
objectives |
| Constructor and Description |
|---|
DescriptionType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbstract()
Gets the value of the abstract property.
|
String |
getMethod()
Gets the value of the method property.
|
String |
getObjectives()
Gets the value of the objectives property.
|
void |
setAbstract(String value)
Sets the value of the abstract property.
|
void |
setMethod(String value)
Sets the value of the method property.
|
void |
setObjectives(String value)
Sets the value of the objectives property.
|
protected String objectives
protected String _abstract
protected String method
public String getObjectives()
Stringpublic void setObjectives(String value)
value - allowed object is
Stringpublic String getAbstract()
Stringpublic void setAbstract(String value)
value - allowed object is
Stringpublic String getMethod()
StringCopyright © 2024 Tethys. All rights reserved.