public static class SchemaNode.Node.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="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>
Modifier and Type | Class and Description |
---|---|
static class |
SchemaNode.Node.Predicate.Variable
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected List<SchemaNode.Node.Predicate.Variable> |
variable |
Constructor and Description |
---|
Predicate() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the value of the name property.
|
List<SchemaNode.Node.Predicate.Variable> |
getVariable()
Gets the value of the variable property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected List<SchemaNode.Node.Predicate.Variable> variable
protected String name
public List<SchemaNode.Node.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
SchemaNode.Node.Predicate.Variable
public String getName()
String
Copyright © 2015 Pablo Duboue. All rights reserved.