public class MaskInfo extends Object
Java class for MaskInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MaskInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="maskPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="maskFile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MaskInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMaskFile()
Gets the value of the maskFile property.
|
String |
getMaskPath()
Gets the value of the maskPath property.
|
void |
setMaskFile(String value)
Sets the value of the maskFile property.
|
void |
setMaskPath(String value)
Sets the value of the maskPath property.
|
public String getMaskPath()
Stringpublic void setMaskPath(String value)
value - allowed object is
Stringpublic String getMaskFile()
StringCopyright © 2010 - 2020 Adobe. All Rights Reserved