|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metsci.glimpse.dspl.schema.Info
public class Info
Textual information about an element of the dataset.
Java class for Info complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Info"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://schemas.google.com/dspl/2010}Values"/> <element name="description" type="{http://schemas.google.com/dspl/2010}Values" minOccurs="0"/> <element name="url" type="{http://schemas.google.com/dspl/2010}Values" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Info()
|
Method Summary | |
---|---|
Values |
getDescription()
Gets the value of the description property. |
java.lang.String |
getDescriptionEnglish()
|
Values |
getName()
Gets the value of the name property. |
java.lang.String |
getNameEnglish()
|
Values |
getUrl()
Gets the value of the url property. |
java.lang.String |
getUrlEnglish()
|
void |
setDescription(Values value)
Sets the value of the description property. |
void |
setName(Values value)
Sets the value of the name property. |
void |
setUrl(Values value)
Sets the value of the url property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Info()
Method Detail |
---|
public Values getName()
Values
public void setName(Values value)
value
- allowed object is
Values
public Values getDescription()
Values
public void setDescription(Values value)
value
- allowed object is
Values
public Values getUrl()
Values
public void setUrl(Values value)
value
- allowed object is
Values
public java.lang.String getNameEnglish()
public java.lang.String getDescriptionEnglish()
public java.lang.String getUrlEnglish()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |