org.LexGrid.naming
Class Mappings

java.lang.Object
  extended by org.LexGrid.naming.Mappings
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CsmfMappings

public class Mappings
extends java.lang.Object
implements java.io.Serializable

A list of all of the local identifiers and defining URI's that are used in the associated resource

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Mappings()
           
 
Method Summary
 void addSupportedAssociation(int index, SupportedAssociation vSupportedAssociation)
           
 void addSupportedAssociation(SupportedAssociation vSupportedAssociation)
           
 void addSupportedAssociationQualifier(int index, SupportedAssociationQualifier vSupportedAssociationQualifier)
           
 void addSupportedAssociationQualifier(SupportedAssociationQualifier vSupportedAssociationQualifier)
           
 void addSupportedCodingScheme(int index, SupportedCodingScheme vSupportedCodingScheme)
           
 void addSupportedCodingScheme(SupportedCodingScheme vSupportedCodingScheme)
           
 void addSupportedContainer(int index, SupportedContainerName vSupportedContainer)
           
 void addSupportedContainer(SupportedContainerName vSupportedContainer)
           
 void addSupportedContext(int index, SupportedContext vSupportedContext)
           
 void addSupportedContext(SupportedContext vSupportedContext)
           
 void addSupportedDataType(int index, SupportedDataType vSupportedDataType)
           
 void addSupportedDataType(SupportedDataType vSupportedDataType)
           
 void addSupportedDegreeOfFidelity(int index, SupportedDegreeOfFidelity vSupportedDegreeOfFidelity)
           
 void addSupportedDegreeOfFidelity(SupportedDegreeOfFidelity vSupportedDegreeOfFidelity)
           
 void addSupportedEntityType(int index, SupportedEntityType vSupportedEntityType)
           
 void addSupportedEntityType(SupportedEntityType vSupportedEntityType)
           
 void addSupportedHierarchy(int index, SupportedHierarchy vSupportedHierarchy)
           
 void addSupportedHierarchy(SupportedHierarchy vSupportedHierarchy)
           
 void addSupportedLanguage(int index, SupportedLanguage vSupportedLanguage)
           
 void addSupportedLanguage(SupportedLanguage vSupportedLanguage)
           
 void addSupportedNamespace(int index, SupportedNamespace vSupportedNamespace)
           
 void addSupportedNamespace(SupportedNamespace vSupportedNamespace)
           
 void addSupportedProperty(int index, SupportedProperty vSupportedProperty)
           
 void addSupportedProperty(SupportedProperty vSupportedProperty)
           
 void addSupportedPropertyLink(int index, SupportedPropertyLink vSupportedPropertyLink)
           
 void addSupportedPropertyLink(SupportedPropertyLink vSupportedPropertyLink)
           
 void addSupportedPropertyQualifier(int index, SupportedPropertyQualifier vSupportedPropertyQualifier)
           
 void addSupportedPropertyQualifier(SupportedPropertyQualifier vSupportedPropertyQualifier)
           
 void addSupportedPropertyQualifierType(int index, SupportedPropertyQualifierType vSupportedPropertyQualifierType)
           
 void addSupportedPropertyQualifierType(SupportedPropertyQualifierType vSupportedPropertyQualifierType)
           
 void addSupportedPropertyType(int index, SupportedPropertyType vSupportedPropertyType)
           
 void addSupportedPropertyType(SupportedPropertyType vSupportedPropertyType)
           
 void addSupportedRepresentationalForm(int index, SupportedRepresentationalForm vSupportedRepresentationalForm)
           
 void addSupportedRepresentationalForm(SupportedRepresentationalForm vSupportedRepresentationalForm)
           
 void addSupportedSortOrder(int index, SupportedSortOrder vSupportedSortOrder)
           
 void addSupportedSortOrder(SupportedSortOrder vSupportedSortOrder)
           
 void addSupportedSource(int index, SupportedSource vSupportedSource)
           
 void addSupportedSource(SupportedSource vSupportedSource)
           
 void addSupportedSourceRole(int index, SupportedSourceRole vSupportedSourceRole)
           
 void addSupportedSourceRole(SupportedSourceRole vSupportedSourceRole)
           
 void addSupportedStatus(int index, SupportedStatus vSupportedStatus)
           
 void addSupportedStatus(SupportedStatus vSupportedStatus)
           
 java.util.Enumeration<SupportedAssociation> enumerateSupportedAssociation()
          Method enumerateSupportedAssociation.
 java.util.Enumeration<SupportedAssociationQualifier> enumerateSupportedAssociationQualifier()
          Method enumerateSupportedAssociationQualifier.
 java.util.Enumeration<SupportedCodingScheme> enumerateSupportedCodingScheme()
          Method enumerateSupportedCodingScheme.
 java.util.Enumeration<SupportedContainerName> enumerateSupportedContainer()
          Method enumerateSupportedContainer.
 java.util.Enumeration<SupportedContext> enumerateSupportedContext()
          Method enumerateSupportedContext.
 java.util.Enumeration<SupportedDataType> enumerateSupportedDataType()
          Method enumerateSupportedDataType.
 java.util.Enumeration<SupportedDegreeOfFidelity> enumerateSupportedDegreeOfFidelity()
          Method enumerateSupportedDegreeOfFidelity.
 java.util.Enumeration<SupportedEntityType> enumerateSupportedEntityType()
          Method enumerateSupportedEntityType.
 java.util.Enumeration<SupportedHierarchy> enumerateSupportedHierarchy()
          Method enumerateSupportedHierarchy.
 java.util.Enumeration<SupportedLanguage> enumerateSupportedLanguage()
          Method enumerateSupportedLanguage.
 java.util.Enumeration<SupportedNamespace> enumerateSupportedNamespace()
          Method enumerateSupportedNamespace.
 java.util.Enumeration<SupportedProperty> enumerateSupportedProperty()
          Method enumerateSupportedProperty.
 java.util.Enumeration<SupportedPropertyLink> enumerateSupportedPropertyLink()
          Method enumerateSupportedPropertyLink.
 java.util.Enumeration<SupportedPropertyQualifier> enumerateSupportedPropertyQualifier()
          Method enumerateSupportedPropertyQualifier.
 java.util.Enumeration<SupportedPropertyQualifierType> enumerateSupportedPropertyQualifierType()
          Method enumerateSupportedPropertyQualifierType.
 java.util.Enumeration<SupportedPropertyType> enumerateSupportedPropertyType()
          Method enumerateSupportedPropertyType.
 java.util.Enumeration<SupportedRepresentationalForm> enumerateSupportedRepresentationalForm()
          Method enumerateSupportedRepresentationalForm.
 java.util.Enumeration<SupportedSortOrder> enumerateSupportedSortOrder()
          Method enumerateSupportedSortOrder.
 java.util.Enumeration<SupportedSource> enumerateSupportedSource()
          Method enumerateSupportedSource.
 java.util.Enumeration<SupportedSourceRole> enumerateSupportedSourceRole()
          Method enumerateSupportedSourceRole.
 java.util.Enumeration<SupportedStatus> enumerateSupportedStatus()
          Method enumerateSupportedStatus.
 SupportedAssociation[] getSupportedAssociation()
          Method getSupportedAssociation.Returns the contents of the collection in an Array.
 SupportedAssociation getSupportedAssociation(int index)
          Method getSupportedAssociation.
 int getSupportedAssociationCount()
          Method getSupportedAssociationCount.
 SupportedAssociationQualifier[] getSupportedAssociationQualifier()
          Method getSupportedAssociationQualifier.Returns the contents of the collection in an Array.
 SupportedAssociationQualifier getSupportedAssociationQualifier(int index)
          Method getSupportedAssociationQualifier.
 int getSupportedAssociationQualifierCount()
          Method getSupportedAssociationQualifierCount.
 SupportedCodingScheme[] getSupportedCodingScheme()
          Method getSupportedCodingScheme.Returns the contents of the collection in an Array.
 SupportedCodingScheme getSupportedCodingScheme(int index)
          Method getSupportedCodingScheme.
 int getSupportedCodingSchemeCount()
          Method getSupportedCodingSchemeCount.
 SupportedContainerName[] getSupportedContainer()
          Method getSupportedContainer.Returns the contents of the collection in an Array.
 SupportedContainerName getSupportedContainer(int index)
          Method getSupportedContainer.
 int getSupportedContainerCount()
          Method getSupportedContainerCount.
 SupportedContext[] getSupportedContext()
          Method getSupportedContext.Returns the contents of the collection in an Array.
 SupportedContext getSupportedContext(int index)
          Method getSupportedContext.
 int getSupportedContextCount()
          Method getSupportedContextCount.
 SupportedDataType[] getSupportedDataType()
          Method getSupportedDataType.Returns the contents of the collection in an Array.
 SupportedDataType getSupportedDataType(int index)
          Method getSupportedDataType.
 int getSupportedDataTypeCount()
          Method getSupportedDataTypeCount.
 SupportedDegreeOfFidelity[] getSupportedDegreeOfFidelity()
          Method getSupportedDegreeOfFidelity.Returns the contents of the collection in an Array.
 SupportedDegreeOfFidelity getSupportedDegreeOfFidelity(int index)
          Method getSupportedDegreeOfFidelity.
 int getSupportedDegreeOfFidelityCount()
          Method getSupportedDegreeOfFidelityCount.
 SupportedEntityType[] getSupportedEntityType()
          Method getSupportedEntityType.Returns the contents of the collection in an Array.
 SupportedEntityType getSupportedEntityType(int index)
          Method getSupportedEntityType.
 int getSupportedEntityTypeCount()
          Method getSupportedEntityTypeCount.
 SupportedHierarchy[] getSupportedHierarchy()
          Method getSupportedHierarchy.Returns the contents of the collection in an Array.
 SupportedHierarchy getSupportedHierarchy(int index)
          Method getSupportedHierarchy.
 int getSupportedHierarchyCount()
          Method getSupportedHierarchyCount.
 SupportedLanguage[] getSupportedLanguage()
          Method getSupportedLanguage.Returns the contents of the collection in an Array.
 SupportedLanguage getSupportedLanguage(int index)
          Method getSupportedLanguage.
 int getSupportedLanguageCount()
          Method getSupportedLanguageCount.
 SupportedNamespace[] getSupportedNamespace()
          Method getSupportedNamespace.Returns the contents of the collection in an Array.
 SupportedNamespace getSupportedNamespace(int index)
          Method getSupportedNamespace.
 int getSupportedNamespaceCount()
          Method getSupportedNamespaceCount.
 SupportedProperty[] getSupportedProperty()
          Method getSupportedProperty.Returns the contents of the collection in an Array.
 SupportedProperty getSupportedProperty(int index)
          Method getSupportedProperty.
 int getSupportedPropertyCount()
          Method getSupportedPropertyCount.
 SupportedPropertyLink[] getSupportedPropertyLink()
          Method getSupportedPropertyLink.Returns the contents of the collection in an Array.
 SupportedPropertyLink getSupportedPropertyLink(int index)
          Method getSupportedPropertyLink.
 int getSupportedPropertyLinkCount()
          Method getSupportedPropertyLinkCount.
 SupportedPropertyQualifier[] getSupportedPropertyQualifier()
          Method getSupportedPropertyQualifier.Returns the contents of the collection in an Array.
 SupportedPropertyQualifier getSupportedPropertyQualifier(int index)
          Method getSupportedPropertyQualifier.
 int getSupportedPropertyQualifierCount()
          Method getSupportedPropertyQualifierCount.
 SupportedPropertyQualifierType[] getSupportedPropertyQualifierType()
          Method getSupportedPropertyQualifierType.Returns the contents of the collection in an Array.
 SupportedPropertyQualifierType getSupportedPropertyQualifierType(int index)
          Method getSupportedPropertyQualifierType.
 int getSupportedPropertyQualifierTypeCount()
          Method getSupportedPropertyQualifierTypeCount.
 SupportedPropertyType[] getSupportedPropertyType()
          Method getSupportedPropertyType.Returns the contents of the collection in an Array.
 SupportedPropertyType getSupportedPropertyType(int index)
          Method getSupportedPropertyType.
 int getSupportedPropertyTypeCount()
          Method getSupportedPropertyTypeCount.
 SupportedRepresentationalForm[] getSupportedRepresentationalForm()
          Method getSupportedRepresentationalForm.Returns the contents of the collection in an Array.
 SupportedRepresentationalForm getSupportedRepresentationalForm(int index)
          Method getSupportedRepresentationalForm.
 int getSupportedRepresentationalFormCount()
          Method getSupportedRepresentationalFormCount.
 SupportedSortOrder[] getSupportedSortOrder()
          Method getSupportedSortOrder.Returns the contents of the collection in an Array.
 SupportedSortOrder getSupportedSortOrder(int index)
          Method getSupportedSortOrder.
 int getSupportedSortOrderCount()
          Method getSupportedSortOrderCount.
 SupportedSource[] getSupportedSource()
          Method getSupportedSource.Returns the contents of the collection in an Array.
 SupportedSource getSupportedSource(int index)
          Method getSupportedSource.
 int getSupportedSourceCount()
          Method getSupportedSourceCount.
 SupportedSourceRole[] getSupportedSourceRole()
          Method getSupportedSourceRole.Returns the contents of the collection in an Array.
 SupportedSourceRole getSupportedSourceRole(int index)
          Method getSupportedSourceRole.
 int getSupportedSourceRoleCount()
          Method getSupportedSourceRoleCount.
 SupportedStatus[] getSupportedStatus()
          Method getSupportedStatus.Returns the contents of the collection in an Array.
 SupportedStatus getSupportedStatus(int index)
          Method getSupportedStatus.
 int getSupportedStatusCount()
          Method getSupportedStatusCount.
 boolean isValid()
          Method isValid.
 java.util.Iterator<SupportedAssociation> iterateSupportedAssociation()
          Method iterateSupportedAssociation.
 java.util.Iterator<SupportedAssociationQualifier> iterateSupportedAssociationQualifier()
          Method iterateSupportedAssociationQualifier.
 java.util.Iterator<SupportedCodingScheme> iterateSupportedCodingScheme()
          Method iterateSupportedCodingScheme.
 java.util.Iterator<SupportedContainerName> iterateSupportedContainer()
          Method iterateSupportedContainer.
 java.util.Iterator<SupportedContext> iterateSupportedContext()
          Method iterateSupportedContext.
 java.util.Iterator<SupportedDataType> iterateSupportedDataType()
          Method iterateSupportedDataType.
 java.util.Iterator<SupportedDegreeOfFidelity> iterateSupportedDegreeOfFidelity()
          Method iterateSupportedDegreeOfFidelity.
 java.util.Iterator<SupportedEntityType> iterateSupportedEntityType()
          Method iterateSupportedEntityType.
 java.util.Iterator<SupportedHierarchy> iterateSupportedHierarchy()
          Method iterateSupportedHierarchy.
 java.util.Iterator<SupportedLanguage> iterateSupportedLanguage()
          Method iterateSupportedLanguage.
 java.util.Iterator<SupportedNamespace> iterateSupportedNamespace()
          Method iterateSupportedNamespace.
 java.util.Iterator<SupportedProperty> iterateSupportedProperty()
          Method iterateSupportedProperty.
 java.util.Iterator<SupportedPropertyLink> iterateSupportedPropertyLink()
          Method iterateSupportedPropertyLink.
 java.util.Iterator<SupportedPropertyQualifier> iterateSupportedPropertyQualifier()
          Method iterateSupportedPropertyQualifier.
 java.util.Iterator<SupportedPropertyQualifierType> iterateSupportedPropertyQualifierType()
          Method iterateSupportedPropertyQualifierType.
 java.util.Iterator<SupportedPropertyType> iterateSupportedPropertyType()
          Method iterateSupportedPropertyType.
 java.util.Iterator<SupportedRepresentationalForm> iterateSupportedRepresentationalForm()
          Method iterateSupportedRepresentationalForm.
 java.util.Iterator<SupportedSortOrder> iterateSupportedSortOrder()
          Method iterateSupportedSortOrder.
 java.util.Iterator<SupportedSource> iterateSupportedSource()
          Method iterateSupportedSource.
 java.util.Iterator<SupportedSourceRole> iterateSupportedSourceRole()
          Method iterateSupportedSourceRole.
 java.util.Iterator<SupportedStatus> iterateSupportedStatus()
          Method iterateSupportedStatus.
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void removeAllSupportedAssociation()
           
 void removeAllSupportedAssociationQualifier()
           
 void removeAllSupportedCodingScheme()
           
 void removeAllSupportedContainer()
           
 void removeAllSupportedContext()
           
 void removeAllSupportedDataType()
           
 void removeAllSupportedDegreeOfFidelity()
           
 void removeAllSupportedEntityType()
           
 void removeAllSupportedHierarchy()
           
 void removeAllSupportedLanguage()
           
 void removeAllSupportedNamespace()
           
 void removeAllSupportedProperty()
           
 void removeAllSupportedPropertyLink()
           
 void removeAllSupportedPropertyQualifier()
           
 void removeAllSupportedPropertyQualifierType()
           
 void removeAllSupportedPropertyType()
           
 void removeAllSupportedRepresentationalForm()
           
 void removeAllSupportedSortOrder()
           
 void removeAllSupportedSource()
           
 void removeAllSupportedSourceRole()
           
 void removeAllSupportedStatus()
           
 boolean removeSupportedAssociation(SupportedAssociation vSupportedAssociation)
          Method removeSupportedAssociation.
 SupportedAssociation removeSupportedAssociationAt(int index)
          Method removeSupportedAssociationAt.
 boolean removeSupportedAssociationQualifier(SupportedAssociationQualifier vSupportedAssociationQualifier)
          Method removeSupportedAssociationQualifier.
 SupportedAssociationQualifier removeSupportedAssociationQualifierAt(int index)
          Method removeSupportedAssociationQualifierAt.
 boolean removeSupportedCodingScheme(SupportedCodingScheme vSupportedCodingScheme)
          Method removeSupportedCodingScheme.
 SupportedCodingScheme removeSupportedCodingSchemeAt(int index)
          Method removeSupportedCodingSchemeAt.
 boolean removeSupportedContainer(SupportedContainerName vSupportedContainer)
          Method removeSupportedContainer.
 SupportedContainerName removeSupportedContainerAt(int index)
          Method removeSupportedContainerAt.
 boolean removeSupportedContext(SupportedContext vSupportedContext)
          Method removeSupportedContext.
 SupportedContext removeSupportedContextAt(int index)
          Method removeSupportedContextAt.
 boolean removeSupportedDataType(SupportedDataType vSupportedDataType)
          Method removeSupportedDataType.
 SupportedDataType removeSupportedDataTypeAt(int index)
          Method removeSupportedDataTypeAt.
 boolean removeSupportedDegreeOfFidelity(SupportedDegreeOfFidelity vSupportedDegreeOfFidelity)
          Method removeSupportedDegreeOfFidelity.
 SupportedDegreeOfFidelity removeSupportedDegreeOfFidelityAt(int index)
          Method removeSupportedDegreeOfFidelityAt.
 boolean removeSupportedEntityType(SupportedEntityType vSupportedEntityType)
          Method removeSupportedEntityType.
 SupportedEntityType removeSupportedEntityTypeAt(int index)
          Method removeSupportedEntityTypeAt.
 boolean removeSupportedHierarchy(SupportedHierarchy vSupportedHierarchy)
          Method removeSupportedHierarchy.
 SupportedHierarchy removeSupportedHierarchyAt(int index)
          Method removeSupportedHierarchyAt.
 boolean removeSupportedLanguage(SupportedLanguage vSupportedLanguage)
          Method removeSupportedLanguage.
 SupportedLanguage removeSupportedLanguageAt(int index)
          Method removeSupportedLanguageAt.
 boolean removeSupportedNamespace(SupportedNamespace vSupportedNamespace)
          Method removeSupportedNamespace.
 SupportedNamespace removeSupportedNamespaceAt(int index)
          Method removeSupportedNamespaceAt.
 boolean removeSupportedProperty(SupportedProperty vSupportedProperty)
          Method removeSupportedProperty.
 SupportedProperty removeSupportedPropertyAt(int index)
          Method removeSupportedPropertyAt.
 boolean removeSupportedPropertyLink(SupportedPropertyLink vSupportedPropertyLink)
          Method removeSupportedPropertyLink.
 SupportedPropertyLink removeSupportedPropertyLinkAt(int index)
          Method removeSupportedPropertyLinkAt.
 boolean removeSupportedPropertyQualifier(SupportedPropertyQualifier vSupportedPropertyQualifier)
          Method removeSupportedPropertyQualifier.
 SupportedPropertyQualifier removeSupportedPropertyQualifierAt(int index)
          Method removeSupportedPropertyQualifierAt.
 boolean removeSupportedPropertyQualifierType(SupportedPropertyQualifierType vSupportedPropertyQualifierType)
          Method removeSupportedPropertyQualifierType.
 SupportedPropertyQualifierType removeSupportedPropertyQualifierTypeAt(int index)
          Method removeSupportedPropertyQualifierTypeAt.
 boolean removeSupportedPropertyType(SupportedPropertyType vSupportedPropertyType)
          Method removeSupportedPropertyType.
 SupportedPropertyType removeSupportedPropertyTypeAt(int index)
          Method removeSupportedPropertyTypeAt.
 boolean removeSupportedRepresentationalForm(SupportedRepresentationalForm vSupportedRepresentationalForm)
          Method removeSupportedRepresentationalForm.
 SupportedRepresentationalForm removeSupportedRepresentationalFormAt(int index)
          Method removeSupportedRepresentationalFormAt.
 boolean removeSupportedSortOrder(SupportedSortOrder vSupportedSortOrder)
          Method removeSupportedSortOrder.
 SupportedSortOrder removeSupportedSortOrderAt(int index)
          Method removeSupportedSortOrderAt.
 boolean removeSupportedSource(SupportedSource vSupportedSource)
          Method removeSupportedSource.
 SupportedSource removeSupportedSourceAt(int index)
          Method removeSupportedSourceAt.
 boolean removeSupportedSourceRole(SupportedSourceRole vSupportedSourceRole)
          Method removeSupportedSourceRole.
 SupportedSourceRole removeSupportedSourceRoleAt(int index)
          Method removeSupportedSourceRoleAt.
 boolean removeSupportedStatus(SupportedStatus vSupportedStatus)
          Method removeSupportedStatus.
 SupportedStatus removeSupportedStatusAt(int index)
          Method removeSupportedStatusAt.
 void setSupportedAssociation(int index, SupportedAssociation vSupportedAssociation)
           
 void setSupportedAssociation(SupportedAssociation[] vSupportedAssociationArray)
           
 void setSupportedAssociationQualifier(int index, SupportedAssociationQualifier vSupportedAssociationQualifier)
           
 void setSupportedAssociationQualifier(SupportedAssociationQualifier[] vSupportedAssociationQualifierArray)
           
 void setSupportedCodingScheme(int index, SupportedCodingScheme vSupportedCodingScheme)
           
 void setSupportedCodingScheme(SupportedCodingScheme[] vSupportedCodingSchemeArray)
           
 void setSupportedContainer(int index, SupportedContainerName vSupportedContainer)
           
 void setSupportedContainer(SupportedContainerName[] vSupportedContainerArray)
           
 void setSupportedContext(int index, SupportedContext vSupportedContext)
           
 void setSupportedContext(SupportedContext[] vSupportedContextArray)
           
 void setSupportedDataType(int index, SupportedDataType vSupportedDataType)
           
 void setSupportedDataType(SupportedDataType[] vSupportedDataTypeArray)
           
 void setSupportedDegreeOfFidelity(int index, SupportedDegreeOfFidelity vSupportedDegreeOfFidelity)
           
 void setSupportedDegreeOfFidelity(SupportedDegreeOfFidelity[] vSupportedDegreeOfFidelityArray)
           
 void setSupportedEntityType(int index, SupportedEntityType vSupportedEntityType)
           
 void setSupportedEntityType(SupportedEntityType[] vSupportedEntityTypeArray)
           
 void setSupportedHierarchy(int index, SupportedHierarchy vSupportedHierarchy)
           
 void setSupportedHierarchy(SupportedHierarchy[] vSupportedHierarchyArray)
           
 void setSupportedLanguage(int index, SupportedLanguage vSupportedLanguage)
           
 void setSupportedLanguage(SupportedLanguage[] vSupportedLanguageArray)
           
 void setSupportedNamespace(int index, SupportedNamespace vSupportedNamespace)
           
 void setSupportedNamespace(SupportedNamespace[] vSupportedNamespaceArray)
           
 void setSupportedProperty(int index, SupportedProperty vSupportedProperty)
           
 void setSupportedProperty(SupportedProperty[] vSupportedPropertyArray)
           
 void setSupportedPropertyLink(int index, SupportedPropertyLink vSupportedPropertyLink)
           
 void setSupportedPropertyLink(SupportedPropertyLink[] vSupportedPropertyLinkArray)
           
 void setSupportedPropertyQualifier(int index, SupportedPropertyQualifier vSupportedPropertyQualifier)
           
 void setSupportedPropertyQualifier(SupportedPropertyQualifier[] vSupportedPropertyQualifierArray)
           
 void setSupportedPropertyQualifierType(int index, SupportedPropertyQualifierType vSupportedPropertyQualifierType)
           
 void setSupportedPropertyQualifierType(SupportedPropertyQualifierType[] vSupportedPropertyQualifierTypeArray)
           
 void setSupportedPropertyType(int index, SupportedPropertyType vSupportedPropertyType)
           
 void setSupportedPropertyType(SupportedPropertyType[] vSupportedPropertyTypeArray)
           
 void setSupportedRepresentationalForm(int index, SupportedRepresentationalForm vSupportedRepresentationalForm)
           
 void setSupportedRepresentationalForm(SupportedRepresentationalForm[] vSupportedRepresentationalFormArray)
           
 void setSupportedSortOrder(int index, SupportedSortOrder vSupportedSortOrder)
           
 void setSupportedSortOrder(SupportedSortOrder[] vSupportedSortOrderArray)
           
 void setSupportedSource(int index, SupportedSource vSupportedSource)
           
 void setSupportedSource(SupportedSource[] vSupportedSourceArray)
           
 void setSupportedSourceRole(int index, SupportedSourceRole vSupportedSourceRole)
           
 void setSupportedSourceRole(SupportedSourceRole[] vSupportedSourceRoleArray)
           
 void setSupportedStatus(int index, SupportedStatus vSupportedStatus)
           
 void setSupportedStatus(SupportedStatus[] vSupportedStatusArray)
           
