net.sf.mpxj.mspdi.schema
Class Project.WBSMasks.WBSMask

java.lang.Object
  extended by net.sf.mpxj.mspdi.schema.Project.WBSMasks.WBSMask
Enclosing class:
Project.WBSMasks

public static class Project.WBSMasks.WBSMask
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"/>
         <element name="Type">
           <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}string"/>
         <element name="Separator" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String length
           
protected  BigInteger level
           
protected  String separator
           
protected  BigInteger type
           
 
Constructor Summary
Project.WBSMasks.WBSMask()
           
 
Method Summary
 String 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(String 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 String length

separator

protected String separator
Constructor Detail

Project.WBSMasks.WBSMask

public Project.WBSMasks.WBSMask()
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 String getLength()
Gets the value of the length property.

Returns:
possible object is String

setLength

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

Parameters:
value - allowed object is String

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.