Class Mask

java.lang.Object
com.scene7.ipsapi.Mask

public class Mask extends 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 Details

    • Mask

      public Mask()
  • Method Details

    • getMaskHandle

      public String getMaskHandle()
      Gets the value of the maskHandle property.
      Returns:
      possible object is String
    • setMaskHandle

      public void setMaskHandle(String value)
      Sets the value of the maskHandle property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • 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
    • getLastModified

      public XMLGregorianCalendar getLastModified()
      Gets the value of the lastModified property.
      Returns:
      possible object is XMLGregorianCalendar
    • setLastModified

      public void setLastModified(XMLGregorianCalendar value)
      Sets the value of the lastModified property.
      Parameters:
      value - allowed object is XMLGregorianCalendar