net.sf.mpxj.mspdi.schema
Class Project.OutlineCodes.OutlineCode.Masks.Mask

java.lang.Object
  extended by net.sf.mpxj.mspdi.schema.Project.OutlineCodes.OutlineCode.Masks.Mask
Enclosing class:
Project.OutlineCodes.OutlineCode.Masks

public static class Project.OutlineCodes.OutlineCode.Masks.Mask
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Level" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="Type" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}integer">
               <enumeration value="0"/>
               <enumeration value="1"/>
               <enumeration value="2"/>
               <enumeration value="3"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Length" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="Separator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigInteger length
           
protected  BigInteger level
           
protected  String separator
           
protected  BigInteger type
           
 
Constructor Summary
Project.OutlineCodes.OutlineCode.Masks.Mask()
           
 
Method Summary
 BigInteger getLength()
          Gets the value of the length property.
 BigInteger getLevel()
          Gets the value of the level property.
 String getSeparator()
          Gets the value of the separator property.
 BigInteger getType()
          Gets the value of the type property.
 void setLength(BigInteger value)
          Sets the value of the length property.
 void setLevel(BigInteger value)
          Sets the value of the level property.
 void setSeparator(String value)
          Sets the value of the separator property.
 void setType(BigInteger value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

level

protected BigInteger level

type

protected BigInteger type

length

protected BigInteger length

separator

protected String separator
Constructor Detail

Project.OutlineCodes.OutlineCode.Masks.Mask

public Project.OutlineCodes.OutlineCode.Masks.Mask()
Method Detail

getLevel

public BigInteger getLevel()
Gets the value of the level property.

Returns:
possible object is BigInteger

setLevel

public void setLevel(BigInteger value)
Sets the value of the level property.

Parameters:
value - allowed object is BigInteger

getType

public BigInteger getType()
Gets the value of the type property.

Returns:
possible object is BigInteger

setType

public void setType(BigInteger value)
Sets the value of the type property.

Parameters:
value - allowed object is BigInteger

getLength

public BigInteger getLength()
Gets the value of the length property.

Returns:
possible object is BigInteger

setLength

public void setLength(BigInteger value)
Sets the value of the length property.

Parameters:
value - allowed object is BigInteger

getSeparator

public String getSeparator()
Gets the value of the separator property.

Returns:
possible object is String

setSeparator

public void setSeparator(String value)
Sets the value of the separator property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.