Package com.scene7.ipsapi
Class MaskInfo
java.lang.Object
com.scene7.ipsapi.MaskInfo
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 -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the maskFile property.Gets the value of the maskPath property.voidsetMaskFile(String value) Sets the value of the maskFile property.voidsetMaskPath(String value) Sets the value of the maskPath property.
-
Constructor Details
-
MaskInfo
public MaskInfo()
-
-
Method Details
-
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
-