InstantMessengerAddress

Inheritance: java.lang.Object

All Implemented Interfaces: java.lang.Comparable, com.aspose.ms.System.IEquatable

public class InstantMessengerAddress implements Comparable<InstantMessengerAddress>, System.IEquatable<InstantMessengerAddress>

Represents an instant messanger address.

Constructors

ConstructorDescription
InstantMessengerAddress()

Methods

MethodDescription
compareTo(InstantMessengerAddress obj)Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
equals(InstantMessengerAddress obj)Determines whether the specified Object is equal to the current Object.
equals(InstantMessengerAddress x, InstantMessengerAddress y)Determines whether the specified object instances are considered equal.
equals(Object obj)Determines whether the specified Object is equal to the current Object.
getAddress()Gets or sets an instant messanger address
getCategory()Gets or sets an object category
getClass()
getPrefered()Gets or sets a value which defines whether object is preferred.
hashCode()GetHashCode returns a hash function for this object.
hashCode(InstantMessengerAddress obj)GetHashCode returns a hash function for specified object.
notify()
notifyAll()
op_Equality(InstantMessengerAddress a, InstantMessengerAddress b)Determines whether the specified objects are equal.
op_Inequality(InstantMessengerAddress a, InstantMessengerAddress b)Determines whether the specified objects are not equal.
setAddress(String value)Gets or sets an instant messanger address
setCategory(InstantMessengerCategory value)Gets or sets an object category
setPrefered(boolean value)Gets or sets a value which defines whether object is preferred.
toString()Returns a string that represents the current object.
wait()
wait(long arg0)
wait(long arg0, int arg1)

InstantMessengerAddress()

public InstantMessengerAddress()

compareTo(InstantMessengerAddress obj)

public final int compareTo(InstantMessengerAddress obj)

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

Parameters:

ParameterTypeDescription
objInstantMessengerAddressAn object to compare with this instance, or null.

Returns: int - This method returns: a value less than 0 if this is less than value 0 if this is equal to value a value greater than 0 if this is greater than value

equals(InstantMessengerAddress obj)

public final boolean equals(InstantMessengerAddress obj)

Determines whether the specified Object is equal to the current Object.

Parameters:

ParameterTypeDescription
objInstantMessengerAddressThe Object to compare with the current Object.

Returns: boolean - Returns a boolean indicating if the passed in object obj is Equal to this.

equals(InstantMessengerAddress x, InstantMessengerAddress y)

public final boolean equals(InstantMessengerAddress x, InstantMessengerAddress y)

Determines whether the specified object instances are considered equal.

Parameters:

ParameterTypeDescription
xInstantMessengerAddressThe first object to compare.
yInstantMessengerAddressThe second object to compare.

Returns: boolean - true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.

equals(Object obj)

public boolean equals(Object obj)

Determines whether the specified Object is equal to the current Object.

Parameters:

ParameterTypeDescription
objjava.lang.ObjectThe Object to compare with the current Object.

Returns: boolean - Returns a boolean indicating if the passed in object obj is Equal to this.

getAddress()

public final String getAddress()

Gets or sets an instant messanger address

Returns: java.lang.String

getCategory()

public final InstantMessengerCategory getCategory()

Gets or sets an object category

Returns: InstantMessengerCategory

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getPrefered()

public final boolean getPrefered()

Gets or sets a value which defines whether object is preferred.

Returns: boolean

hashCode()

public int hashCode()

GetHashCode returns a hash function for this object.

Returns: int - Returns a hash function for this object.

hashCode(InstantMessengerAddress obj)

public final int hashCode(InstantMessengerAddress obj)

GetHashCode returns a hash function for specified object.

Parameters:

ParameterTypeDescription
objInstantMessengerAddressThe Object for which a hash code is to be returned.

Returns: int - Returns a hash function for specified object.

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

op_Equality(InstantMessengerAddress a, InstantMessengerAddress b)

public static boolean op_Equality(InstantMessengerAddress a, InstantMessengerAddress b)

Determines whether the specified objects are equal.

Parameters:

ParameterTypeDescription
aInstantMessengerAddressFirst object to compare
bInstantMessengerAddressSecond object to compare

Returns: boolean - Returns true if objects are equal, otherwise false.

op_Inequality(InstantMessengerAddress a, InstantMessengerAddress b)

public static boolean op_Inequality(InstantMessengerAddress a, InstantMessengerAddress b)

Determines whether the specified objects are not equal.

Parameters:

ParameterTypeDescription
aInstantMessengerAddressFirst object to compare
bInstantMessengerAddressSecond object to compare

Returns: boolean - Returns true if objects are not equal, otherwise false.

setAddress(String value)

public final void setAddress(String value)

Gets or sets an instant messanger address

Parameters:

ParameterTypeDescription
valuejava.lang.String

setCategory(InstantMessengerCategory value)

public final void setCategory(InstantMessengerCategory value)

Gets or sets an object category

Parameters:

ParameterTypeDescription
valueInstantMessengerCategory

setPrefered(boolean value)

public final void setPrefered(boolean value)

Gets or sets a value which defines whether object is preferred.

Parameters:

ParameterTypeDescription
valueboolean

toString()

public String toString()

Returns a string that represents the current object.

Returns: java.lang.String - Returns a string that represents the current object.

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int