public class ObjFluidsReports extends Object
Java class for obj_fluidsReports complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="obj_fluidsReports">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="documentInfo" type="{http://www.witsml.org/schemas/131}cs_documentInfo" minOccurs="0"/>
<element name="fluidsReport" type="{http://www.witsml.org/schemas/131}obj_fluidsReport" maxOccurs="unbounded"/>
</sequence>
<attribute name="version" use="required" type="{http://www.witsml.org/schemas/131}schemaVersionString" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ObjFluidsReports() |
| Modifier and Type | Method and Description |
|---|---|
CsDocumentInfo |
getDocumentInfo()
Gets the value of the documentInfo property.
|
List<ObjFluidsReport> |
getFluidsReport()
Gets the value of the fluidsReport property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setDocumentInfo(CsDocumentInfo value)
Sets the value of the documentInfo property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
public CsDocumentInfo getDocumentInfo()
CsDocumentInfopublic void setDocumentInfo(CsDocumentInfo value)
value - allowed object is
CsDocumentInfopublic List<ObjFluidsReport> getFluidsReport()
set method for the fluidsReport property.
For example, to add a new item, do as follows:
getFluidsReport().add(newItem);
Objects of the following type(s) are allowed in the list
ObjFluidsReportpublic String getVersion()
StringCopyright © 2017. All rights reserved.