public class Band 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">
<attribute name="Mask" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="Width" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Height" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="WasMarked" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Data" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
data |
protected Integer |
height |
protected String |
mask |
protected Boolean |
wasMarked |
protected Integer |
width |
| Constructor and Description |
|---|
Band() |
| Modifier and Type | Method and Description |
|---|---|
String |
getData()
Gets the value of the data property.
|
Integer |
getHeight()
Gets the value of the height property.
|
String |
getMask()
Gets the value of the mask property.
|
Integer |
getWidth()
Gets the value of the width property.
|
Boolean |
isWasMarked()
Gets the value of the wasMarked property.
|
void |
setData(String value)
Sets the value of the data property.
|
void |
setHeight(Integer value)
Sets the value of the height property.
|
void |
setMask(String value)
Sets the value of the mask property.
|
void |
setWasMarked(Boolean value)
Sets the value of the wasMarked property.
|
void |
setWidth(Integer value)
Sets the value of the width property.
|
protected String mask
protected Integer width
protected Integer height
protected Boolean wasMarked
protected String data
public String getMask()
Stringpublic void setMask(String value)
value - allowed object is
Stringpublic Integer getWidth()
Integerpublic void setWidth(Integer value)
value - allowed object is
Integerpublic Integer getHeight()
Integerpublic void setHeight(Integer value)
value - allowed object is
Integerpublic Boolean isWasMarked()
Booleanpublic void setWasMarked(Boolean value)
value - allowed object is
Booleanpublic String getData()
StringCopyright © 2012. All Rights Reserved.