edu.harvard.i2b2.crc.datavo.pdo
Class BlobType
java.lang.Object
edu.harvard.i2b2.crc.datavo.pdo.BlobType
public class BlobType
- extends Object
A string with all whitespace preserved. This string
could also contain xml so the type is anyType in order
for complex element content to be valid.
Java class for blobType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="blobType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
content
protected List<Object> content
BlobType
public BlobType()
getContent
public List<Object> getContent()
- A string with all whitespace preserved. This string
could also contain xml so the type is anyType in order
for complex element content to be valid.
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
Object
String
Copyright © 2011. All Rights Reserved.