public class JaxbEntityResult extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
discriminatorColumn  | 
protected String | 
entityClass  | 
protected List<JaxbFieldResult> | 
fieldResult  | 
| Constructor and Description | 
|---|
JaxbEntityResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDiscriminatorColumn()
Gets the value of the discriminatorColumn property. 
 | 
String | 
getEntityClass()
Gets the value of the entityClass property. 
 | 
List<JaxbFieldResult> | 
getFieldResult()
Gets the value of the fieldResult property. 
 | 
void | 
setDiscriminatorColumn(String value)
Sets the value of the discriminatorColumn property. 
 | 
void | 
setEntityClass(String value)
Sets the value of the entityClass property. 
 | 
protected List<JaxbFieldResult> fieldResult
protected String entityClass
protected String discriminatorColumn
public List<JaxbFieldResult> getFieldResult()
 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 fieldResult property.
 
 
For example, to add a new item, do as follows:
    getFieldResult().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 JaxbFieldResult
public String getEntityClass()
Stringpublic void setEntityClass(String value)
value - allowed object is
     Stringpublic String getDiscriminatorColumn()
StringCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.