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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
length |
protected BigInteger |
level |
protected String |
separator |
protected BigInteger |
type |
| Constructor and Description |
|---|
WBSMask() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected BigInteger level
protected BigInteger type
protected String length
protected String separator
public BigInteger getLevel()
BigIntegerpublic void setLevel(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getType()
BigIntegerpublic void setType(BigInteger value)
value - allowed object is
BigIntegerpublic String getLength()
Stringpublic void setLength(String value)
value - allowed object is
Stringpublic String getSeparator()
StringCopyright © 2000–2025 MPXJ. All rights reserved.