static Mappings unmarshalMappings(java.io.Reader reader)
          Method unmarshalMappings.
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mappings

public Mappings()
Method Detail

addSupportedAssociation

public void addSupportedAssociation(SupportedAssociation vSupportedAssociation)
                             throws java.lang.IndexOutOfBoundsException
Parameters:
vSupportedAssociation -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedAssociation

public void addSupportedAssociation(int index,
                                    SupportedAssociation vSupportedAssociation)
                             throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedAssociation -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedAssociationQualifier

public void addSupportedAssociationQualifier(SupportedAssociationQualifier vSupportedAssociationQualifier)
                                      throws java.lang.IndexOutOfBoundsException
Parameters:
vSupportedAssociationQualifier -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedAssociationQualifier

public void addSupportedAssociationQualifier(int index,
                                             SupportedAssociationQualifier vSupportedAssociationQualifier)
                                      throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedAssociationQualifier -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedCodingScheme

public void addSupportedCodingScheme(SupportedCodingScheme vSupportedCodingScheme)
                              throws java.lang.IndexOutOfBoundsException
Parameters:
vSupportedCodingScheme -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedCodingScheme

public void addSupportedCodingScheme(int index,
                                     SupportedCodingScheme vSupportedCodingScheme)
                              throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedCodingScheme -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedContainer

