Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror
Class UniquenessFailureType.ExistsType

java.lang.Object
  extended by net.java.sip.communicator.impl.protocol.sip.xcap.model.xcaperror.UniquenessFailureType.ExistsType
Enclosing class:
UniquenessFailureType

public static class UniquenessFailureType.ExistsType
extends Object

The XCAP exists element.


Field Summary
protected  List<String> altValue
          The list of alt-value elements.
protected  String field
          The field attribute.
 
Constructor Summary
UniquenessFailureType.ExistsType()
           
 
Method Summary
 List<String> getAltValue()
          Gets the altValue attribute.
 String getField()
          Gets the field attribute.
 void setField(String field)
          Sets the value of the field property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

altValue

protected List<String> altValue
The list of alt-value elements.


field

protected String field
The field attribute.

Constructor Detail

UniquenessFailureType.ExistsType

public UniquenessFailureType.ExistsType()
Method Detail

getAltValue

public List<String> getAltValue()
Gets the altValue attribute.

Returns:
the altValue property.

getField

public String getField()
Gets the field attribute.

Returns:
the field property.

setField

public void setField(String field)
Sets the value of the field property.

Parameters:
field - the field to set.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.