Package | Description |
---|---|
net.sf.openschema |
Modifier and Type | Field and Description |
---|---|
protected SchemaNode |
SchemaNode.Node.choice |
protected SchemaNode |
SchemaNode.Node.kleenePlus |
protected SchemaNode |
SchemaNode.Node.kleeneStar |
protected SchemaNode |
SchemaNode.Node.optional |
protected SchemaNode |
OpenSchema.schema |
protected SchemaNode |
SchemaNode.Node.sequence |
Modifier and Type | Method and Description |
---|---|
SchemaNode |
ObjectFactory.createSchemaNode()
Create an instance of
SchemaNode |
SchemaNode |
SchemaNode.Node.getChoice()
Gets the value of the choice property.
|
SchemaNode |
SchemaNode.Node.getKleenePlus()
Gets the value of the kleenePlus property.
|
SchemaNode |
SchemaNode.Node.getKleeneStar()
Gets the value of the kleeneStar property.
|
SchemaNode |
SchemaNode.Node.getOptional()
Gets the value of the optional property.
|
SchemaNode |
OpenSchema.getSchema()
Gets the value of the schema property.
|
SchemaNode |
SchemaNode.Node.getSequence()
Gets the value of the sequence property.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaNode.Node.setChoice(SchemaNode value)
Sets the value of the choice property.
|
void |
SchemaNode.Node.setKleenePlus(SchemaNode value)
Sets the value of the kleenePlus property.
|
void |
SchemaNode.Node.setKleeneStar(SchemaNode value)
Sets the value of the kleeneStar property.
|
void |
SchemaNode.Node.setOptional(SchemaNode value)
Sets the value of the optional property.
|
void |
OpenSchema.setSchema(SchemaNode value)
Sets the value of the schema property.
|
void |
SchemaNode.Node.setSequence(SchemaNode value)
Sets the value of the sequence property.
|
Copyright © 2015 Pablo Duboue. All rights reserved.