public void addSupportedContainer(SupportedContainerName vSupportedContainer)
                           throws java.lang.IndexOutOfBoundsException
Parameters:
vSupportedContainer -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedContainer

public void addSupportedContainer(int index,
                                  SupportedContainerName vSupportedContainer)
                           throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedContainer -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedContext

public void addSupportedContext(SupportedContext vSupportedContext)
                         throws java.lang.IndexOutOfBoundsException
Parameters:
vSupportedContext -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedContext

public void addSupportedContext(int index,
                                SupportedContext vSupportedContext)
                         throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedContext -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedDataType

public void addSupportedDataType(SupportedDataType vSupportedDataType)
                          throws java.lang.IndexOutOfBoundsException
Parameters:
vSupportedDataType -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedDataType

public void addSupportedDataType(int index,
                                 SupportedDataType vSupportedDataType)
                          throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedDataType -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedDegreeOfFidelity

public void addSupportedDegreeOfFidelity(SupportedDegreeOfFidelity vSupportedDegreeOfFidelity)
                                  throws java.lang.IndexOutOfBoundsException
Parameters:
vSupportedDegreeOfFidelity -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedDegreeOfFidelity

public void addSupportedDegreeOfFidelity(int index,
                                         SupportedDegreeOfFidelity vSupportedDegreeOfFidelity)
                                  throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedDegreeOfFidelity -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedEntityType

