public static class OpenSchema.Predicate.Variable 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"> <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>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
defaultFocus |
protected String |
id |
protected Boolean |
required |
protected String |
type |
Constructor and Description |
---|
Variable() |
Modifier and Type | Method and Description |
---|---|
String |
getID()
Gets the value of the id property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isDefaultFocus()
Gets the value of the defaultFocus property.
|
boolean |
isRequired()
Gets the value of the required property.
|
void |
setDefaultFocus(Boolean value)
Sets the value of the defaultFocus property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setRequired(Boolean value)
Sets the value of the required property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String id
protected String type
protected Boolean required
protected Boolean defaultFocus
public void setID(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isRequired()
Boolean
public void setRequired(Boolean value)
value
- allowed object is
Boolean
public boolean isDefaultFocus()
Boolean
Copyright © 2015 Pablo Duboue. All rights reserved.