Package com.scene7.ipsapi
Class Mask
- java.lang.Object
-
- com.scene7.ipsapi.Mask
-
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 Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
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
-
-