|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cogroo.tools.checker.rules.model.Element
public class Element
A pattern piece
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 Summary | |
---|---|
Element()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Element()
Method Detail |
---|
public Boolean isNegated()
Boolean
public void setNegated(Boolean value)
value
- allowed object is
Boolean
public 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |