|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.cagrid.metadata.common.UMLAttribute
public class UMLAttribute
caDSR-related Represents a UML attribute of the parent UML Class. Indication of isRequired=false means the operation will function without the existence of this attribute.
Constructor Summary | |
---|---|
UMLAttribute()
|
|
UMLAttribute(java.lang.String dataTypeName,
java.lang.String description,
java.lang.String name,
long publicID,
SemanticMetadata[] semanticMetadata,
ValueDomain valueDomain,
float version)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDataTypeName()
Gets the dataTypeName value for this UMLAttribute. |
java.lang.String |
getDescription()
Gets the description value for this UMLAttribute. |
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 |
getName()
Gets the name value for this UMLAttribute. |
long |
getPublicID()
Gets the publicID value for this UMLAttribute. |
SemanticMetadata[] |
getSemanticMetadata()
Gets the semanticMetadata value for this UMLAttribute. |
SemanticMetadata |
getSemanticMetadata(int i)
|
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 |
ValueDomain |
getValueDomain()
Gets the valueDomain value for this UMLAttribute. |
float |
getVersion()
Gets the version value for this UMLAttribute. |
int |
hashCode()
|
void |
setDataTypeName(java.lang.String dataTypeName)
Sets the dataTypeName value for this UMLAttribute. |
void |
setDescription(java.lang.String description)
Sets the description value for this UMLAttribute. |
void |
setName(java.lang.String name)
Sets the name value for this UMLAttribute. |
void |
setPublicID(long publicID)
Sets the publicID value for this UMLAttribute. |
void |
setSemanticMetadata(int i,
SemanticMetadata _value)
|
void |
setSemanticMetadata(SemanticMetadata[] semanticMetadata)
Sets the semanticMetadata value for this UMLAttribute. |
void |
setValueDomain(ValueDomain valueDomain)
Sets the valueDomain value for this UMLAttribute. |
void |
setVersion(float version)
Sets the version value for this UMLAttribute. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UMLAttribute()
public UMLAttribute(java.lang.String dataTypeName, java.lang.String description, java.lang.String name, long publicID, SemanticMetadata[] semanticMetadata, ValueDomain valueDomain, float version)
Method Detail |
---|
public SemanticMetadata[] getSemanticMetadata()
public void setSemanticMetadata(SemanticMetadata[] semanticMetadata)
semanticMetadata
- public SemanticMetadata getSemanticMetadata(int i)
public void setSemanticMetadata(int i, SemanticMetadata _value)
public ValueDomain getValueDomain()
public void setValueDomain(ValueDomain valueDomain)
valueDomain
- public java.lang.String getDataTypeName()
public void setDataTypeName(java.lang.String dataTypeName)
dataTypeName
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public long getPublicID()
public void setPublicID(long publicID)
publicID
- public float getVersion()
public void setVersion(float version)
version
- 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)
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |