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