Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

org.csapi.schema.parlayx.presence.v2_3
Class CommunicationMeans

java.lang.Object
  extended by org.csapi.schema.parlayx.presence.v2_3.CommunicationMeans

public class CommunicationMeans
extends java.lang.Object

Java class for CommunicationMeans complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CommunicationMeans">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="priority" type="{http://www.w3.org/2001/XMLSchema}float"/>
         <element name="contact" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="type" type="{http://www.csapi.org/schema/parlayx/presence/v2_3}CommunicationMeansType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
CommunicationMeans()
           
 
Method Summary
 java.lang.String getContact()
          Gets the value of the contact property.
 float getPriority()
          Gets the value of the priority property.
 CommunicationMeansType getType()
          Gets the value of the type property.
 void setContact(java.lang.String value)
          Sets the value of the contact property.
 void setPriority(float value)
          Sets the value of the priority property.
 void setType(CommunicationMeansType value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommunicationMeans

public CommunicationMeans()
Method Detail

getContact

public java.lang.String getContact()
Gets the value of the contact property.

Returns:
possible object is String

getPriority

public float getPriority()
Gets the value of the priority property.


getType

public CommunicationMeansType getType()
Gets the value of the type property.

Returns:
possible object is CommunicationMeansType

setContact

public void setContact(java.lang.String value)
Sets the value of the contact property.

Parameters:
value - allowed object is String

setPriority

public void setPriority(float value)
Sets the value of the priority property.


setType

public void setType(CommunicationMeansType value)
Sets the value of the type property.

Parameters:
value - allowed object is CommunicationMeansType

Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

Copyright © 2005, 2010 Oracle and/or its affiliates. All rights reserved.