public class ChannelBinding
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Cover" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="ChannelBrand" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Thickness" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
channelBrand |
protected java.util.List<Cover> |
covers |
protected java.lang.Double |
thickness |
| Constructor and Description |
|---|
ChannelBinding() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChannelBrand()
Gets the value of the channelBrand property.
|
java.util.List<Cover> |
getCovers()
Gets the value of the covers property.
|
java.lang.Double |
getThickness()
Gets the value of the thickness property.
|
void |
setChannelBrand(java.lang.String value)
Sets the value of the channelBrand property.
|
void |
setThickness(java.lang.Double value)
Sets the value of the thickness property.
|
protected java.util.List<Cover> covers
protected java.lang.String channelBrand
protected java.lang.Double thickness
public java.util.List<Cover> getCovers()
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 covers property.
For example, to add a new item, do as follows:
getCovers().add(newItem);
Objects of the following type(s) are allowed in the list
Cover
public java.lang.String getChannelBrand()
Stringpublic void setChannelBrand(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getThickness()
Doublepublic void setThickness(java.lang.Double value)
value - allowed object is
DoubleCopyright © 2012. All Rights Reserved.