public void addSupportedEntityType(SupportedEntityType vSupportedEntityType)
                            throws java.lang.IndexOutOfBoundsException
Parameters:
vSupportedEntityType -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedEntityType

public void addSupportedEntityType(int index,
                                   SupportedEntityType vSupportedEntityType)
                            throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedEntityType -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedHierarchy

public void addSupportedHierarchy(SupportedHierarchy vSupportedHierarchy)
                           throws java.lang.IndexOutOfBoundsException
Parameters:
vSupportedHierarchy -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedHierarchy

public void addSupportedHierarchy(int index,
                                  SupportedHierarchy vSupportedHierarchy)
                           throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedHierarchy -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedLanguage

public void addSupportedLanguage(SupportedLanguage vSupportedLanguage)
                          throws java.lang.IndexOutOfBoundsException
Parameters:
vSupportedLanguage -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedLanguage

public void addSupportedLanguage(int index,
                                 SupportedLanguage vSupportedLanguage)
                          throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedLanguage -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedNamespace

public void addSupportedNamespace(SupportedNamespace vSupportedNamespace)
                           throws java.lang.IndexOutOfBoundsException
Parameters:
vSupportedNamespace -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedNamespace

public void addSupportedNamespace(int index,
                                  SupportedNamespace vSupportedNamespace)
                           throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedNamespace -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedProperty

public void addSupportedProperty(SupportedProperty vSupportedProperty)
                          throws java.lang.IndexOutOfBoundsException
Parameters:
vSupportedProperty -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedProperty

public void addSupportedProperty(int index,
                                 SupportedProperty vSupportedProperty)
                          throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedProperty -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedPropertyLink

public void addSupportedPropertyLink(SupportedPropertyLink vSupportedPropertyLink)
                              throws java.lang.IndexOutOfBoundsException
Parameters:
vSupportedPropertyLink -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedPropertyLink

public void addSupportedPropertyLink(int index,
                                     SupportedPropertyLink vSupportedPropertyLink)
                              throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedPropertyLink -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedPropertyQualifier

public void addSupportedPropertyQualifier(SupportedPropertyQualifier vSupportedPropertyQualifier)
                                   throws java.lang.IndexOutOfBoundsException
Parameters:
vSupportedPropertyQualifier -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedPropertyQualifier

public void addSupportedPropertyQualifier(int index,
                                          SupportedPropertyQualifier vSupportedPropertyQualifier)
                                   throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedPropertyQualifier -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedPropertyQualifierType

public void addSupportedPropertyQualifierType(SupportedPropertyQualifierType vSupportedPropertyQualifierType)
                                       throws java.lang.IndexOutOfBoundsException
Parameters:
vSupportedPropertyQualifierType -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedPropertyQualifierType

public void addSupportedPropertyQualifierType(int index,
                                              SupportedPropertyQualifierType vSupportedPropertyQualifierType)
                                       throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedPropertyQualifierType -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedPropertyType

public void addSupportedPropertyType(SupportedPropertyType vSupportedPropertyType)
                              throws java.lang.IndexOutOfBoundsException
Parameters:
vSupportedPropertyType -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedPropertyType

public void addSupportedPropertyType(int index,
                                     SupportedPropertyType vSupportedPropertyType)
                              throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedPropertyType -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedRepresentationalForm

public void addSupportedRepresentationalForm(SupportedRepresentationalForm vSupportedRepresentationalForm)
                                      throws java.lang.IndexOutOfBoundsException
Parameters:
vSupportedRepresentationalForm -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedRepresentationalForm

public void addSupportedRepresentationalForm(int index,
                                             SupportedRepresentationalForm vSupportedRepresentationalForm)
                                      throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedRepresentationalForm -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedSortOrder

public void addSupportedSortOrder(SupportedSortOrder vSupportedSortOrder)
                           throws java.lang.IndexOutOfBoundsException
Parameters:
vSupportedSortOrder -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedSortOrder

public void addSupportedSortOrder(int index,
                                  SupportedSortOrder vSupportedSortOrder)
                           throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedSortOrder -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedSource

public void addSupportedSource(SupportedSource vSupportedSource)
                        throws java.lang.IndexOutOfBoundsException
Parameters:
vSupportedSource -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedSource

public void addSupportedSource(int index,
                               SupportedSource vSupportedSource)
                        throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedSource -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedSourceRole

public void addSupportedSourceRole(SupportedSourceRole vSupportedSourceRole)
                            throws java.lang.IndexOutOfBoundsException
Parameters:
vSupportedSourceRole -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedSourceRole

public void addSupportedSourceRole(int index,
                                   SupportedSourceRole vSupportedSourceRole)
                            throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedSourceRole -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedStatus

public void addSupportedStatus(SupportedStatus vSupportedStatus)
                        throws java.lang.IndexOutOfBoundsException
Parameters:
vSupportedStatus -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

addSupportedStatus

public void addSupportedStatus(int index,
                               SupportedStatus vSupportedStatus)
                        throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedStatus -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

enumerateSupportedAssociation

public java.util.Enumeration<SupportedAssociation> enumerateSupportedAssociation()
Method enumerateSupportedAssociation.

Returns:
an Enumeration over all possible elements of this collection

enumerateSupportedAssociationQualifier

public java.util.Enumeration<SupportedAssociationQualifier> enumerateSupportedAssociationQualifier()
Method enumerateSupportedAssociationQualifier.

Returns:
an Enumeration over all possible elements of this collection

enumerateSupportedCodingScheme

public java.util.Enumeration<SupportedCodingScheme> enumerateSupportedCodingScheme()
Method enumerateSupportedCodingScheme.

Returns:
an Enumeration over all possible elements of this collection

enumerateSupportedContainer

public java.util.Enumeration<SupportedContainerName> enumerateSupportedContainer()
Method enumerateSupportedContainer.

Returns:
an Enumeration over all possible elements of this collection

enumerateSupportedContext

public java.util.Enumeration<SupportedContext> enumerateSupportedContext()
Method enumerateSupportedContext.

Returns:
an Enumeration over all possible elements of this collection

enumerateSupportedDataType

public java.util.Enumeration<SupportedDataType> enumerateSupportedDataType()
Method enumerateSupportedDataType.

Returns:
an Enumeration over all possible elements of this collection

enumerateSupportedDegreeOfFidelity

public java.util.Enumeration<SupportedDegreeOfFidelity> enumerateSupportedDegreeOfFidelity()
Method enumerateSupportedDegreeOfFidelity.

Returns:
an Enumeration over all possible elements of this collection

enumerateSupportedEntityType

public java.util.Enumeration<SupportedEntityType> enumerateSupportedEntityType()
Method enumerateSupportedEntityType.

Returns:
an Enumeration over all possible elements of this collection

enumerateSupportedHierarchy

public java.util.Enumeration<SupportedHierarchy> enumerateSupportedHierarchy()
Method enumerateSupportedHierarchy.

Returns:
an Enumeration over all possible elements of this collection

enumerateSupportedLanguage

public java.util.Enumeration<SupportedLanguage> enumerateSupportedLanguage()
Method enumerateSupportedLanguage.

Returns:
an Enumeration over all possible elements of this collection

enumerateSupportedNamespace

public java.util.Enumeration<SupportedNamespace> enumerateSupportedNamespace()
Method enumerateSupportedNamespace.

Returns:
an Enumeration over all possible elements of this collection

enumerateSupportedProperty

public java.util.Enumeration<SupportedProperty> enumerateSupportedProperty()
Method enumerateSupportedProperty.

Returns:
an Enumeration over all possible elements of this collection

enumerateSupportedPropertyLink

public java.util.Enumeration<SupportedPropertyLink> enumerateSupportedPropertyLink()
Method enumerateSupportedPropertyLink.

Returns:
an Enumeration over all possible elements of this collection

enumerateSupportedPropertyQualifier

public java.util.Enumeration<SupportedPropertyQualifier> enumerateSupportedPropertyQualifier()
Method enumerateSupportedPropertyQualifier.

Returns:
an Enumeration over all possible elements of this collection

enumerateSupportedPropertyQualifierType

public java.util.Enumeration<SupportedPropertyQualifierType> enumerateSupportedPropertyQualifierType()
Method enumerateSupportedPropertyQualifierType.

Returns:
an Enumeration over all possible elements of this collection

enumerateSupportedPropertyType

public java.util.Enumeration<SupportedPropertyType> enumerateSupportedPropertyType()
Method enumerateSupportedPropertyType.

Returns:
an Enumeration over all possible elements of this collection

enumerateSupportedRepresentationalForm

