|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.mspdi.schema.Project.WBSMasks
public static class Project.WBSMasks
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 |
|---|
protected Boolean verifyUniqueCodes
protected Boolean generateCodes
protected String prefix
protected List<Project.WBSMasks.WBSMask> wbsMask
| Constructor Detail |
|---|
public Project.WBSMasks()
| Method Detail |
|---|
public Boolean isVerifyUniqueCodes()
Stringpublic void setVerifyUniqueCodes(Boolean value)
value - allowed object is
Stringpublic Boolean isGenerateCodes()
Stringpublic void setGenerateCodes(Boolean value)
value - allowed object is
Stringpublic String getPrefix()
Stringpublic void setPrefix(String value)
value - allowed object is
Stringpublic List<Project.WBSMasks.WBSMask> getWBSMask()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||