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>
Modifier and Type | Class and Description |
---|---|
static class |
Project.WBSMasks.WBSMask
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Boolean |
generateCodes |
protected String |
prefix |
protected Boolean |
verifyUniqueCodes |
protected List<Project.WBSMasks.WBSMask> |
wbsMask |
Constructor and Description |
---|
WBSMasks() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected Boolean verifyUniqueCodes
protected Boolean generateCodes
protected String prefix
protected List<Project.WBSMasks.WBSMask> wbsMask
public Boolean isVerifyUniqueCodes()
String
public void setVerifyUniqueCodes(Boolean value)
value
- allowed object is
String
public Boolean isGenerateCodes()
String
public void setGenerateCodes(Boolean value)
value
- allowed object is
String
public String getPrefix()
String
public void setPrefix(String value)
value
- allowed object is
String
public 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 Jakarta XML Binding 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 © 2000–2024 Packwood Software. All rights reserved.