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

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

public static class Project.WBSMasks
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="VerifyUniqueCodes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="GenerateCodes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Prefix" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="50"/>
             </restriction>
           </simpleType>
         </element>
         <element name="WBSMask" maxOccurs="unbounded" minOccurs="0">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Project.WBSMasks.WBSMask
          Java class for anonymous complex type.
 
Field Summary
protected  Boolean generateCodes
           
protected  String prefix
           
protected  Boolean verifyUniqueCodes
           
protected  List<Project.WBSMasks.WBSMask> wbsMask
           
 
Constructor Summary
Project.WBSMasks()
           
 
Method Summary
 String getPrefix()
          Gets the value of the prefix property.
 List<Project.WBSMasks.WBSMask> getWBSMask()
          Gets the value of the wbsMask property.
 Boolean isGenerateCodes()
          Gets the value of the generateCodes property.
 Boolean isVerifyUniqueCodes()
          Gets the value of the verifyUniqueCodes property.
 void setGenerateCodes(Boolean value)
          Sets the value of the generateCodes property.
 void setPrefix(String value)
          Sets the value of the prefix property.
 void setVerifyUniqueCodes(Boolean value)
          Sets the value of the verifyUniqueCodes property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

verifyUniqueCodes

protected Boolean verifyUniqueCodes

generateCodes

protected Boolean generateCodes

prefix

protected String prefix

wbsMask

protected List<Project.WBSMasks.WBSMask> wbsMask
Constructor Detail

Project.WBSMasks

public Project.WBSMasks()
Method Detail

isVerifyUniqueCodes

public Boolean isVerifyUniqueCodes()
Gets the value of the verifyUniqueCodes property.

Returns:
possible object is String

setVerifyUniqueCodes

public void setVerifyUniqueCodes(Boolean value)
Sets the value of the verifyUniqueCodes property.

Parameters:
value - allowed object is String

isGenerateCodes

public Boolean isGenerateCodes()
Gets the value of the generateCodes property.

Returns:
possible object is String

setGenerateCodes

public void setGenerateCodes(Boolean value)
Sets the value of the generateCodes property.

Parameters:
value - allowed object is String

getPrefix

public String getPrefix()
Gets the value of the prefix property.

Returns:
possible object is String

setPrefix

public void setPrefix(String value)
Sets the value of the prefix property.

Parameters:
value - allowed object is String

getWBSMask

public List<Project.WBSMasks.WBSMask> getWBSMask()
Gets the value of the wbsMask property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the wbsMask property.

For example, to add a new item, do as follows:

    getWBSMask().add(newItem);
 

Objects of the following type(s) are allowed in the list Project.WBSMasks.WBSMask



Copyright © 2012. All Rights Reserved.