com.metsci.glimpse.dspl.schema
Class Values

java.lang.Object
  extended by com.metsci.glimpse.dspl.schema.Values

public class Values
extends java.lang.Object

Java class for Values complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Values">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{http://schemas.google.com/dspl/2010}ValuesGroup"/>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
Values()
           
 
Method Summary
 Attribute.ConceptValue getConceptValue()
          Gets the value of the conceptValue property.
 java.util.List<Value> getValue()
          Gets the value of the value property.
 java.lang.String getValueEnglish()
           
 void setConceptValue(Attribute.ConceptValue value)
          Sets the value of the conceptValue property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Values

public Values()
Method Detail

getValue

public java.util.List<Value> getValue()
Gets the value of the value property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the value property.

For example, to add a new item, do as follows:

    getValue().add(newItem);
 

Objects of the following type(s) are allowed in the list Value


getConceptValue

public Attribute.ConceptValue getConceptValue()
Gets the value of the conceptValue property.

Returns:
possible object is Attribute.ConceptValue

setConceptValue

public void setConceptValue(Attribute.ConceptValue value)
Sets the value of the conceptValue property.

Parameters:
value - allowed object is Attribute.ConceptValue

getValueEnglish

public java.lang.String getValueEnglish()


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