org.jvnet.hyperjaxb3.ejb.schemas.customizations
Class ElementCollection
java.lang.Object
com.sun.java.xml.ns.persistence.orm.ElementCollection
org.jvnet.hyperjaxb3.ejb.schemas.customizations.ElementCollection
- All Implemented Interfaces:
- Cloneable, Mergeable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom
public class ElementCollection
- extends ElementCollection
- implements Cloneable, Mergeable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom
Java class for element-collection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="element-collection">
<complexContent>
<extension base="{http://java.sun.com/xml/ns/persistence/orm}element-collection">
<attribute name="merge" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</extension>
</complexContent>
</complexType>
| Fields inherited from class com.sun.java.xml.ns.persistence.orm.ElementCollection |
access, associationOverride, attributeOverride, collectionTable, column, enumerated, fetch, lob, mapKey, mapKeyAttributeOverride, mapKeyClass, mapKeyColumn, mapKeyEnumerated, mapKeyJoinColumn, mapKeyTemporal, name, orderBy, orderColumn, targetClass, temporal |
|
Method Summary |
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isMerge()
Gets the value of the merge property. |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setMerge(Boolean value)
Sets the value of the merge property. |
| Methods inherited from class com.sun.java.xml.ns.persistence.orm.ElementCollection |
getAccess, getAssociationOverride, getAttributeOverride, getCollectionTable, getColumn, getEnumerated, getFetch, getLob, getMapKey, getMapKeyAttributeOverride, getMapKeyClass, getMapKeyColumn, getMapKeyEnumerated, getMapKeyJoinColumn, getMapKeyTemporal, getName, getOrderBy, getOrderColumn, getTargetClass, getTemporal, setAccess, setCollectionTable, setColumn, setEnumerated, setFetch, setLob, setMapKey, setMapKeyClass, setMapKeyColumn, setMapKeyEnumerated, setMapKeyTemporal, setName, setOrderBy, setOrderColumn, setTargetClass, setTemporal |
merge
protected Boolean merge
ElementCollection
public ElementCollection()
isMerge
public boolean isMerge()
- Gets the value of the merge property.
- Specified by:
isMerge in interface Mergeable
- Returns:
- possible object is
Boolean
setMerge
public void setMerge(Boolean value)
- Sets the value of the merge property.
- Parameters:
value - allowed object is
Boolean
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
- Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals- Overrides:
equals in class ElementCollection
equals
public boolean equals(Object object)
- Overrides:
equals in class ElementCollection
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCode in class ElementCollection
hashCode
public int hashCode()
- Overrides:
hashCode in class ElementCollection
clone
public Object clone()
- Overrides:
clone in class ElementCollection
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo- Overrides:
copyTo in class ElementCollection
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo- Overrides:
copyTo in class ElementCollection
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
createNewInstance in class ElementCollection
mergeFrom
public void mergeFrom(Object left,
Object right)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
mergeFrom in class ElementCollection
mergeFrom
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
mergeFrom in class ElementCollection
Copyright © 2005-2014. All Rights Reserved.