public class ChannelBinding extends Object implements 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 String |
channelBrand |
protected List<Cover> |
covers |
protected Double |
thickness |
| Constructor and Description |
|---|
ChannelBinding() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannelBrand()
Gets the value of the channelBrand property.
|
List<Cover> |
getCovers()
Gets the value of the covers property.
|
Double |
getThickness()
Gets the value of the thickness property.
|
void |
setChannelBrand(String value)
Sets the value of the channelBrand property.
|
void |
setThickness(Double value)
Sets the value of the thickness property.
|
public 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 String getChannelBrand()
Stringpublic void setChannelBrand(String value)
value - allowed object is
Stringpublic Double getThickness()
DoubleCopyright © 2012. All Rights Reserved.