public class Band
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">
<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 java.lang.String |
data |
protected java.lang.Integer |
height |
protected java.lang.String |
mask |
protected java.lang.Boolean |
wasMarked |
protected java.lang.Integer |
width |
| Constructor and Description |
|---|
Band() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getData()
Gets the value of the data property.
|
java.lang.Integer |
getHeight()
Gets the value of the height property.
|
java.lang.String |
getMask()
Gets the value of the mask property.
|
java.lang.Boolean |
getWasMarked()
Gets the value of the wasMarked property.
|
java.lang.Integer |
getWidth()
Gets the value of the width property.
|
void |
setData(java.lang.String value)
Sets the value of the data property.
|
void |
setHeight(java.lang.Integer value)
Sets the value of the height property.
|
void |
setMask(java.lang.String value)
Sets the value of the mask property.
|
void |
setWasMarked(java.lang.Boolean value)
Sets the value of the wasMarked property.
|
void |
setWidth(java.lang.Integer value)
Sets the value of the width property.
|
protected java.lang.String mask
protected java.lang.Integer width
protected java.lang.Integer height
protected java.lang.Boolean wasMarked
protected java.lang.String data
public java.lang.String getMask()
Stringpublic void setMask(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getWidth()
Integerpublic void setWidth(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getHeight()
Integerpublic void setHeight(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean getWasMarked()
Booleanpublic void setWasMarked(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getData()
Stringpublic void setData(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.