public java.util.Enumeration<SupportedRepresentationalForm> enumerateSupportedRepresentationalForm()
Method enumerateSupportedRepresentationalForm.

Returns:
an Enumeration over all possible elements of this collection

enumerateSupportedSortOrder

public java.util.Enumeration<SupportedSortOrder> enumerateSupportedSortOrder()
Method enumerateSupportedSortOrder.

Returns:
an Enumeration over all possible elements of this collection

enumerateSupportedSource

public java.util.Enumeration<SupportedSource> enumerateSupportedSource()
Method enumerateSupportedSource.

Returns:
an Enumeration over all possible elements of this collection

enumerateSupportedSourceRole

public java.util.Enumeration<SupportedSourceRole> enumerateSupportedSourceRole()
Method enumerateSupportedSourceRole.

Returns:
an Enumeration over all possible elements of this collection

enumerateSupportedStatus

public java.util.Enumeration<SupportedStatus> enumerateSupportedStatus()
Method enumerateSupportedStatus.

Returns:
an Enumeration over all possible elements of this collection

getSupportedAssociation

public SupportedAssociation getSupportedAssociation(int index)
                                             throws java.lang.IndexOutOfBoundsException
Method getSupportedAssociation.

Parameters:
index -
Returns:
the value of the org.LexGrid.naming.SupportedAssociation at the given index
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

getSupportedAssociation

public SupportedAssociation[] getSupportedAssociation()
Method getSupportedAssociation.Returns the contents of the collection in an Array.

Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.

Returns:
this collection as an Array

getSupportedAssociationCount

public int getSupportedAssociationCount()
Method getSupportedAssociationCount.

Returns:
the size of this collection

getSupportedAssociationQualifier

public SupportedAssociationQualifier getSupportedAssociationQualifier(int index)
                                                               throws java.lang.IndexOutOfBoundsException
Method getSupportedAssociationQualifier.

Parameters:
index -
Returns:
the value of the org.LexGrid.naming.SupportedAssociationQualifier at the given index
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

getSupportedAssociationQualifier

public SupportedAssociationQualifier[] getSupportedAssociationQualifier()
Method getSupportedAssociationQualifier.Returns the contents of the collection in an Array.

Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.

Returns:
this collection as an Array

getSupportedAssociationQualifierCount

public int getSupportedAssociationQualifierCount()
Method getSupportedAssociationQualifierCount.

Returns:
the size of this collection

getSupportedCodingScheme

public SupportedCodingScheme getSupportedCodingScheme(int index)
                                               throws java.lang.IndexOutOfBoundsException
Method getSupportedCodingScheme.

Parameters:
index -
Returns:
the value of the org.LexGrid.naming.SupportedCodingScheme at the given index
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

getSupportedCodingScheme

public SupportedCodingScheme[] getSupportedCodingScheme()
Method getSupportedCodingScheme.Returns the contents of the collection in an Array.

Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.

Returns:
this collection as an Array

getSupportedCodingSchemeCount

public int getSupportedCodingSchemeCount()
Method getSupportedCodingSchemeCount.

Returns:
the size of this collection

getSupportedContainer

public SupportedContainerName getSupportedContainer(int index)
                                             throws java.lang.IndexOutOfBoundsException
Method getSupportedContainer.

Parameters:
index -
Returns:
the value of the org.LexGrid.naming.SupportedContainerName at the given index
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

getSupportedContainer

public SupportedContainerName[] getSupportedContainer()
Method getSupportedContainer.Returns the contents of the collection in an Array.

Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.

Returns:
this collection as an Array

getSupportedContainerCount

public int getSupportedContainerCount()
Method getSupportedContainerCount.

Returns:
the size of this collection

getSupportedContext

public SupportedContext getSupportedContext(int index)
                                     throws java.lang.IndexOutOfBoundsException
Method getSupportedContext.

Parameters:
index -
Returns:
the value of the org.LexGrid.naming.SupportedContext at the given index
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

getSupportedContext

public SupportedContext[] getSupportedContext()
Method getSupportedContext.Returns the contents of the collection in an Array.

Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.

Returns:
this collection as an Array

getSupportedContextCount

public int getSupportedContextCount()
Method getSupportedContextCount.

Returns:
the size of this collection

getSupportedDataType

public SupportedDataType getSupportedDataType(int index)
                                       throws java.lang.IndexOutOfBoundsException
Method getSupportedDataType.

Parameters:
index -
Returns:
the value of the org.LexGrid.naming.SupportedDataType at the given index
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

getSupportedDataType

public SupportedDataType[] getSupportedDataType()
Method getSupportedDataType.Returns the contents of the collection in an Array.

Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.

Returns:
this collection as an Array

getSupportedDataTypeCount

public int getSupportedDataTypeCount()
Method getSupportedDataTypeCount.

Returns:
the size of this collection

getSupportedDegreeOfFidelity

public SupportedDegreeOfFidelity getSupportedDegreeOfFidelity(int index)
                                                       throws java.lang.IndexOutOfBoundsException
Method getSupportedDegreeOfFidelity.

Parameters:
index -
Returns:
the value of the org.LexGrid.naming.SupportedDegreeOfFidelity at the given index
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

getSupportedDegreeOfFidelity

public SupportedDegreeOfFidelity[] getSupportedDegreeOfFidelity()
Method getSupportedDegreeOfFidelity.Returns the contents of the collection in an Array.

Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.

Returns:
this collection as an Array

getSupportedDegreeOfFidelityCount

public int getSupportedDegreeOfFidelityCount()
Method getSupportedDegreeOfFidelityCount.

Returns:
the size of this collection

getSupportedEntityType

public SupportedEntityType getSupportedEntityType(int index)
                                           throws java.lang.IndexOutOfBoundsException
Method getSupportedEntityType.

Parameters:
index -
Returns:
the value of the org.LexGrid.naming.SupportedEntityType at the given index
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

getSupportedEntityType

public SupportedEntityType[] getSupportedEntityType()
Method getSupportedEntityType.Returns the contents of the collection in an Array.

Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.

Returns:
this collection as an Array

getSupportedEntityTypeCount

public int getSupportedEntityTypeCount()
Method getSupportedEntityTypeCount.

Returns:
the size of this collection

getSupportedHierarchy

public SupportedHierarchy getSupportedHierarchy(int index)
                                         throws java.lang.IndexOutOfBoundsException
Method getSupportedHierarchy.

Parameters:
index -
Returns:
the value of the org.LexGrid.naming.SupportedHierarchy at the given index
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

getSupportedHierarchy

public SupportedHierarchy[] getSupportedHierarchy()
Method getSupportedHierarchy.Returns the contents of the collection in an Array.

Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.

Returns:
this collection as an Array

getSupportedHierarchyCount

public int getSupportedHierarchyCount()
Method getSupportedHierarchyCount.

Returns:
the size of this collection

getSupportedLanguage

public SupportedLanguage getSupportedLanguage(int index)
                                       throws java.lang.IndexOutOfBoundsException
Method getSupportedLanguage.

Parameters:
index -
Returns:
the value of the org.LexGrid.naming.SupportedLanguage at the given index
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

getSupportedLanguage

public SupportedLanguage[] getSupportedLanguage()
Method getSupportedLanguage.Returns the contents of the collection in an Array.

Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.

Returns:
this collection as an Array

getSupportedLanguageCount

public int getSupportedLanguageCount()
Method getSupportedLanguageCount.

Returns:
the size of this collection

getSupportedNamespace

public SupportedNamespace getSupportedNamespace(int index)
                                         throws java.lang.IndexOutOfBoundsException
Method getSupportedNamespace.

Parameters:
index -
Returns:
the value of the org.LexGrid.naming.SupportedNamespace at the given index
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

getSupportedNamespace

public SupportedNamespace[] getSupportedNamespace()
Method getSupportedNamespace.Returns the contents of the collection in an Array.

Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.

Returns:
this collection as an Array

getSupportedNamespaceCount

public int getSupportedNamespaceCount()
Method getSupportedNamespaceCount.

Returns:
the size of this collection

getSupportedProperty

public SupportedProperty getSupportedProperty(int index)
                                       throws java.lang.IndexOutOfBoundsException
Method getSupportedProperty.

Parameters:
index -
Returns:
the value of the org.LexGrid.naming.SupportedProperty at the given index
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

getSupportedProperty

public SupportedProperty[] getSupportedProperty()
Method getSupportedProperty.Returns the contents of the collection in an Array.

Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.

Returns:
this collection as an Array

getSupportedPropertyCount

public int getSupportedPropertyCount()
Method getSupportedPropertyCount.

Returns:
the size of this collection

getSupportedPropertyLink

public SupportedPropertyLink getSupportedPropertyLink(int index)
                                               throws java.lang.IndexOutOfBoundsException
Method getSupportedPropertyLink.

Parameters:
index -
Returns:
the value of the org.LexGrid.naming.SupportedPropertyLink at the given index
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

getSupportedPropertyLink

public SupportedPropertyLink[] getSupportedPropertyLink()
Method getSupportedPropertyLink.Returns the contents of the collection in an Array.

Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.

Returns:
this collection as an Array

getSupportedPropertyLinkCount

public int getSupportedPropertyLinkCount()
Method getSupportedPropertyLinkCount.

Returns:
the size of this collection

getSupportedPropertyQualifier

public SupportedPropertyQualifier getSupportedPropertyQualifier(int index)
                                                         throws java.lang.IndexOutOfBoundsException
Method getSupportedPropertyQualifier.

Parameters:
index -
Returns:
the value of the org.LexGrid.naming.SupportedPropertyQualifier at the given index
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

getSupportedPropertyQualifier

