Serialized Form


Package gov.nih.nci.evs.domain

Class gov.nih.nci.evs.domain.Association extends java.lang.Object implements Serializable

serialVersionUID: 1234567890L

Serialized Fields

name

java.lang.String name
The name attribute holds the name of the association


value

java.lang.String value
The value attribute holds the value of association


qualifierCollection

java.util.Vector<E> qualifierCollection
An associated gov.nih.nci.evs.domain.Qualifier object's collection

Class gov.nih.nci.evs.domain.Atom extends java.lang.Object implements Serializable

serialVersionUID: 1234567890L

Serialized Fields

code

java.lang.String code
The code is a unique identifer within a source associated to the atom


lui

java.lang.String lui
The lui holds the Lexical unique identifier for the atom


name

java.lang.String name
The name attribute stores the name of the term


origin

java.lang.String origin
The origin attribute holds the origin of the atom


source

Source source
An associated gov.nih.nci.evs.domain.Source object

Class gov.nih.nci.evs.domain.AttributeSetDescriptor extends java.lang.Object implements Serializable

serialVersionUID: 1234567890L

Serialized Fields

name

java.lang.String name
Specifies the name for an AttributeSetDescriptor instance


WITH_ALL_ATTRIBUTES

java.lang.Integer WITH_ALL_ATTRIBUTES
A special constant that specifies all concept attributes to be fetched.


WITH_ALL_PROPERTIES

java.lang.Integer WITH_ALL_PROPERTIES
A special constant that specifies all properties of a concept to be fetched.


WITH_ALL_ROLES

java.lang.Integer WITH_ALL_ROLES
A special constant that specifies all roles of a concept to be fetched.


WITH_NO_ATTRIBUTES

java.lang.Integer WITH_NO_ATTRIBUTES
A special constant that specifies no concept attributes to be fetched.


propertyCollection

java.util.Vector<E> propertyCollection
An associated gov.nih.nci.evs.domain.Property object's collection


roleCollection

java.util.Vector<E> roleCollection
An associated gov.nih.nci.evs.domain.Role object's collection

Class gov.nih.nci.evs.domain.Definition extends java.lang.Object implements Serializable

serialVersionUID: 1234567890L

Serialized Fields

definition

java.lang.String definition
A textual description of a term


source

Source source
An associated gov.nih.nci.evs.domain.Source object

Class gov.nih.nci.evs.domain.DescLogicConcept extends java.lang.Object implements Serializable

serialVersionUID: 1234567890L

Serialized Fields

code

java.lang.String code
This is an unique code associated with a concept within the specified vocabulary.


hasChildren

java.lang.Boolean hasChildren
Sets this value to 'true' if a concept has children


hasParents

java.lang.Boolean hasParents
This value is set to 'true' if a concept has a parent


isRetired

java.lang.Boolean isRetired
Sets this value to 'true' if a concept is retired.


name

java.lang.String name
Specifies the name of the concept.


namespaceId

java.lang.Integer namespaceId
The namespaceId is used to identify a set of concepts within a terminology such as the NCI Thesaurus.


semanticTypeVector

java.util.Vector<E> semanticTypeVector

vocabulary

Vocabulary vocabulary
An associated gov.nih.nci.evs.domain.Vocabulary object


historyRecord

HistoryRecord historyRecord
An associated gov.nih.nci.evs.domain.HistoryRecord object


roleCollection

java.util.Vector<E> roleCollection
An associated gov.nih.nci.evs.domain.Role object's collection


propertyCollection

java.util.Vector<E> propertyCollection
An associated gov.nih.nci.evs.domain.Property object's collection


associationCollection

java.util.Vector<E> associationCollection
An associated gov.nih.nci.evs.domain.Association object's collection


edgeProperties

EdgeProperties edgeProperties
An associated gov.nih.nci.evs.domain.EdgeProperties object


inverseAssociationCollection

java.util.Vector<E> inverseAssociationCollection
An associated gov.nih.nci.evs.domain.Association object's collection


treeNode

TreeNode treeNode
An associated gov.nih.nci.evs.domain.TreeNode object


inverseRoleCollection

java.util.Vector<E> inverseRoleCollection
An associated gov.nih.nci.evs.domain.Role object's collection

Class gov.nih.nci.evs.domain.EdgeProperties extends java.lang.Object implements Serializable

serialVersionUID: 1234567890L

Serialized Fields

isA

java.lang.Boolean isA
Specifes the isa value for this concept. If a relationship type between this concept and the parent is a "isa" this value is set to true.


links

java.util.HashSet<E> links
Specifes the link information used to generate the concept tree


name

java.lang.String name
Specifes the name for this instance


traverseDown

java.lang.Boolean traverseDown
The direction specified when the concept tree was generated.

Class gov.nih.nci.evs.domain.EditActionDate extends java.lang.Object implements Serializable

serialVersionUID: 1234567890L

Serialized Fields

action

java.lang.Integer action
Specifies the edit action


editDate

java.util.Date editDate
Specifies the edit action date.

