|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.oejb2.EntityBeanType.PrefetchGroup
public static class EntityBeanType.PrefetchGroup
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"> <sequence> <element name="group" type="{http://openejb.apache.org/xml/ns/openejb-jar-2.2}groupType" maxOccurs="unbounded" minOccurs="0"/> <element name="entity-group-mapping" type="{http://openejb.apache.org/xml/ns/openejb-jar-2.2}entity-group-mappingType" minOccurs="0"/> <element name="cmp-field-group-mapping" type="{http://openejb.apache.org/xml/ns/openejb-jar-2.2}cmp-field-group-mappingType" maxOccurs="unbounded" minOccurs="0"/> <element name="cmr-field-group-mapping" type="{http://openejb.apache.org/xml/ns/openejb-jar-2.2}cmr-field-group-mappingType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<CmpFieldGroupMappingType> |
cmpFieldGroupMapping
|
protected java.util.List<CmrFieldGroupMappingType> |
cmrFieldGroupMapping
|
protected EntityGroupMappingType |
entityGroupMapping
|
protected java.util.List<GroupType> |
group
|
Constructor Summary | |
---|---|
EntityBeanType.PrefetchGroup()
|
Method Summary | |
---|---|
java.util.List<CmpFieldGroupMappingType> |
getCmpFieldGroupMapping()
Gets the value of the cmpFieldGroupMapping property. |
java.util.List<CmrFieldGroupMappingType> |
getCmrFieldGroupMapping()
Gets the value of the cmrFieldGroupMapping property. |
EntityGroupMappingType |
getEntityGroupMapping()
Gets the value of the entityGroupMapping property. |
java.util.List<GroupType> |
getGroup()
Gets the value of the group property. |
void |
setEntityGroupMapping(EntityGroupMappingType value)
Sets the value of the entityGroupMapping property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<GroupType> group
protected EntityGroupMappingType entityGroupMapping
protected java.util.List<CmpFieldGroupMappingType> cmpFieldGroupMapping
protected java.util.List<CmrFieldGroupMappingType> cmrFieldGroupMapping
Constructor Detail |
---|
public EntityBeanType.PrefetchGroup()
Method Detail |
---|
public java.util.List<GroupType> getGroup()
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 group property.
For example, to add a new item, do as follows:
getGroup().add(newItem);
Objects of the following type(s) are allowed in the list
GroupType
public EntityGroupMappingType getEntityGroupMapping()
EntityGroupMappingType
public void setEntityGroupMapping(EntityGroupMappingType value)
value
- allowed object is
EntityGroupMappingType
public java.util.List<CmpFieldGroupMappingType> getCmpFieldGroupMapping()
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 cmpFieldGroupMapping property.
For example, to add a new item, do as follows:
getCmpFieldGroupMapping().add(newItem);
Objects of the following type(s) are allowed in the list
CmpFieldGroupMappingType
public java.util.List<CmrFieldGroupMappingType> getCmrFieldGroupMapping()
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 cmrFieldGroupMapping property.
For example, to add a new item, do as follows:
getCmrFieldGroupMapping().add(newItem);
Objects of the following type(s) are allowed in the list
CmrFieldGroupMappingType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |