public class OpenSchema 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"> <sequence> <element name="Predicate" maxOccurs="unbounded" minOccurs="0"> <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="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="Type" use="required" type="{http://www.w3.org/2001/XMLSchema}token" /> <attribute name="Required" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="DefaultFocus" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType> </element> <element name="Property" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="Output" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://jfuf.sf.net/FD}FD"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType> </element> <element name="Schema" type="{http://openschema.sf.net}SchemaNode"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
OpenSchema.Predicate
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<OpenSchema.Predicate> |
predicate |
protected SchemaNode |
schema |
Constructor and Description |
---|
OpenSchema() |
Modifier and Type | Method and Description |
---|---|
List<OpenSchema.Predicate> |
getPredicate()
Gets the value of the predicate property.
|
SchemaNode |
getSchema()
Gets the value of the schema property.
|
void |
setSchema(SchemaNode value)
Sets the value of the schema property.
|
protected List<OpenSchema.Predicate> predicate
protected SchemaNode schema
public List<OpenSchema.Predicate> getPredicate()
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 predicate property.
For example, to add a new item, do as follows:
getPredicate().add(newItem);
Objects of the following type(s) are allowed in the list
OpenSchema.Predicate
public SchemaNode getSchema()
SchemaNode
public void setSchema(SchemaNode value)
value
- allowed object is
SchemaNode
Copyright © 2015 Pablo Duboue. All rights reserved.