public class ObjLogs extends AbstractObject
Java class for obj_logs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="obj_logs">
<complexContent>
<extension base="{http://www.energistics.org/schemas/abstract}abstractObject">
<sequence>
<element name="documentInfo" type="{http://www.witsml.org/schemas/1series}cs_documentInfo" minOccurs="0"/>
<element name="log" type="{http://www.witsml.org/schemas/1series}obj_log" maxOccurs="unbounded"/>
</sequence>
<attribute name="version" use="required" type="{http://www.witsml.org/schemas/1series}schemaVersionString" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ObjLogs() |
| Modifier and Type | Method and Description |
|---|---|
CsDocumentInfo |
getDocumentInfo()
Gets the value of the documentInfo property.
|
List<ObjLog> |
getLog()
Gets the value of the log 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<ObjLog> getLog()
set method for the log property.
For example, to add a new item, do as follows:
getLog().add(newItem);
Objects of the following type(s) are allowed in the list
ObjLogpublic String getVersion()
StringCopyright © 2017. All rights reserved.