Package com.scene7.ipsapi
Class MaskInfo
- java.lang.Object
-
- com.scene7.ipsapi.MaskInfo
-
public class MaskInfo extends java.lang.Object
Java class for MaskInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MaskInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <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"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description MaskInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMaskFile()
Gets the value of the maskFile property.java.lang.String
getMaskPath()
Gets the value of the maskPath property.void
setMaskFile(java.lang.String value)
Sets the value of the maskFile property.void
setMaskPath(java.lang.String value)
Sets the value of the maskPath property.
-
-
-
Method Detail
-
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
-
-