public static class OpenSchema.Predicate 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="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>
Modifier and Type | Class and Description |
---|---|
static class |
OpenSchema.Predicate.Output
Java class for anonymous complex type.
|
static class |
OpenSchema.Predicate.Property
Java class for anonymous complex type.
|
static class |
OpenSchema.Predicate.Variable
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected OpenSchema.Predicate.Output |
output |
protected List<OpenSchema.Predicate.Property> |
property |
protected List<OpenSchema.Predicate.Variable> |
variable |
Constructor and Description |
---|
Predicate() |
Modifier and Type | Method and Description |
---|---|
String |
getID()
Gets the value of the id property.
|
OpenSchema.Predicate.Output |
getOutput()
Gets the value of the output property.
|
List<OpenSchema.Predicate.Property> |
getProperty()
Gets the value of the property property.
|
List<OpenSchema.Predicate.Variable> |
getVariable()
Gets the value of the variable property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setOutput(OpenSchema.Predicate.Output value)
Sets the value of the output property.
|
protected List<OpenSchema.Predicate.Variable> variable
protected List<OpenSchema.Predicate.Property> property
protected OpenSchema.Predicate.Output output
protected String id
public List<OpenSchema.Predicate.Variable> getVariable()
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 variable property.
For example, to add a new item, do as follows:
getVariable().add(newItem);
Objects of the following type(s) are allowed in the list
OpenSchema.Predicate.Variable
public List<OpenSchema.Predicate.Property> getProperty()
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 property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
OpenSchema.Predicate.Property
public OpenSchema.Predicate.Output getOutput()
OpenSchema.Predicate.Output
public void setOutput(OpenSchema.Predicate.Output value)
value
- allowed object is
OpenSchema.Predicate.Output
Copyright © 2015 Pablo Duboue. All rights reserved.