public class CasingInParams extends ParameterType implements Serializable
Java class for CasingInParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CasingInParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}GlueApplication" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="CaseRadius" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
caseRadius |
protected List<GlueApplication> |
glueApplications |
| Constructor and Description |
|---|
CasingInParams() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getCaseRadius()
Gets the value of the caseRadius property.
|
List<GlueApplication> |
getGlueApplications()
Gets the value of the glueApplications property.
|
void |
setCaseRadius(Double value)
Sets the value of the caseRadius property.
|
protected List<GlueApplication> glueApplications
protected Double caseRadius
public List<GlueApplication> getGlueApplications()
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 glueApplications property.
For example, to add a new item, do as follows:
getGlueApplications().add(newItem);
Objects of the following type(s) are allowed in the list
GlueApplication
public Double getCaseRadius()
DoubleCopyright © 2012. All Rights Reserved.