|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cogroo.tools.checker.rules.model.PatternElement
public class PatternElement
Add opertators to Elements
Java class for PatternElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PatternElement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Optional" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<choice>
<element name="Element" type="{}Element"/>
<element name="Composition" type="{}Composition"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PatternElement()
|
|
| Method Summary | |
|---|---|
Composition |
getComposition()
Gets the value of the composition property. |
Element |
getElement()
Gets the value of the element property. |
Boolean |
isOptional()
Gets the value of the optional property. |
void |
setComposition(Composition value)
Sets the value of the composition property. |
void |
setElement(Element value)
Sets the value of the element property. |
void |
setOptional(Boolean value)
Sets the value of the optional property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PatternElement()
| Method Detail |
|---|
public Boolean isOptional()
Booleanpublic void setOptional(Boolean value)
value - allowed object is
Booleanpublic Element getElement()
Elementpublic void setElement(Element value)
value - allowed object is
Elementpublic Composition getComposition()
Compositionpublic void setComposition(Composition value)
value - allowed object is
Composition
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||