public class FieldResult extends Object
@Target({}) @Retention(RUNTIME) public @interface FieldResult { String name(); String column(); }
<p>Java class for field-result complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="field-result"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="column" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </pre>
| Modifier and Type | Field and Description |
|---|---|
protected String |
column |
protected String |
name |
| Constructor and Description |
|---|
FieldResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumn()
Gets the value of the column property.
|
String |
getName()
Gets the value of the name property.
|
void |
setColumn(String value)
Sets the value of the column property.
|
void |
setName(String value)
Sets the value of the name property.
|
public String getName()
Gets the value of the name property.
Stringpublic void setName(String value)
Sets the value of the name property.
value - allowed object is
Stringpublic String getColumn()
Gets the value of the column property.
StringCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.