|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.internal.jaxb.mapping.hbm.JaxbFetchProfileElement.JaxbFetch
public static class JaxbFetchProfileElement.JaxbFetch
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>
Field Summary | |
---|---|
protected String |
association
|
protected String |
entity
|
protected String |
style
|
Constructor Summary | |
---|---|
JaxbFetchProfileElement.JaxbFetch()
|
Method Summary | |
---|---|
String |
getAssociation()
Gets the value of the association property. |
String |
getEntity()
Gets the value of the entity property. |
String |
getStyle()
Gets the value of the style property. |
void |
setAssociation(String value)
Sets the value of the association property. |
void |
setEntity(String value)
Sets the value of the entity property. |
void |
setStyle(String value)
Sets the value of the style property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String association
protected String entity
protected String style
Constructor Detail |
---|
public JaxbFetchProfileElement.JaxbFetch()
Method Detail |
---|
public String getAssociation()
String
public void setAssociation(String value)
value
- allowed object is
String
public String getEntity()
String
public void setEntity(String value)
value
- allowed object is
String
public String getStyle()
String
public void setStyle(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |