public class AssociationTarget extends BaseProperty
Property
representing association target and mapped using the
AssociationTarget
annotation.Constructor and Description |
---|
AssociationTarget() |
Modifier and Type | Method and Description |
---|---|
javax.xml.namespace.QName |
getAssociationName()
Returns the association Name.
|
void |
setAssociationName(javax.xml.namespace.QName associationName)
Sets the association Name.
|
getAttributeDescription, getAttributeName, getBeanType, getGetter, getName, getSetter, getTargetType, hasAttributeDescription, setAttributeDescription, setAttributeName, setBeanType, setGetter, setHasAttributeDescription, setName, setSetter, setTargetType
public javax.xml.namespace.QName getAssociationName()
public void setAssociationName(javax.xml.namespace.QName associationName)
associationName
- the associationName to set.