org.universAAL.middleware.deploymanager.uapp.model
Class ContactType.OtherChannel

Package class diagram package ContactType.OtherChannel
java.lang.Object
  extended by org.universAAL.middleware.deploymanager.uapp.model.ContactType.OtherChannel
All Implemented Interfaces:
Serializable
Enclosing class:
ContactType

public static class ContactType.OtherChannel
extends Object
implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="channelName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="channelDetails" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String channelDetails
           
protected  String channelName
           
 
Constructor Summary
ContactType.OtherChannel()
           
 
Method Summary
 String getChannelDetails()
          Gets the value of the channelDetails property.
 String getChannelName()
          Gets the value of the channelName property.
 boolean isSetChannelDetails()
           
 boolean isSetChannelName()
           
 void setChannelDetails(String value)
          Sets the value of the channelDetails property.
 void setChannelName(String value)
          Sets the value of the channelName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

channelName

protected String channelName

channelDetails

protected String channelDetails
Constructor Detail

ContactType.OtherChannel

public ContactType.OtherChannel()
Method Detail

getChannelName

public String getChannelName()
Gets the value of the channelName property.

Returns:
possible object is String

setChannelName

public void setChannelName(String value)
Sets the value of the channelName property.

Parameters:
value - allowed object is String

isSetChannelName

public boolean isSetChannelName()

getChannelDetails

public String getChannelDetails()
Gets the value of the channelDetails property.

Returns:
possible object is String

setChannelDetails

public void setChannelDetails(String value)
Sets the value of the channelDetails property.

Parameters:
value - allowed object is String

isSetChannelDetails

public boolean isSetChannelDetails()


Copyright © 2014 universAAL Consortium. All Rights Reserved.