com.ibm.commerce.member.facade.datatypes

Interface SyncOrganizationDataAreaType



  • public interface SyncOrganizationDataAreaType
    A representation of the model object 'Sync Organization Data Area Type'. Type definition of the SyncOrganization BOD's data area.

    The following features are supported:

    See Also:
    MemberPackage.getSyncOrganizationDataAreaType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.util.List getOrganization()
      Returns the value of the 'Organization' containment reference list.
      com.ibm.commerce.oagis9.datatypes.SyncType getSync()
      Returns the value of the 'Sync' containment reference.
      void setSync(com.ibm.commerce.oagis9.datatypes.SyncType value)
      Sets the value of the 'Sync' containment reference.
    • Method Detail

      • getSync

        com.ibm.commerce.oagis9.datatypes.SyncType getSync()
        Returns the value of the 'Sync' containment reference. The Sync verb.
        Returns:
        the value of the 'Sync' containment reference.
        See Also:
        setSync(SyncType), MemberPackage.getSyncOrganizationDataAreaType_Sync()
      • setSync

        void setSync(com.ibm.commerce.oagis9.datatypes.SyncType value)
        Sets the value of the 'Sync' containment reference.
        Parameters:
        value - the new value of the 'Sync' containment reference.
        See Also:
        getSync()
      • getOrganization

        java.util.List getOrganization()
        Returns the value of the 'Organization' containment reference list. The list contents are of type OrganizationType. The Organization noun.
        Returns:
        the value of the 'Organization' containment reference list.
        See Also:
        MemberPackage.getSyncOrganizationDataAreaType_Organization()