public static class SchemaNode.Node 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">
<choice>
<element name="Predicate">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Variable" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="Value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="ParBoundary">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="AggrBoundary">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<element name="Choice" type="{http://openschema.sf.net}SchemaNode"/>
<element name="Optional" type="{http://openschema.sf.net}SchemaNode"/>
<element name="Sequence" type="{http://openschema.sf.net}SchemaNode"/>
<element name="KleeneStar" type="{http://openschema.sf.net}SchemaNode"/>
<element name="KleenePlus" type="{http://openschema.sf.net}SchemaNode"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SchemaNode.Node.AggrBoundary
Java class for anonymous complex type.
|
static class |
SchemaNode.Node.ParBoundary
Java class for anonymous complex type.
|
static class |
SchemaNode.Node.Predicate
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected SchemaNode.Node.AggrBoundary |
aggrBoundary |
protected SchemaNode |
choice |
protected SchemaNode |
kleenePlus |
protected SchemaNode |
kleeneStar |
protected SchemaNode |
optional |
protected SchemaNode.Node.ParBoundary |
parBoundary |
protected SchemaNode.Node.Predicate |
predicate |
protected SchemaNode |
sequence |
| Constructor and Description |
|---|
Node() |
| Modifier and Type | Method and Description |
|---|---|
SchemaNode.Node.AggrBoundary |
getAggrBoundary()
Gets the value of the aggrBoundary property.
|
SchemaNode |
getChoice()
Gets the value of the choice property.
|
SchemaNode |
getKleenePlus()
Gets the value of the kleenePlus property.
|
SchemaNode |
getKleeneStar()
Gets the value of the kleeneStar property.
|
SchemaNode |
getOptional()
Gets the value of the optional property.
|
SchemaNode.Node.ParBoundary |
getParBoundary()
Gets the value of the parBoundary property.
|
SchemaNode.Node.Predicate |
getPredicate()
Gets the value of the predicate property.
|
SchemaNode |
getSequence()
Gets the value of the sequence property.
|
void |
setAggrBoundary(SchemaNode.Node.AggrBoundary value)
Sets the value of the aggrBoundary property.
|
void |
setChoice(SchemaNode value)
Sets the value of the choice property.
|
void |
setKleenePlus(SchemaNode value)
Sets the value of the kleenePlus property.
|
void |
setKleeneStar(SchemaNode value)
Sets the value of the kleeneStar property.
|
void |
setOptional(SchemaNode value)
Sets the value of the optional property.
|
void |
setParBoundary(SchemaNode.Node.ParBoundary value)
Sets the value of the parBoundary property.
|
void |
setPredicate(SchemaNode.Node.Predicate value)
Sets the value of the predicate property.
|
void |
setSequence(SchemaNode value)
Sets the value of the sequence property.
|
protected SchemaNode.Node.Predicate predicate
protected SchemaNode.Node.ParBoundary parBoundary
protected SchemaNode.Node.AggrBoundary aggrBoundary
protected SchemaNode choice
protected SchemaNode optional
protected SchemaNode sequence
protected SchemaNode kleeneStar
protected SchemaNode kleenePlus
public SchemaNode.Node.Predicate getPredicate()
SchemaNode.Node.Predicatepublic void setPredicate(SchemaNode.Node.Predicate value)
value - allowed object is
SchemaNode.Node.Predicatepublic SchemaNode.Node.ParBoundary getParBoundary()
SchemaNode.Node.ParBoundarypublic void setParBoundary(SchemaNode.Node.ParBoundary value)
value - allowed object is
SchemaNode.Node.ParBoundarypublic SchemaNode.Node.AggrBoundary getAggrBoundary()
SchemaNode.Node.AggrBoundarypublic void setAggrBoundary(SchemaNode.Node.AggrBoundary value)
value - allowed object is
SchemaNode.Node.AggrBoundarypublic SchemaNode getChoice()
SchemaNodepublic void setChoice(SchemaNode value)
value - allowed object is
SchemaNodepublic SchemaNode getOptional()
SchemaNodepublic void setOptional(SchemaNode value)
value - allowed object is
SchemaNodepublic SchemaNode getSequence()
SchemaNodepublic void setSequence(SchemaNode value)
value - allowed object is
SchemaNodepublic SchemaNode getKleeneStar()
SchemaNodepublic void setKleeneStar(SchemaNode value)
value - allowed object is
SchemaNodepublic SchemaNode getKleenePlus()
SchemaNodepublic void setKleenePlus(SchemaNode value)
value - allowed object is
SchemaNodeCopyright © 2015 Pablo Duboue. All rights reserved.