|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcagrid.HierarchyResolutionPolicy
public class HierarchyResolutionPolicy
Policy for resolving a list of Associations from a given Hierarchy
Constructor Summary | |
---|---|
HierarchyResolutionPolicy()
|
|
HierarchyResolutionPolicy(NameAndValueList associationQualifiers,
ConceptIdentification conceptCode,
HierarchyIdentification hierarchyId,
boolean resolveConcepts)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
NameAndValueList |
getAssociationQualifiers()
Gets the associationQualifiers value for this HierarchyResolutionPolicy. |
ConceptIdentification |
getConceptCode()
Gets the conceptCode value for this HierarchyResolutionPolicy. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
HierarchyIdentification |
getHierarchyId()
Gets the hierarchyId value for this HierarchyResolutionPolicy. |
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()
|
boolean |
isResolveConcepts()
Gets the resolveConcepts value for this HierarchyResolutionPolicy. |
void |
setAssociationQualifiers(NameAndValueList associationQualifiers)
Sets the associationQualifiers value for this HierarchyResolutionPolicy. |
void |
setConceptCode(ConceptIdentification conceptCode)
Sets the conceptCode value for this HierarchyResolutionPolicy. |
void |
setHierarchyId(HierarchyIdentification hierarchyId)
Sets the hierarchyId value for this HierarchyResolutionPolicy. |
void |
setResolveConcepts(boolean resolveConcepts)
Sets the resolveConcepts value for this HierarchyResolutionPolicy. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HierarchyResolutionPolicy()
public HierarchyResolutionPolicy(NameAndValueList associationQualifiers, ConceptIdentification conceptCode, HierarchyIdentification hierarchyId, boolean resolveConcepts)
Method Detail |
---|
public boolean isResolveConcepts()
public void setResolveConcepts(boolean resolveConcepts)
resolveConcepts
- True to fill in all information for concepts identified as part
of the returned association; false to return only basic referencespublic NameAndValueList getAssociationQualifiers()
public void setAssociationQualifiers(NameAndValueList associationQualifiers)
associationQualifiers
- public ConceptIdentification getConceptCode()
public void setConceptCode(ConceptIdentification conceptCode)
conceptCode
- public HierarchyIdentification getHierarchyId()
public void setHierarchyId(HierarchyIdentification hierarchyId)
hierarchyId
- 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 |