com.metsci.glimpse.dspl.schema
Class Info

java.lang.Object
  extended by com.metsci.glimpse.dspl.schema.Info
Direct Known Subclasses:
ConceptInfo

public class Info
extends java.lang.Object

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

Info

public Info()
Method Detail

getName

public Values getName()
Gets the value of the name property.

Returns:
possible object is Values

setName

public void setName(Values value)
Sets the value of the name property.

Parameters:
value - allowed object is Values

getDescription

public Values getDescription()
Gets the value of the description property.

Returns:
possible object is Values

setDescription

public void setDescription(Values value)
Sets the value of the description property.

Parameters:
value - allowed object is Values

getUrl

public Values getUrl()
Gets the value of the url property.

Returns:
possible object is Values

setUrl

public void setUrl(Values value)
Sets the value of the url property.

Parameters:
value - allowed object is Values

getNameEnglish

public java.lang.String getNameEnglish()

getDescriptionEnglish

public java.lang.String getDescriptionEnglish()

getUrlEnglish

public java.lang.String getUrlEnglish()


Copyright © 2012 Metron, Inc.. All Rights Reserved.