Package com.scene7.ipsapi
Class Mask
- java.lang.Object
-
- com.scene7.ipsapi.Mask
-
public class Mask extends java.lang.ObjectJava 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 Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.datatype.XMLGregorianCalendargetLastModified()Gets the value of the lastModified property.java.lang.StringgetMaskFile()Gets the value of the maskFile property.java.lang.StringgetMaskHandle()Gets the value of the maskHandle property.java.lang.StringgetMaskPath()Gets the value of the maskPath property.java.lang.StringgetName()Gets the value of the name property.voidsetLastModified(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the lastModified property.voidsetMaskFile(java.lang.String value)Sets the value of the maskFile property.voidsetMaskHandle(java.lang.String value)Sets the value of the maskHandle property.voidsetMaskPath(java.lang.String value)Sets the value of the maskPath property.voidsetName(java.lang.String value)Sets the value of the name property.
-
-
-
Method Detail
-
getMaskHandle
public java.lang.String getMaskHandle()
Gets the value of the maskHandle property.- Returns:
- possible object is
String
-
setMaskHandle
public void setMaskHandle(java.lang.String value)
Sets the value of the maskHandle property.- Parameters:
value- allowed object isString
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getMaskPath
public java.lang.String getMaskPath()
Gets the value of the maskPath property.- Returns:
- possible object is
String
-
setMaskPath
public void setMaskPath(java.lang.String value)
Sets the value of the maskPath property.- Parameters:
value- allowed object isString
-
getMaskFile
public java.lang.String getMaskFile()
Gets the value of the maskFile property.- Returns:
- possible object is
String
-
setMaskFile
public void setMaskFile(java.lang.String value)
Sets the value of the maskFile property.- Parameters:
value- allowed object isString
-
getLastModified
public javax.xml.datatype.XMLGregorianCalendar getLastModified()
Gets the value of the lastModified property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastModified
public void setLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastModified property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-