public class CsFiberInformation extends Object
Java class for cs_fiberInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cs_fiberInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="installationDate" type="{http://www.witsml.org/schemas/131}anyDate" minOccurs="0"/>
<element name="installationCompany" type="{http://www.witsml.org/schemas/131}nameString" minOccurs="0"/>
<element name="deInstallationDate" type="{http://www.witsml.org/schemas/131}anyDate" minOccurs="0"/>
<element name="capillaryTubeDiameter" type="{http://www.witsml.org/schemas/131}lengthMeasure" minOccurs="0"/>
<element name="fiber" type="{http://www.witsml.org/schemas/131}cs_fiber" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CsFiberInformation() |
| Modifier and Type | Method and Description |
|---|---|
LengthMeasure |
getCapillaryTubeDiameter()
Gets the value of the capillaryTubeDiameter property.
|
String |
getDeInstallationDate()
Gets the value of the deInstallationDate property.
|
List<CsFiber> |
getFiber()
Gets the value of the fiber property.
|
String |
getInstallationCompany()
Gets the value of the installationCompany property.
|
String |
getInstallationDate()
Gets the value of the installationDate property.
|
void |
setCapillaryTubeDiameter(LengthMeasure value)
Sets the value of the capillaryTubeDiameter property.
|
void |
setDeInstallationDate(String value)
Sets the value of the deInstallationDate property.
|
void |
setInstallationCompany(String value)
Sets the value of the installationCompany property.
|
void |
setInstallationDate(String value)
Sets the value of the installationDate property.
|
public String getInstallationDate()
Stringpublic void setInstallationDate(String value)
value - allowed object is
Stringpublic String getInstallationCompany()
Stringpublic void setInstallationCompany(String value)
value - allowed object is
Stringpublic String getDeInstallationDate()
Stringpublic void setDeInstallationDate(String value)
value - allowed object is
Stringpublic LengthMeasure getCapillaryTubeDiameter()
LengthMeasurepublic void setCapillaryTubeDiameter(LengthMeasure value)
value - allowed object is
LengthMeasurepublic List<CsFiber> getFiber()
set method for the fiber property.
For example, to add a new item, do as follows:
getFiber().add(newItem);
Objects of the following type(s) are allowed in the list
CsFiberCopyright © 2017. All rights reserved.