public class PatternElement extends Object implements Serializable
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 and Description |
|---|
PatternElement() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
CompositionCopyright © 2012–2017 CoGrOO. All rights reserved.