com.ibm.commerce.oagis9.datatypes

Interface BusinessObjectDocumentType

    • Method Detail

      • getApplicationArea

        ApplicationAreaType getApplicationArea()
        Returns the value of the 'Application Area' containment reference. Provides the information that an application may need to know in order to communicate in an integration of two or more business applications. The ApplicationArea is used at the applications layer of communication. While the integration frameworks web services and middleware provide the communication layer that OAGIS operates on top of.
        Returns:
        the value of the 'Application Area' containment reference.
        See Also:
        setApplicationArea(ApplicationAreaType), Oagis9Package.getBusinessObjectDocumentType_ApplicationArea()
      • getLanguageCode

        java.lang.String getLanguageCode()
        Returns the value of the 'Language Code' attribute. The default value is "en-US". Indicates the language that the contents of the BOD is in unless otherwise stated.
        Returns:
        the value of the 'Language Code' attribute.
        See Also:
        isSetLanguageCode(), unsetLanguageCode(), setLanguageCode(String), Oagis9Package.getBusinessObjectDocumentType_LanguageCode()
      • getReleaseID

        java.lang.String getReleaseID()
        Returns the value of the 'Release ID' attribute. OAGIS Release this BOD Instances belongs or the OAGIS release that the derivative work is based on.
        Returns:
        the value of the 'Release ID' attribute.
        See Also:
        setReleaseID(String), Oagis9Package.getBusinessObjectDocumentType_ReleaseID()
      • setReleaseID

        void setReleaseID(java.lang.String value)
        Sets the value of the 'Release ID' attribute.
        Parameters:
        value - the new value of the 'Release ID' attribute.
        See Also:
        getReleaseID()
      • getSystemEnvironmentCode

        java.lang.Object getSystemEnvironmentCode()
        Returns the value of the 'System Environment Code' attribute. The default value is "Production". Indicates whether this BOD is being sent in a "Test" or a "Production" mode. If the BOD is being sent in a test mode, it's information should not affect the business operation. However, if the BOD is sent in "Production" mode it is assumed that all test has been complete and the contents of the BOD are to affect the operation of the receiving business application(s).
        Returns:
        the value of the 'System Environment Code' attribute.
        See Also:
        isSetSystemEnvironmentCode(), unsetSystemEnvironmentCode(), setSystemEnvironmentCode(Object), Oagis9Package.getBusinessObjectDocumentType_SystemEnvironmentCode()
      • getVersionID

        java.lang.String getVersionID()
        Returns the value of the 'Version ID' attribute. Indicates the version of the given BOD defintion.
        Returns:
        the value of the 'Version ID' attribute.
        See Also:
        setVersionID(String), Oagis9Package.getBusinessObjectDocumentType_VersionID()
      • setVersionID

        void setVersionID(java.lang.String value)
        Sets the value of the 'Version ID' attribute.
        Parameters:
        value - the new value of the 'Version ID' attribute.
        See Also:
        getVersionID()