Class gov.nih.nci.evs.domain.History extends java.lang.Object implements Serializable

serialVersionUID: 1234567890L

Serialized Fields

editAction

java.lang.String editAction
Specifies the edit action.


editActionDate

java.util.Date editActionDate
Specifies the edit action date


namespaceId

java.lang.Integer namespaceId
The namespaceId is used to identify a set of concepts within a terminology such as the NCI Thesaurus.


referenceCode

java.lang.String referenceCode
Specifies the concept code that was effected due to this edit action

Class gov.nih.nci.evs.domain.HistoryRecord extends java.lang.Object implements Serializable

serialVersionUID: 1234567890L

Serialized Fields

descLogicConceptCode

java.lang.String descLogicConceptCode
This is an unique code associated with a concept within the specified vocabulary.


historyCollection

java.util.Vector<E> historyCollection
An associated gov.nih.nci.evs.domain.History object's collection

Class gov.nih.nci.evs.domain.MetaThesaurusConcept extends java.lang.Object implements Serializable

serialVersionUID: 1234567890L

Serialized Fields

cui

java.lang.String cui
CUI is the Concept Unique Identifier within the MetaThesaurus.


name

java.lang.String name
Specifies the concept name


synonymCollection

java.util.ArrayList<E> synonymCollection
Specifies sysnonyms for the concept


definitionCollection

java.util.ArrayList<E> definitionCollection
An associated gov.nih.nci.evs.domain.Definition object's collection


semanticTypeCollection

java.util.ArrayList<E> semanticTypeCollection
An associated gov.nih.nci.evs.domain.SemanticType object's collection


atomCollection

java.util.ArrayList<E> atomCollection
An associated gov.nih.nci.evs.domain.Atom object's collection


sourceCollection

java.util.ArrayList<E> sourceCollection
An associated gov.nih.nci.evs.domain.Source object's collection

Class gov.nih.nci.evs.domain.Property extends java.lang.Object implements Serializable

serialVersionUID: 1234567890L

Serialized Fields

name

java.lang.String name
Specifies the name of this property


value

java.lang.String value
Specifies the value of this property


qualifierCollection

java.util.Vector<E> qualifierCollection
An associated gov.nih.nci.evs.domain.Qualifier object's collection

Class gov.nih.nci.evs.domain.Qualifier extends java.lang.Object implements Serializable

serialVersionUID: 1234567890L

Serialized Fields

name

java.lang.String name
Specifies the name of a qualifier


value

java.lang.String value
Specifies the value of a qualifier

Class gov.nih.nci.evs.domain.Role extends java.lang.Object implements Serializable

serialVersionUID: 1234567890L

Serialized Fields

name

java.lang.String name
Specifies the name of the role


value

java.lang.String value
Specifies the value

Class gov.nih.nci.evs.domain.SemanticType extends java.lang.Object implements Serializable

serialVersionUID: 1234567890L

Serialized Fields

id

java.lang.String id
Identifier for this Semantic Type


name

java.lang.String name
Specifies the name

Class gov.nih.nci.evs.domain.Silo extends java.lang.Object implements Serializable

serialVersionUID: 1234567890L

Serialized Fields

id

java.lang.Integer id
The identifier of this Silo


name

java.lang.String name
This is the name of this Silo

Class gov.nih.nci.evs.domain.Source extends java.lang.Object implements Serializable

serialVersionUID: 1234567890L

Serialized Fields

abbreviation

java.lang.String abbreviation
Specifies the source abbreviation


code

java.lang.String code
Specifies the source code


description

java.lang.String description
Textual description of the source

Class gov.nih.nci.evs.domain.TreeNode extends java.lang.Object implements Serializable

serialVersionUID: 1234567890L

Serialized Fields

isA

java.lang.Boolean isA
Specifes the isa value for this concept. If a relationship type between this concept and the parent is a "isa" this value is set to true.


links

java.util.HashSet<E> links
Specifes the link information used to generate the concept tree


name

java.lang.String name
Specifes the name for this instance


traverseDown

java.lang.Boolean traverseDown
The direction specified when the concept tree was generated.

Class gov.nih.nci.evs.domain.Vocabulary extends java.lang.Object implements Serializable

serialVersionUID: 1234567890L

Serialized Fields

description

java.lang.String description
Vocabulary description


name

java.lang.String name
Specifies the name of the vocabulary


namespaceId

java.lang.Integer namespaceId
Specifies the namespace id


securityToken

SecurityToken securityToken
An associated gov.nih.nci.evs.security.SecurityToken object


siloCollection

java.util.Vector<E> siloCollection
An associated gov.nih.nci.evs.domain.Silo object's collection


Package gov.nih.nci.evs.security

Class gov.nih.nci.evs.security.SecurityToken extends java.lang.Object implements Serializable

serialVersionUID: 1234567890L

Serialized Fields

accessToken

java.lang.String accessToken
Specifies the code for this token


password

java.lang.String password
Specifies the password for this token


userName

java.lang.String userName
Specifies the user name



This API was generated by the caCORE Software Development Kit.