Class DDAssociationExternal


  • public class DDAssociationExternal
    extends java.lang.Object
    The DD_Association_External class defines the association between classes and attributes within the local data dictionary and those external to the local data dictionary.

    Java class for DD_Association_External complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="DD_Association_External">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://pds.nasa.gov/pds4/pds/v1}name"/>
             <element name="namespace_id" type="{http://pds.nasa.gov/pds4/pds/v1}namespace_id"/>
             <element name="reference_type" type="{http://pds.nasa.gov/pds4/pds/v1}reference_type"/>
             <element name="minimum_occurrences" type="{http://pds.nasa.gov/pds4/pds/v1}minimum_occurrences"/>
             <element name="maximum_occurrences" type="{http://pds.nasa.gov/pds4/pds/v1}maximum_occurrences"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMaximumOccurrences()
      Gets the value of the maximumOccurrences property.
      java.lang.String getMinimumOccurrences()
      Gets the value of the minimumOccurrences property.
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.String getNamespaceId()
      Gets the value of the namespaceId property.
      java.lang.String getReferenceType()
      Gets the value of the referenceType property.
      void setMaximumOccurrences​(java.lang.String value)
      Sets the value of the maximumOccurrences property.
      void setMinimumOccurrences​(java.lang.String value)
      Sets the value of the minimumOccurrences property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setNamespaceId​(java.lang.String value)
      Sets the value of the namespaceId property.
      void setReferenceType​(java.lang.String value)
      Sets the value of the referenceType property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        protected java.lang.String name
      • namespaceId

        protected java.lang.String namespaceId
      • referenceType

        protected java.lang.String referenceType
      • minimumOccurrences

        protected java.lang.String minimumOccurrences
      • maximumOccurrences

        protected java.lang.String maximumOccurrences
    • Constructor Detail

      • DDAssociationExternal

        public DDAssociationExternal()
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getNamespaceId

        public java.lang.String getNamespaceId()
        Gets the value of the namespaceId property.
        Returns:
        possible object is String
      • setNamespaceId

        public void setNamespaceId​(java.lang.String value)
        Sets the value of the namespaceId property.
        Parameters:
        value - allowed object is String
      • getReferenceType

        public java.lang.String getReferenceType()
        Gets the value of the referenceType property.
        Returns:
        possible object is String
      • setReferenceType

        public void setReferenceType​(java.lang.String value)
        Sets the value of the referenceType property.
        Parameters:
        value - allowed object is String
      • getMinimumOccurrences

        public java.lang.String getMinimumOccurrences()
        Gets the value of the minimumOccurrences property.
        Returns:
        possible object is String
      • setMinimumOccurrences

        public void setMinimumOccurrences​(java.lang.String value)
        Sets the value of the minimumOccurrences property.
        Parameters:
        value - allowed object is String
      • getMaximumOccurrences

        public java.lang.String getMaximumOccurrences()
        Gets the value of the maximumOccurrences property.
        Returns:
        possible object is String
      • setMaximumOccurrences

        public void setMaximumOccurrences​(java.lang.String value)
        Sets the value of the maximumOccurrences property.
        Parameters:
        value - allowed object is String