com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class AssociatedPersonsList

    • Constructor Detail

      • AssociatedPersonsList

        public AssociatedPersonsList()
    • Method Detail

      • getSpouse

        public final String getSpouse()

        Spouse

      • setSpouse

        public final void setSpouse(String value)

        Spouse

      • getChild

        public final String getChild()

        Child

      • setChild

        public final void setChild(String value)

        Child

      • getMother

        public final String getMother()

        Mother

      • setMother

        public final void setMother(String value)

        Mother

      • getFather

        public final String getFather()

        Father

      • setFather

        public final void setFather(String value)

        Father

      • getParent

        public final String getParent()

        Parent

      • setParent

        public final void setParent(String value)

        Parent

      • getBrother

        public final String getBrother()

        Brother

      • setBrother

        public final void setBrother(String value)

        Brother

      • getSister

        public final String getSister()

        Sister

      • setSister

        public final void setSister(String value)

        Sister

      • getFriend

        public final String getFriend()

        Default friend

      • setFriend

        public final void setFriend(String value)

        Default friend

      • getRelative

        public final String getRelative()

        Relative

      • setRelative

        public final void setRelative(String value)

        Relative

      • getManager

        public final String getManager()

        Default manager

      • setManager

        public final void setManager(String value)

        Default manager

      • getAssistant

        public final String getAssistant()

        Default assistant

      • setAssistant

        public final void setAssistant(String value)

        Default assistant

      • getReferredBy

        public final String getReferredBy()

        Default referred by

      • setReferredBy

        public final void setReferredBy(String value)

        Default referred by

      • getPartner

        public final String getPartner()

        Default partner

      • setPartner

        public final void setPartner(String value)

        Default partner

      • getDomesticPartner

        public final String getDomesticPartner()

        Default domestic partner

      • setDomesticPartner

        public final void setDomesticPartner(String value)

        Default domestic partner

      • add

        public final void add(AssociatedPerson value)

        Adds an item to the list.

        Parameters:
        value - The Object to add to the list.
      • insert

        public final void insert(int index,
                  AssociatedPerson value)

        Inserts an item to the list at the specified index.

        Parameters:
        index - The zero-based index at which value should be inserted.
        value - The Object to insert into the list.
      • get_Item

        public final AssociatedPerson get_Item(int index)

        Gets or sets the element at the specified index.

        Specified by:
        get_Item in interface com.aspose.ms.System.Collections.Generic.IGenericList<AssociatedPerson>
        Parameters:
        index - The zero-based index of the element to get or set.
        Returns:
        The element at the specified index.
      • set_Item

        public final void set_Item(int index,
                    AssociatedPerson value)

        Gets or sets the element at the specified index.

        Specified by:
        set_Item in interface com.aspose.ms.System.Collections.Generic.IGenericList<AssociatedPerson>
        Parameters:
        index - The zero-based index of the element to get or set.
        value - The element at the specified index.
      • contains

        public final boolean contains(AssociatedPerson value)

        Determines whether the list contains a specific value.

        Parameters:
        value - The object to locate in the list.
        Returns:
        true if the object is found in the list; otherwise, false.
      • clear

        public final void clear()

        Removes all items from the list.

        Specified by:
        clear in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<AssociatedPerson>
      • indexOf

        public final int indexOf(AssociatedPerson value)

        Determines the index of a specific item in the list.

        Parameters:
        value - The Object to locate in the list.
        Returns:
        The index of value if found in the list; otherwise, -1.
      • remove

        public final boolean remove(AssociatedPerson value)

        Removes the first occurrence of a specific object from the list.

        Parameters:
        value - The Object to remove from the list.
      • removeAt

        public final void removeAt(int index)

        Removes the list item at the specified index.

        Specified by:
        removeAt in interface com.aspose.ms.System.Collections.Generic.IGenericList<AssociatedPerson>
        Parameters:
        index - The zero-based index of the item to remove.
      • isReadOnly

        public final boolean isReadOnly()

        Gets a value indicating whether the list is read-only.

        Specified by:
        isReadOnly in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<AssociatedPerson>
        Returns:
        true if the list is read-only; otherwise, false.
      • copyTo

        public final void copyTo(AssociatedPerson[] array,
                  int index)

        Copies the elements to an array, starting at a particular array index.

        Parameters:
        array - The one-dimensional array that is the destination of the elements copied from collections. The array must have zero-based indexing.
        index - The zero-based index in array at which copying begins.
      • size

        public final int size()

        Gets the number of elements contained in the ICollection.

        Specified by:
        size in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<AssociatedPerson>
        Returns:
        The number of elements contained in the ICollection.
      • getSyncRoot

        public final Object getSyncRoot()

        Gets an object that can be used to synchronize access to the ICollection.

        Returns:
        An object that can be used to synchronize access to the ICollection.
      • isSynchronized

        public final boolean isSynchronized()

        Gets a value indicating whether access to the ICollection is synchronized (thread safe).

        Returns:
        true if access to the ICollection is synchronized (thread safe); otherwise, false.
      • iterator

        public final com.aspose.ms.System.Collections.Generic.IGenericEnumerator<AssociatedPerson> iterator()

        Returns an enumerator that iterates through a collection.

        Specified by:
        iterator in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<AssociatedPerson>
        Specified by:
        iterator in interface com.aspose.ms.System.Collections.IEnumerable<AssociatedPerson>
        Specified by:
        iterator in interface Iterable<AssociatedPerson>
        Returns:
        An IEnumerator object that can be used to iterate through the collection.
      • addItem

        public void addItem(AssociatedPerson value)
        Specified by:
        addItem in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<AssociatedPerson>
      • removeItem

        public boolean removeItem(AssociatedPerson value)
        Specified by:
        removeItem in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<AssociatedPerson>
      • insertItem

        public void insertItem(int index,
                      AssociatedPerson value)
        Specified by:
        insertItem in interface com.aspose.ms.System.Collections.Generic.IGenericList<AssociatedPerson>
      • indexOfItem

        public int indexOfItem(AssociatedPerson value)
        Specified by:
        indexOfItem in interface com.aspose.ms.System.Collections.Generic.IGenericList<AssociatedPerson>
      • containsItem

        public boolean containsItem(AssociatedPerson value)
        Specified by:
        containsItem in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<AssociatedPerson>
      • copyToTArray

        public void copyToTArray(AssociatedPerson[] array,
                        int index)
        Specified by:
        copyToTArray in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<AssociatedPerson>