public SupportedPropertyQualifier[] getSupportedPropertyQualifier()
Method getSupportedPropertyQualifier.Returns the contents of the collection in an Array.

Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.

Returns:
this collection as an Array

getSupportedPropertyQualifierCount

public int getSupportedPropertyQualifierCount()
Method getSupportedPropertyQualifierCount.

Returns:
the size of this collection

getSupportedPropertyQualifierType

public SupportedPropertyQualifierType getSupportedPropertyQualifierType(int index)
                                                                 throws java.lang.IndexOutOfBoundsException
Method getSupportedPropertyQualifierType.

Parameters:
index -
Returns:
the value of the org.LexGrid.naming.SupportedPropertyQualifierType at the given index
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

getSupportedPropertyQualifierType

public SupportedPropertyQualifierType[] getSupportedPropertyQualifierType()
Method getSupportedPropertyQualifierType.Returns the contents of the collection in an Array.

Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.

Returns:
this collection as an Array

getSupportedPropertyQualifierTypeCount

public int getSupportedPropertyQualifierTypeCount()
Method getSupportedPropertyQualifierTypeCount.

Returns:
the size of this collection

getSupportedPropertyType

public SupportedPropertyType getSupportedPropertyType(int index)
                                               throws java.lang.IndexOutOfBoundsException
Method getSupportedPropertyType.

Parameters:
index -
Returns:
the value of the org.LexGrid.naming.SupportedPropertyType at the given index
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

getSupportedPropertyType

public SupportedPropertyType[] getSupportedPropertyType()
Method getSupportedPropertyType.Returns the contents of the collection in an Array.

Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.

Returns:
this collection as an Array

getSupportedPropertyTypeCount

public int getSupportedPropertyTypeCount()
Method getSupportedPropertyTypeCount.

Returns:
the size of this collection

getSupportedRepresentationalForm

public SupportedRepresentationalForm getSupportedRepresentationalForm(int index)
                                                               throws java.lang.IndexOutOfBoundsException
Method getSupportedRepresentationalForm.

Parameters:
index -
Returns:
the value of the org.LexGrid.naming.SupportedRepresentationalForm at the given index
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

getSupportedRepresentationalForm

public SupportedRepresentationalForm[] getSupportedRepresentationalForm()
Method getSupportedRepresentationalForm.Returns the contents of the collection in an Array.

Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.

Returns:
this collection as an Array

getSupportedRepresentationalFormCount

public int getSupportedRepresentationalFormCount()
Method getSupportedRepresentationalFormCount.

Returns:
the size of this collection

getSupportedSortOrder

public SupportedSortOrder getSupportedSortOrder(int index)
                                         throws java.lang.IndexOutOfBoundsException
Method getSupportedSortOrder.

Parameters:
index -
Returns:
the value of the org.LexGrid.naming.SupportedSortOrder at the given index
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

getSupportedSortOrder

public SupportedSortOrder[] getSupportedSortOrder()
Method getSupportedSortOrder.Returns the contents of the collection in an Array.

Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.

Returns:
this collection as an Array

getSupportedSortOrderCount

public int getSupportedSortOrderCount()
Method getSupportedSortOrderCount.

Returns:
the size of this collection

getSupportedSource

public SupportedSource getSupportedSource(int index)
                                   throws java.lang.IndexOutOfBoundsException
Method getSupportedSource.

Parameters:
index -
Returns:
the value of the org.LexGrid.naming.SupportedSource at the given index
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

getSupportedSource

public SupportedSource[] getSupportedSource()
Method getSupportedSource.Returns the contents of the collection in an Array.

Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.

Returns:
this collection as an Array

getSupportedSourceCount

public int getSupportedSourceCount()
Method getSupportedSourceCount.

Returns:
the size of this collection

getSupportedSourceRole

public SupportedSourceRole getSupportedSourceRole(int index)
                                           throws java.lang.IndexOutOfBoundsException
Method getSupportedSourceRole.

Parameters:
index -
Returns:
the value of the org.LexGrid.naming.SupportedSourceRole at the given index
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

getSupportedSourceRole

public SupportedSourceRole[] getSupportedSourceRole()
Method getSupportedSourceRole.Returns the contents of the collection in an Array.

Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.

Returns:
this collection as an Array

getSupportedSourceRoleCount

public int getSupportedSourceRoleCount()
Method getSupportedSourceRoleCount.

Returns:
the size of this collection

getSupportedStatus

public SupportedStatus getSupportedStatus(int index)
                                   throws java.lang.IndexOutOfBoundsException
Method getSupportedStatus.

Parameters:
index -
Returns:
the value of the org.LexGrid.naming.SupportedStatus at the given index
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

getSupportedStatus

public SupportedStatus[] getSupportedStatus()
Method getSupportedStatus.Returns the contents of the collection in an Array.

Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.

Returns:
this collection as an Array

getSupportedStatusCount

public int getSupportedStatusCount()
Method getSupportedStatusCount.

Returns:
the size of this collection

isValid

public boolean isValid()
Method isValid.

Returns:
true if this object is valid according to the schema

iterateSupportedAssociation

public java.util.Iterator<SupportedAssociation> iterateSupportedAssociation()
Method iterateSupportedAssociation.

Returns:
an Iterator over all possible elements in this collection

iterateSupportedAssociationQualifier

public java.util.Iterator<SupportedAssociationQualifier> iterateSupportedAssociationQualifier()
Method iterateSupportedAssociationQualifier.

Returns:
an Iterator over all possible elements in this collection

iterateSupportedCodingScheme

public java.util.Iterator<SupportedCodingScheme> iterateSupportedCodingScheme()
Method iterateSupportedCodingScheme.

Returns:
an Iterator over all possible elements in this collection

iterateSupportedContainer

public java.util.Iterator<SupportedContainerName> iterateSupportedContainer()
Method iterateSupportedContainer.

Returns:
an Iterator over all possible elements in this collection

iterateSupportedContext

public java.util.Iterator<SupportedContext> iterateSupportedContext()
Method iterateSupportedContext.

Returns:
an Iterator over all possible elements in this collection

iterateSupportedDataType

public java.util.Iterator<SupportedDataType> iterateSupportedDataType()
Method iterateSupportedDataType.

Returns:
an Iterator over all possible elements in this collection

iterateSupportedDegreeOfFidelity

public java.util.Iterator<SupportedDegreeOfFidelity> iterateSupportedDegreeOfFidelity()
Method iterateSupportedDegreeOfFidelity.

Returns:
an Iterator over all possible elements in this collection

iterateSupportedEntityType

public java.util.Iterator<SupportedEntityType> iterateSupportedEntityType()
Method iterateSupportedEntityType.

Returns:
an Iterator over all possible elements in this collection

iterateSupportedHierarchy

public java.util.Iterator<SupportedHierarchy> iterateSupportedHierarchy()
Method iterateSupportedHierarchy.

Returns:
an Iterator over all possible elements in this collection

iterateSupportedLanguage

public java.util.Iterator<SupportedLanguage> iterateSupportedLanguage()
Method iterateSupportedLanguage.

Returns:
an Iterator over all possible elements in this collection

iterateSupportedNamespace

public java.util.Iterator<SupportedNamespace> iterateSupportedNamespace()
Method iterateSupportedNamespace.

Returns:
an Iterator over all possible elements in this collection

iterateSupportedProperty

public java.util.Iterator<SupportedProperty> iterateSupportedProperty()
Method iterateSupportedProperty.

Returns:
an Iterator over all possible elements in this collection

iterateSupportedPropertyLink

public java.util.Iterator<SupportedPropertyLink> iterateSupportedPropertyLink()
Method iterateSupportedPropertyLink.

Returns:
an Iterator over all possible elements in this collection

iterateSupportedPropertyQualifier

public java.util.Iterator<SupportedPropertyQualifier> iterateSupportedPropertyQualifier()
Method iterateSupportedPropertyQualifier.

Returns:
an Iterator over all possible elements in this collection

iterateSupportedPropertyQualifierType

public java.util.Iterator<SupportedPropertyQualifierType> iterateSupportedPropertyQualifierType()
Method iterateSupportedPropertyQualifierType.

Returns:
an Iterator over all possible elements in this collection

iterateSupportedPropertyType

public java.util.Iterator<SupportedPropertyType> iterateSupportedPropertyType()
Method iterateSupportedPropertyType.

Returns:
an Iterator over all possible elements in this collection

iterateSupportedRepresentationalForm

public java.util.Iterator<SupportedRepresentationalForm> iterateSupportedRepresentationalForm()
Method iterateSupportedRepresentationalForm.

Returns:
an Iterator over all possible elements in this collection

iterateSupportedSortOrder

public java.util.Iterator<SupportedSortOrder> iterateSupportedSortOrder()
Method iterateSupportedSortOrder.

Returns:
an Iterator over all possible elements in this collection

iterateSupportedSource

public java.util.Iterator<SupportedSource> iterateSupportedSource()
Method iterateSupportedSource.

Returns:
an Iterator over all possible elements in this collection

iterateSupportedSourceRole

public java.util.Iterator<SupportedSourceRole> iterateSupportedSourceRole()
Method iterateSupportedSourceRole.

Returns:
an Iterator over all possible elements in this collection

iterateSupportedStatus

public java.util.Iterator<SupportedStatus> iterateSupportedStatus()
Method iterateSupportedStatus.

Returns:
an Iterator over all possible elements in this collection

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException - if object is null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this object is an invalid instance according to the schema

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
handler -
Throws:
java.io.IOException - if an IOException occurs during marshaling
org.exolab.castor.xml.ValidationException - if this object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException - if object is null or if any SAXException is thrown during marshaling

