public class ChannelBindingParams extends ParameterType implements Serializable
Java class for ChannelBindingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChannelBindingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="ClampSize" type="{http://www.CIP4.org/JDFSchema_2_0}shape" />
<attribute name="ClampColor" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ClampSystem" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ClampColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ClampD" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clampColor |
protected String |
clampColorDetails |
protected Double |
clampD |
protected List<Double> |
clampSizes |
protected Boolean |
clampSystem |
| Constructor and Description |
|---|
ChannelBindingParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClampColor()
Gets the value of the clampColor property.
|
String |
getClampColorDetails()
Gets the value of the clampColorDetails property.
|
Double |
getClampD()
Gets the value of the clampD property.
|
List<Double> |
getClampSizes()
Gets the value of the clampSizes property.
|
Boolean |
isClampSystem()
Gets the value of the clampSystem property.
|
void |
setClampColor(String value)
Sets the value of the clampColor property.
|
void |
setClampColorDetails(String value)
Sets the value of the clampColorDetails property.
|
void |
setClampD(Double value)
Sets the value of the clampD property.
|
void |
setClampSystem(Boolean value)
Sets the value of the clampSystem property.
|
protected String clampColor
protected Boolean clampSystem
protected String clampColorDetails
protected Double clampD
public List<Double> getClampSizes()
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 clampSizes property.
For example, to add a new item, do as follows:
getClampSizes().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public String getClampColor()
Stringpublic void setClampColor(String value)
value - allowed object is
Stringpublic Boolean isClampSystem()
Booleanpublic void setClampSystem(Boolean value)
value - allowed object is
Booleanpublic String getClampColorDetails()
Stringpublic void setClampColorDetails(String value)
value - allowed object is
Stringpublic Double getClampD()
DoubleCopyright © 2012. All Rights Reserved.