Class MaskInfo


  • public class MaskInfo
    extends 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 Detail

      • MaskInfo

        public MaskInfo()
    • Method Detail

      • getMaskPath

        public String getMaskPath()
        Gets the value of the maskPath property.
        Returns:
        possible object is String
      • setMaskPath

        public void setMaskPath​(String value)
        Sets the value of the maskPath property.
        Parameters:
        value - allowed object is String
      • getMaskFile

        public String getMaskFile()
        Gets the value of the maskFile property.
        Returns:
        possible object is String
      • setMaskFile

        public void setMaskFile​(String value)
        Sets the value of the maskFile property.
        Parameters:
        value - allowed object is String