public class Mask
extends java.lang.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 |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getLastModified()
Gets the value of the lastModified property.
|
java.lang.String |
getMaskFile()
Gets the value of the maskFile property.
|
java.lang.String |
getMaskHandle()
Gets the value of the maskHandle property.
|
java.lang.String |
getMaskPath()
Gets the value of the maskPath property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastModified property.
|
void |
setMaskFile(java.lang.String value)
Sets the value of the maskFile property.
|
void |
setMaskHandle(java.lang.String value)
Sets the value of the maskHandle property.
|
void |
setMaskPath(java.lang.String value)
Sets the value of the maskPath property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
public java.lang.String getMaskHandle()
String
public void setMaskHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMaskPath()
String
public void setMaskPath(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMaskFile()
String
public void setMaskFile(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getLastModified()
XMLGregorianCalendar
public void setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"