removeAllSupportedAssociation

public void removeAllSupportedAssociation()

removeAllSupportedAssociationQualifier

public void removeAllSupportedAssociationQualifier()

removeAllSupportedCodingScheme

public void removeAllSupportedCodingScheme()

removeAllSupportedContainer

public void removeAllSupportedContainer()

removeAllSupportedContext

public void removeAllSupportedContext()

removeAllSupportedDataType

public void removeAllSupportedDataType()

removeAllSupportedDegreeOfFidelity

public void removeAllSupportedDegreeOfFidelity()

removeAllSupportedEntityType

public void removeAllSupportedEntityType()

removeAllSupportedHierarchy

public void removeAllSupportedHierarchy()

removeAllSupportedLanguage

public void removeAllSupportedLanguage()

removeAllSupportedNamespace

public void removeAllSupportedNamespace()

removeAllSupportedProperty

public void removeAllSupportedProperty()

removeAllSupportedPropertyLink

public void removeAllSupportedPropertyLink()

removeAllSupportedPropertyQualifier

public void removeAllSupportedPropertyQualifier()

removeAllSupportedPropertyQualifierType

public void removeAllSupportedPropertyQualifierType()

removeAllSupportedPropertyType

public void removeAllSupportedPropertyType()

removeAllSupportedRepresentationalForm

public void removeAllSupportedRepresentationalForm()

removeAllSupportedSortOrder

public void removeAllSupportedSortOrder()

removeAllSupportedSource

public void removeAllSupportedSource()

removeAllSupportedSourceRole

public void removeAllSupportedSourceRole()

removeAllSupportedStatus

public void removeAllSupportedStatus()

removeSupportedAssociation

public boolean removeSupportedAssociation(SupportedAssociation vSupportedAssociation)
Method removeSupportedAssociation.

Parameters:
vSupportedAssociation -
Returns:
true if the object was removed from the collection.

removeSupportedAssociationAt

public SupportedAssociation removeSupportedAssociationAt(int index)
Method removeSupportedAssociationAt.

Parameters:
index -
Returns:
the element removed from the collection

removeSupportedAssociationQualifier

public boolean removeSupportedAssociationQualifier(SupportedAssociationQualifier vSupportedAssociationQualifier)
Method removeSupportedAssociationQualifier.

Parameters:
vSupportedAssociationQualifier -
Returns:
true if the object was removed from the collection.

removeSupportedAssociationQualifierAt

public SupportedAssociationQualifier removeSupportedAssociationQualifierAt(int index)
Method removeSupportedAssociationQualifierAt.

Parameters:
index -
Returns:
the element removed from the collection

removeSupportedCodingScheme

public boolean removeSupportedCodingScheme(SupportedCodingScheme vSupportedCodingScheme)
Method removeSupportedCodingScheme.

Parameters:
vSupportedCodingScheme -
Returns:
true if the object was removed from the collection.

removeSupportedCodingSchemeAt

public SupportedCodingScheme removeSupportedCodingSchemeAt(int index)
Method removeSupportedCodingSchemeAt.

Parameters:
index -
Returns:
the element removed from the collection

removeSupportedContainer

public boolean removeSupportedContainer(SupportedContainerName vSupportedContainer)
Method removeSupportedContainer.

Parameters:
vSupportedContainer -
Returns:
true if the object was removed from the collection.

removeSupportedContainerAt

public SupportedContainerName removeSupportedContainerAt(int index)
Method removeSupportedContainerAt.

Parameters:
index -
Returns:
the element removed from the collection

removeSupportedContext

public boolean removeSupportedContext(SupportedContext vSupportedContext)
Method removeSupportedContext.

Parameters:
vSupportedContext -
Returns:
true if the object was removed from the collection.

removeSupportedContextAt

public SupportedContext removeSupportedContextAt(int index)
Method removeSupportedContextAt.

Parameters:
index -
Returns:
the element removed from the collection

removeSupportedDataType

public boolean removeSupportedDataType(SupportedDataType vSupportedDataType)
Method removeSupportedDataType.

Parameters:
vSupportedDataType -
Returns:
true if the object was removed from the collection.

removeSupportedDataTypeAt

public SupportedDataType removeSupportedDataTypeAt(int index)
Method removeSupportedDataTypeAt.

Parameters:
index -
Returns:
the element removed from the collection

removeSupportedDegreeOfFidelity

public boolean removeSupportedDegreeOfFidelity(SupportedDegreeOfFidelity vSupportedDegreeOfFidelity)
Method removeSupportedDegreeOfFidelity.

Parameters:
vSupportedDegreeOfFidelity -
Returns:
true if the object was removed from the collection.

removeSupportedDegreeOfFidelityAt

public SupportedDegreeOfFidelity removeSupportedDegreeOfFidelityAt(int index)
Method removeSupportedDegreeOfFidelityAt.

Parameters:
index -
Returns:
the element removed from the collection

removeSupportedEntityType

public boolean removeSupportedEntityType(SupportedEntityType vSupportedEntityType)
Method removeSupportedEntityType.

Parameters:
vSupportedEntityType -
Returns:
true if the object was removed from the collection.

removeSupportedEntityTypeAt

public SupportedEntityType removeSupportedEntityTypeAt(int index)
Method removeSupportedEntityTypeAt.

Parameters:
index -
Returns:
the element removed from the collection

removeSupportedHierarchy

public boolean removeSupportedHierarchy(SupportedHierarchy vSupportedHierarchy)
Method removeSupportedHierarchy.

Parameters:
vSupportedHierarchy -
Returns:
true if the object was removed from the collection.

removeSupportedHierarchyAt

public SupportedHierarchy removeSupportedHierarchyAt(int index)
Method removeSupportedHierarchyAt.

Parameters:
index -
Returns:
the element removed from the collection

removeSupportedLanguage

public boolean removeSupportedLanguage(SupportedLanguage vSupportedLanguage)
Method removeSupportedLanguage.

Parameters:
vSupportedLanguage -
Returns:
true if the object was removed from the collection.

removeSupportedLanguageAt

public SupportedLanguage removeSupportedLanguageAt(int index)
Method removeSupportedLanguageAt.

Parameters:
index -
Returns:
the element removed from the collection

removeSupportedNamespace

public boolean removeSupportedNamespace(SupportedNamespace vSupportedNamespace)
Method removeSupportedNamespace.

Parameters:
vSupportedNamespace -
Returns:
true if the object was removed from the collection.

removeSupportedNamespaceAt

public SupportedNamespace removeSupportedNamespaceAt(int index)
Method removeSupportedNamespaceAt.

Parameters:
index -
Returns:
the element removed from the collection

removeSupportedProperty

public boolean removeSupportedProperty(SupportedProperty vSupportedProperty)
Method removeSupportedProperty.

Parameters:
vSupportedProperty -
Returns:
true if the object was removed from the collection.

removeSupportedPropertyAt

public SupportedProperty removeSupportedPropertyAt(int index)
Method removeSupportedPropertyAt.

Parameters:
index -
Returns:
the element removed from the collection

removeSupportedPropertyLink

public boolean removeSupportedPropertyLink(SupportedPropertyLink vSupportedPropertyLink)
Method removeSupportedPropertyLink.

Parameters:
vSupportedPropertyLink -
Returns:
true if the object was removed from the collection.

removeSupportedPropertyLinkAt

public SupportedPropertyLink removeSupportedPropertyLinkAt(int index)
Method removeSupportedPropertyLinkAt.

Parameters:
index -
Returns:
the element removed from the collection

removeSupportedPropertyQualifier

public boolean removeSupportedPropertyQualifier(SupportedPropertyQualifier vSupportedPropertyQualifier)
Method removeSupportedPropertyQualifier.

Parameters:
vSupportedPropertyQualifier -
Returns:
true if the object was removed from the collection.

removeSupportedPropertyQualifierAt

public SupportedPropertyQualifier removeSupportedPropertyQualifierAt(int index)
Method removeSupportedPropertyQualifierAt.

Parameters:
index -
Returns:
the element removed from the collection

removeSupportedPropertyQualifierType

public boolean removeSupportedPropertyQualifierType(SupportedPropertyQualifierType vSupportedPropertyQualifierType)
Method removeSupportedPropertyQualifierType.

Parameters:
vSupportedPropertyQualifierType -
Returns:
true if the object was removed from the collection.

removeSupportedPropertyQualifierTypeAt

public SupportedPropertyQualifierType removeSupportedPropertyQualifierTypeAt(int index)
Method removeSupportedPropertyQualifierTypeAt.

Parameters:
index -
Returns:
the element removed from the collection

removeSupportedPropertyType

public boolean removeSupportedPropertyType(SupportedPropertyType vSupportedPropertyType)
Method removeSupportedPropertyType.

Parameters:
vSupportedPropertyType -
Returns:
true if the object was removed from the collection.

removeSupportedPropertyTypeAt

public SupportedPropertyType removeSupportedPropertyTypeAt(int index)
Method removeSupportedPropertyTypeAt.

Parameters:
index -
Returns:
the element removed from the collection

removeSupportedRepresentationalForm

public boolean removeSupportedRepresentationalForm(SupportedRepresentationalForm vSupportedRepresentationalForm)
Method removeSupportedRepresentationalForm.

Parameters:
vSupportedRepresentationalForm -
Returns:
true if the object was removed from the collection.

removeSupportedRepresentationalFormAt

public SupportedRepresentationalForm removeSupportedRepresentationalFormAt(int index)
Method removeSupportedRepresentationalFormAt.

