Package com.scene7.ipsapi
Class Mask
java.lang.Object
com.scene7.ipsapi.Mask
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 -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the lastModified property.Gets the value of the maskFile property.Gets the value of the maskHandle property.Gets the value of the maskPath property.getName()Gets the value of the name property.voidSets the value of the lastModified property.voidsetMaskFile(String value) Sets the value of the maskFile property.voidsetMaskHandle(String value) Sets the value of the maskHandle property.voidsetMaskPath(String value) Sets the value of the maskPath property.voidSets the value of the name property.
-
Constructor Details
-
Mask
public Mask()
-
-
Method Details
-
getMaskHandle
Gets the value of the maskHandle property.- Returns:
- possible object is
String
-
setMaskHandle
Sets the value of the maskHandle property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getMaskPath
Gets the value of the maskPath property.- Returns:
- possible object is
String
-
setMaskPath
Sets the value of the maskPath property.- Parameters:
value- allowed object isString
-
getMaskFile
Gets the value of the maskFile property.- Returns:
- possible object is
String
-
setMaskFile
Sets the value of the maskFile property.- Parameters:
value- allowed object isString
-
getLastModified
Gets the value of the lastModified property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastModified
Sets the value of the lastModified property.- Parameters:
value- allowed object isXMLGregorianCalendar
-