public static class Project.OutlineCodes.OutlineCode.Masks.Mask 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" minOccurs="0"/>
<element name="Type" minOccurs="0">
<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}integer" minOccurs="0"/>
<element name="Separator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
length |
protected BigInteger |
level |
protected String |
separator |
protected BigInteger |
type |
| Constructor and Description |
|---|
Mask() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
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(BigInteger 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 BigInteger 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 BigInteger getLength()
BigIntegerpublic void setLength(BigInteger value)
value - allowed object is
BigIntegerpublic String getSeparator()
StringCopyright © 2000–2025 MPXJ. All rights reserved.