Parameters:
index -
Returns:
the element removed from the collection

removeSupportedSortOrder

public boolean removeSupportedSortOrder(SupportedSortOrder vSupportedSortOrder)
Method removeSupportedSortOrder.

Parameters:
vSupportedSortOrder -
Returns:
true if the object was removed from the collection.

removeSupportedSortOrderAt

public SupportedSortOrder removeSupportedSortOrderAt(int index)
Method removeSupportedSortOrderAt.

Parameters:
index -
Returns:
the element removed from the collection

removeSupportedSource

public boolean removeSupportedSource(SupportedSource vSupportedSource)
Method removeSupportedSource.

Parameters:
vSupportedSource -
Returns:
true if the object was removed from the collection.

removeSupportedSourceAt

public SupportedSource removeSupportedSourceAt(int index)
Method removeSupportedSourceAt.

Parameters:
index -
Returns:
the element removed from the collection

removeSupportedSourceRole

public boolean removeSupportedSourceRole(SupportedSourceRole vSupportedSourceRole)
Method removeSupportedSourceRole.

Parameters:
vSupportedSourceRole -
Returns:
true if the object was removed from the collection.

removeSupportedSourceRoleAt

public SupportedSourceRole removeSupportedSourceRoleAt(int index)
Method removeSupportedSourceRoleAt.

Parameters:
index -
Returns:
the element removed from the collection

removeSupportedStatus

public boolean removeSupportedStatus(SupportedStatus vSupportedStatus)
Method removeSupportedStatus.

Parameters:
vSupportedStatus -
Returns:
true if the object was removed from the collection.

removeSupportedStatusAt

public SupportedStatus removeSupportedStatusAt(int index)
Method removeSupportedStatusAt.

Parameters:
index -
Returns:
the element removed from the collection

setSupportedAssociation

public void setSupportedAssociation(int index,
                                    SupportedAssociation vSupportedAssociation)
                             throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedAssociation -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

setSupportedAssociation

public void setSupportedAssociation(SupportedAssociation[] vSupportedAssociationArray)
Parameters:
vSupportedAssociationArray -

setSupportedAssociationQualifier

public void setSupportedAssociationQualifier(int index,
                                             SupportedAssociationQualifier vSupportedAssociationQualifier)
                                      throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedAssociationQualifier -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

setSupportedAssociationQualifier

public void setSupportedAssociationQualifier(SupportedAssociationQualifier[] vSupportedAssociationQualifierArray)
Parameters:
vSupportedAssociationQualifierArray -

setSupportedCodingScheme

public void setSupportedCodingScheme(int index,
                                     SupportedCodingScheme vSupportedCodingScheme)
                              throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedCodingScheme -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

setSupportedCodingScheme

public void setSupportedCodingScheme(SupportedCodingScheme[] vSupportedCodingSchemeArray)
Parameters:
vSupportedCodingSchemeArray -

setSupportedContainer

public void setSupportedContainer(int index,
                                  SupportedContainerName vSupportedContainer)
                           throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedContainer -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

setSupportedContainer

public void setSupportedContainer(SupportedContainerName[] vSupportedContainerArray)
Parameters:
vSupportedContainerArray -

setSupportedContext

public void setSupportedContext(int index,
                                SupportedContext vSupportedContext)
                         throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedContext -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

setSupportedContext

public void setSupportedContext(SupportedContext[] vSupportedContextArray)
Parameters:
vSupportedContextArray -

setSupportedDataType

public void setSupportedDataType(int index,
                                 SupportedDataType vSupportedDataType)
                          throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedDataType -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

setSupportedDataType

public void setSupportedDataType(SupportedDataType[] vSupportedDataTypeArray)
Parameters:
vSupportedDataTypeArray -

setSupportedDegreeOfFidelity

public void setSupportedDegreeOfFidelity(int index,
                                         SupportedDegreeOfFidelity vSupportedDegreeOfFidelity)
                                  throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedDegreeOfFidelity -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

setSupportedDegreeOfFidelity

public void setSupportedDegreeOfFidelity(SupportedDegreeOfFidelity[] vSupportedDegreeOfFidelityArray)
Parameters:
vSupportedDegreeOfFidelityArray -

setSupportedEntityType

public void setSupportedEntityType(int index,
                                   SupportedEntityType vSupportedEntityType)
                            throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedEntityType -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

setSupportedEntityType

public void setSupportedEntityType(SupportedEntityType[] vSupportedEntityTypeArray)
Parameters:
vSupportedEntityTypeArray -

setSupportedHierarchy

public void setSupportedHierarchy(int index,
                                  SupportedHierarchy vSupportedHierarchy)
                           throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedHierarchy -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

setSupportedHierarchy

public void setSupportedHierarchy(SupportedHierarchy[] vSupportedHierarchyArray)
Parameters:
vSupportedHierarchyArray -

setSupportedLanguage

public void setSupportedLanguage(int index,
                                 SupportedLanguage vSupportedLanguage)
                          throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedLanguage -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

setSupportedLanguage

public void setSupportedLanguage(SupportedLanguage[] vSupportedLanguageArray)
Parameters:
vSupportedLanguageArray -

setSupportedNamespace

public void setSupportedNamespace(int index,
                                  SupportedNamespace vSupportedNamespace)
                           throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedNamespace -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

setSupportedNamespace

public void setSupportedNamespace(SupportedNamespace[] vSupportedNamespaceArray)
Parameters:
vSupportedNamespaceArray -

setSupportedProperty

public void setSupportedProperty(int index,
                                 SupportedProperty vSupportedProperty)
                          throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedProperty -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

setSupportedProperty

public void setSupportedProperty(SupportedProperty[] vSupportedPropertyArray)
Parameters:
vSupportedPropertyArray -

setSupportedPropertyLink

public void setSupportedPropertyLink(int index,
                                     SupportedPropertyLink vSupportedPropertyLink)
                              throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedPropertyLink -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

setSupportedPropertyLink

public void setSupportedPropertyLink(SupportedPropertyLink[] vSupportedPropertyLinkArray)
Parameters:
vSupportedPropertyLinkArray -

setSupportedPropertyQualifier

public void setSupportedPropertyQualifier(int index,
                                          SupportedPropertyQualifier vSupportedPropertyQualifier)
                                   throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedPropertyQualifier -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

setSupportedPropertyQualifier

public void setSupportedPropertyQualifier(SupportedPropertyQualifier[] vSupportedPropertyQualifierArray)
Parameters:
vSupportedPropertyQualifierArray -

setSupportedPropertyQualifierType

public void setSupportedPropertyQualifierType(int index,
                                              SupportedPropertyQualifierType vSupportedPropertyQualifierType)
                                       throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedPropertyQualifierType -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

setSupportedPropertyQualifierType

public void setSupportedPropertyQualifierType(SupportedPropertyQualifierType[] vSupportedPropertyQualifierTypeArray)
Parameters:
vSupportedPropertyQualifierTypeArray -

setSupportedPropertyType

public void setSupportedPropertyType(int index,
                                     SupportedPropertyType vSupportedPropertyType)
                              throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedPropertyType -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

setSupportedPropertyType

public void setSupportedPropertyType(SupportedPropertyType[] vSupportedPropertyTypeArray)
Parameters:
vSupportedPropertyTypeArray -

setSupportedRepresentationalForm

public void setSupportedRepresentationalForm(int index,
                                             SupportedRepresentationalForm vSupportedRepresentationalForm)
                                      throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedRepresentationalForm -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

setSupportedRepresentationalForm

public void setSupportedRepresentationalForm(SupportedRepresentationalForm[] vSupportedRepresentationalFormArray)
Parameters:
vSupportedRepresentationalFormArray -

setSupportedSortOrder

public void setSupportedSortOrder(int index,
                                  SupportedSortOrder vSupportedSortOrder)
                           throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedSortOrder -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

setSupportedSortOrder

public void setSupportedSortOrder(SupportedSortOrder[] vSupportedSortOrderArray)
Parameters:
vSupportedSortOrderArray -

setSupportedSource

public void setSupportedSource(int index,
                               SupportedSource vSupportedSource)
                        throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedSource -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

setSupportedSource

public void setSupportedSource(SupportedSource[] vSupportedSourceArray)
Parameters:
vSupportedSourceArray -

setSupportedSourceRole

public void setSupportedSourceRole(int index,
                                   SupportedSourceRole vSupportedSourceRole)
                            throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedSourceRole -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

setSupportedSourceRole

public void setSupportedSourceRole(SupportedSourceRole[] vSupportedSourceRoleArray)
Parameters:
vSupportedSourceRoleArray -

setSupportedStatus

public void setSupportedStatus(int index,
                               SupportedStatus vSupportedStatus)
                        throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vSupportedStatus -
Throws:
java.lang.IndexOutOfBoundsException - if the index given is outside the bounds of the collection

setSupportedStatus

public void setSupportedStatus(SupportedStatus[] vSupportedStatusArray)
Parameters:
vSupportedStatusArray -

unmarshalMappings

public static Mappings unmarshalMappings(java.io.Reader reader)
                                  throws org.exolab.castor.xml.MarshalException,
                                         org.exolab.castor.xml.ValidationException
Method unmarshalMappings.

Parameters:
reader -
Returns:
the unmarshaled org.LexGrid.naming.Mappings
Throws:
org.exolab.castor.xml.MarshalException - if object is null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this object is an invalid instance according to the schema

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Throws:
org.exolab.castor.xml.ValidationException - if this object is an invalid instance according to the schema

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.