|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocRestriction
net.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocValueRestriction
public class XmlAdhocValueRestriction
Java class for ValueRestriction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValueRestriction">
<complexContent>
<extension base="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}Restriction">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="operator" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}ValueOperator" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
name
|
protected XmlAdhocValueOperator |
operator
|
protected List<String> |
value
|
| Fields inherited from class net.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocRestriction |
|---|
key, property |
| Constructor Summary | |
|---|---|
XmlAdhocValueRestriction()
|
|
| Method Summary | |
|---|---|
String |
getName()
Gets the value of the name property. |
XmlAdhocValueOperator |
getOperator()
Gets the value of the operator property. |
List<String> |
getValue()
Gets the value of the value property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setOperator(XmlAdhocValueOperator value)
Sets the value of the operator property. |
| Methods inherited from class net.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocRestriction |
|---|
getKey, getProperty, setKey |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<String> value
protected String name
protected XmlAdhocValueOperator operator
| Constructor Detail |
|---|
public XmlAdhocValueRestriction()
| Method Detail |
|---|
public List<String> getValue()
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 value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic XmlAdhocValueOperator getOperator()
XmlAdhocValueOperatorpublic void setOperator(XmlAdhocValueOperator value)
value - allowed object is
XmlAdhocValueOperator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||