public class Element extends Object implements Serializable
Java class for Element complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Element">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Negated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Mask" type="{}Mask" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Element() |
| Modifier and Type | Method and Description |
|---|---|
List<Mask> |
getMask()
Gets the value of the mask property.
|
Boolean |
isNegated()
Gets the value of the negated property.
|
void |
setNegated(Boolean value)
Sets the value of the negated property.
|
public Boolean isNegated()
Booleanpublic void setNegated(Boolean value)
value - allowed object is
Booleanpublic List<Mask> getMask()
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 mask property.
For example, to add a new item, do as follows:
getMask().add(newItem);
Objects of the following type(s) are allowed in the list
Mask
Copyright © 2012–2017 CoGrOO. All rights reserved.