com.ibm.commerce.member.facade.datatypes

Interface SyncPersonDataAreaType



  • public interface SyncPersonDataAreaType
    A representation of the model object 'Sync Person Data Area Type'. Type definition of the SyncPerson BOD's data area.

    The following features are supported:

    See Also:
    MemberPackage.getSyncPersonDataAreaType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.util.List getPerson()
      Returns the value of the 'Person' 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.getSyncPersonDataAreaType_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()
      • getPerson

        java.util.List getPerson()
        Returns the value of the 'Person' containment reference list. The list contents are of type PersonType. The Person noun.
        Returns:
        the value of the 'Person' containment reference list.
        See Also:
        MemberPackage.getSyncPersonDataAreaType_Person()