|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcore.Association
public class Association
The representation of a particular association as it appears in a CodedNode
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private AssociatedConceptList |
associatedConcepts
The list of concepts that occur as the source or target of this association |
private AssociatedDataList |
associatedData
The list of data elements that occur as the source or target of this association. |
private org.apache.axis.types.NCName |
associationName
|
private ConceptReference |
associationReference
The concept reference that defines the association |
private java.lang.String |
directionalName
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
---|---|
Association()
|
|
Association(AssociatedConceptList associatedConcepts,
AssociatedDataList associatedData,
org.apache.axis.types.NCName associationName,
ConceptReference associationReference,
java.lang.String directionalName)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
AssociatedConceptList |
getAssociatedConcepts()
Gets the associatedConcepts value for this Association. |
AssociatedDataList |
getAssociatedData()
Gets the associatedData value for this Association. |
org.apache.axis.types.NCName |
getAssociationName()
Gets the associationName value for this Association. |
ConceptReference |
getAssociationReference()
Gets the associationReference value for this Association. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getDirectionalName()
Gets the directionalName value for this Association. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAssociatedConcepts(AssociatedConceptList associatedConcepts)
Sets the associatedConcepts value for this Association. |
void |
setAssociatedData(AssociatedDataList associatedData)
Sets the associatedData value for this Association. |
void |
setAssociationName(org.apache.axis.types.NCName associationName)
Sets the associationName value for this Association. |
void |
setAssociationReference(ConceptReference associationReference)
Sets the associationReference value for this Association. |
void |
setDirectionalName(java.lang.String directionalName)
Sets the directionalName value for this Association. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ConceptReference associationReference
private AssociatedConceptList associatedConcepts
private AssociatedDataList associatedData
private org.apache.axis.types.NCName associationName
private java.lang.String directionalName
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public Association()
public Association(AssociatedConceptList associatedConcepts, AssociatedDataList associatedData, org.apache.axis.types.NCName associationName, ConceptReference associationReference, java.lang.String directionalName)
Method Detail |
---|
public ConceptReference getAssociationReference()
public void setAssociationReference(ConceptReference associationReference)
associationReference
- The concept reference that defines the
associationpublic AssociatedConceptList getAssociatedConcepts()
public void setAssociatedConcepts(AssociatedConceptList associatedConcepts)
associatedConcepts
- The list of concepts that occur as the source or target of
this associationpublic AssociatedDataList getAssociatedData()
public void setAssociatedData(AssociatedDataList associatedData)
associatedData
- The list of data elements that occur as the source or target
of this association.public org.apache.axis.types.NCName getAssociationName()
public void setAssociationName(org.apache.axis.types.NCName associationName)
associationName
- public java.lang.String getDirectionalName()
public void setDirectionalName(java.lang.String directionalName)
directionalName
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |