public static class JaxbFetchProfileElement.JaxbFetch
extends java.lang.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="association" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="entity" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="style" default="join">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="join"/>
<enumeration value="select"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
association |
protected java.lang.String |
entity |
protected java.lang.String |
style |
| Constructor and Description |
|---|
JaxbFetchProfileElement.JaxbFetch() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAssociation()
Gets the value of the association property.
|
java.lang.String |
getEntity()
Gets the value of the entity property.
|
java.lang.String |
getStyle()
Gets the value of the style property.
|
void |
setAssociation(java.lang.String value)
Sets the value of the association property.
|
void |
setEntity(java.lang.String value)
Sets the value of the entity property.
|
void |
setStyle(java.lang.String value)
Sets the value of the style property.
|
protected java.lang.String association
protected java.lang.String entity
protected java.lang.String style
public java.lang.String getAssociation()
Stringpublic void setAssociation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEntity()
Stringpublic void setEntity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStyle()
Stringpublic void setStyle(java.lang.String value)
value - allowed object is
StringCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.