public class OptionSource extends Object
Java class for optionSource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="optionSource">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="expression" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="filter" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="linkToTarget" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="target" use="required" type="{urn:xmlns:rhq-configuration}sourceType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
expression |
protected String |
filter |
protected Boolean |
linkToTarget |
protected SourceType |
target |
| Constructor and Description |
|---|
OptionSource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression()
Gets the value of the expression property.
|
String |
getFilter()
Gets the value of the filter property.
|
SourceType |
getTarget()
Gets the value of the target property.
|
boolean |
isLinkToTarget()
Gets the value of the linkToTarget property.
|
void |
setExpression(String value)
Sets the value of the expression property.
|
void |
setFilter(String value)
Sets the value of the filter property.
|
void |
setLinkToTarget(Boolean value)
Sets the value of the linkToTarget property.
|
void |
setTarget(SourceType value)
Sets the value of the target property.
|
protected String expression
protected String filter
protected Boolean linkToTarget
protected SourceType target
public String getExpression()
Stringpublic void setExpression(String value)
value - allowed object is
Stringpublic String getFilter()
Stringpublic void setFilter(String value)
value - allowed object is
Stringpublic boolean isLinkToTarget()
Booleanpublic void setLinkToTarget(Boolean value)
value - allowed object is
Booleanpublic SourceType getTarget()
SourceTypepublic void setTarget(SourceType value)
value - allowed object is
SourceTypeCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.