edu.harvard.i2b2.crc.datavo.setfinder.query
Class XmlValueType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.setfinder.query.XmlValueType

public class XmlValueType
extends Object

Java class for xml_valueType complex type.

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

 <complexType name="xml_valueType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> content
           
 
Constructor Summary
XmlValueType()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<Object> getContent()
          Gets the value of the content property.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

content

protected List<Object> content
Constructor Detail

XmlValueType

public XmlValueType()
Method Detail

getContent

public List<Object> getContent()
Gets the value of the content 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 content property.

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

 getContent().add(newItem);
 

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


hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.