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 Shape |
clampSize |
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.
|
Shape |
getClampSize()
Gets the value of the clampSize 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 |
setClampSize(Shape value)
Sets the value of the clampSize property.
|
void |
setClampSystem(Boolean value)
Sets the value of the clampSystem property.
|
protected Shape clampSize
protected String clampColor
protected Boolean clampSystem
protected String clampColorDetails
protected Double clampD
public Shape getClampSize()
Stringpublic void setClampSize(Shape value)
value - allowed object is
Stringpublic 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 © 2013. All Rights Reserved.