public class CsFiber extends Object
Java class for cs_fiber complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cs_fiber">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.witsml.org/schemas/131}nameString" minOccurs="0"/>
<element name="mode" type="{http://www.witsml.org/schemas/131}FiberMode"/>
<element name="type" type="{http://www.witsml.org/schemas/131}typeOptionalClassString" maxOccurs="unbounded" minOccurs="0"/>
<element name="coating" type="{http://www.witsml.org/schemas/131}kindString" minOccurs="0"/>
<element name="jacket" type="{http://www.witsml.org/schemas/131}kindString" minOccurs="0"/>
<element name="coreDiameter" type="{http://www.witsml.org/schemas/131}lengthMeasure" minOccurs="0"/>
<element name="claddedDiameter" type="{http://www.witsml.org/schemas/131}lengthMeasure" minOccurs="0"/>
<element name="outsideDiameter" type="{http://www.witsml.org/schemas/131}lengthMeasure" minOccurs="0"/>
<element name="refractiveIndex" type="{http://www.witsml.org/schemas/131}cs_refractiveIndex" maxOccurs="unbounded" minOccurs="0"/>
<element name="oneWayLoss" type="{http://www.witsml.org/schemas/131}cs_oneWayLoss" maxOccurs="unbounded" minOccurs="0"/>
<element name="parameter" type="{http://www.witsml.org/schemas/131}indexedObject" maxOccurs="unbounded" minOccurs="0"/>
<element name="spoolNumberTag" type="{http://www.witsml.org/schemas/131}kindString" minOccurs="0"/>
<element name="spoolLength" type="{http://www.witsml.org/schemas/131}lengthMeasure" minOccurs="0"/>
<element name="supplyDate" type="{http://www.witsml.org/schemas/131}anyDate" minOccurs="0"/>
<element name="supplier" type="{http://www.witsml.org/schemas/131}nameString" minOccurs="0"/>
<element name="supplierModelNumber" type="{http://www.witsml.org/schemas/131}nameString" minOccurs="0"/>
<element name="factoryCalibration" type="{http://www.witsml.org/schemas/131}cs_calibration" maxOccurs="unbounded" minOccurs="0"/>
<element name="installationHistory" type="{http://www.witsml.org/schemas/131}refNameString" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.witsml.org/schemas/131}attgrp_uid"/>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CsFiber() |
| Modifier and Type | Method and Description |
|---|---|
LengthMeasure |
getCladdedDiameter()
Gets the value of the claddedDiameter property.
|
String |
getCoating()
Gets the value of the coating property.
|
LengthMeasure |
getCoreDiameter()
Gets the value of the coreDiameter property.
|
List<CsCalibration> |
getFactoryCalibration()
Gets the value of the factoryCalibration property.
|
List<RefNameString> |
getInstallationHistory()
Gets the value of the installationHistory property.
|
String |
getJacket()
Gets the value of the jacket property.
|
FiberMode |
getMode()
Gets the value of the mode property.
|
String |
getName()
Gets the value of the name property.
|
List<CsOneWayLoss> |
getOneWayLoss()
Gets the value of the oneWayLoss property.
|
LengthMeasure |
getOutsideDiameter()
Gets the value of the outsideDiameter property.
|
List<IndexedObject> |
getParameter()
Gets the value of the parameter property.
|
List<CsRefractiveIndex> |
getRefractiveIndex()
Gets the value of the refractiveIndex property.
|
LengthMeasure |
getSpoolLength()
Gets the value of the spoolLength property.
|
String |
getSpoolNumberTag()
Gets the value of the spoolNumberTag property.
|
String |
getSupplier()
Gets the value of the supplier property.
|
String |
getSupplierModelNumber()
Gets the value of the supplierModelNumber property.
|
String |
getSupplyDate()
Gets the value of the supplyDate property.
|
List<TypeOptionalClassString> |
getType()
Gets the value of the type property.
|
String |
getUid()
Gets the value of the uid property.
|
void |
setCladdedDiameter(LengthMeasure value)
Sets the value of the claddedDiameter property.
|
void |
setCoating(String value)
Sets the value of the coating property.
|
void |
setCoreDiameter(LengthMeasure value)
Sets the value of the coreDiameter property.
|
void |
setJacket(String value)
Sets the value of the jacket property.
|
void |
setMode(FiberMode value)
Sets the value of the mode property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOutsideDiameter(LengthMeasure value)
Sets the value of the outsideDiameter property.
|
void |
setSpoolLength(LengthMeasure value)
Sets the value of the spoolLength property.
|
void |
setSpoolNumberTag(String value)
Sets the value of the spoolNumberTag property.
|
void |
setSupplier(String value)
Sets the value of the supplier property.
|
void |
setSupplierModelNumber(String value)
Sets the value of the supplierModelNumber property.
|
void |
setSupplyDate(String value)
Sets the value of the supplyDate property.
|
void |
setUid(String value)
Sets the value of the uid property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic FiberMode getMode()
FiberModepublic void setMode(FiberMode value)
value - allowed object is
FiberModepublic List<TypeOptionalClassString> getType()
set method for the type property.
For example, to add a new item, do as follows:
getType().add(newItem);
Objects of the following type(s) are allowed in the list
TypeOptionalClassStringpublic String getCoating()
Stringpublic void setCoating(String value)
value - allowed object is
Stringpublic String getJacket()
Stringpublic void setJacket(String value)
value - allowed object is
Stringpublic LengthMeasure getCoreDiameter()
LengthMeasurepublic void setCoreDiameter(LengthMeasure value)
value - allowed object is
LengthMeasurepublic LengthMeasure getCladdedDiameter()
LengthMeasurepublic void setCladdedDiameter(LengthMeasure value)
value - allowed object is
LengthMeasurepublic LengthMeasure getOutsideDiameter()
LengthMeasurepublic void setOutsideDiameter(LengthMeasure value)
value - allowed object is
LengthMeasurepublic List<CsRefractiveIndex> getRefractiveIndex()
set method for the refractiveIndex property.
For example, to add a new item, do as follows:
getRefractiveIndex().add(newItem);
Objects of the following type(s) are allowed in the list
CsRefractiveIndexpublic List<CsOneWayLoss> getOneWayLoss()
set method for the oneWayLoss property.
For example, to add a new item, do as follows:
getOneWayLoss().add(newItem);
Objects of the following type(s) are allowed in the list
CsOneWayLosspublic List<IndexedObject> getParameter()
set method for the parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
IndexedObjectpublic String getSpoolNumberTag()
Stringpublic void setSpoolNumberTag(String value)
value - allowed object is
Stringpublic LengthMeasure getSpoolLength()
LengthMeasurepublic void setSpoolLength(LengthMeasure value)
value - allowed object is
LengthMeasurepublic String getSupplyDate()
Stringpublic void setSupplyDate(String value)
value - allowed object is
Stringpublic String getSupplier()
Stringpublic void setSupplier(String value)
value - allowed object is
Stringpublic String getSupplierModelNumber()
Stringpublic void setSupplierModelNumber(String value)
value - allowed object is
Stringpublic List<CsCalibration> getFactoryCalibration()
set method for the factoryCalibration property.
For example, to add a new item, do as follows:
getFactoryCalibration().add(newItem);
Objects of the following type(s) are allowed in the list
CsCalibrationpublic List<RefNameString> getInstallationHistory()
set method for the installationHistory property.
For example, to add a new item, do as follows:
getInstallationHistory().add(newItem);
Objects of the following type(s) are allowed in the list
RefNameStringpublic String getUid()
StringCopyright © 2017. All rights reserved.