com.nortel.soa.oi.cct.types
Class Connection

java.lang.Object
  extended by com.nortel.soa.oi.cct.types.Connection

public class Connection
extends java.lang.Object

Java class for connection complex type.

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

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


Constructor Summary
Connection()
           
 
Method Summary
 java.lang.String getConnectionId()
          Gets the value of the connectionId property.
 void setConnectionId(java.lang.String value)
          Sets the value of the connectionId property.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Connection

public Connection()
Method Detail

getConnectionId

public java.lang.String getConnectionId()
Gets the value of the connectionId property.

Returns:
possible object is String

setConnectionId

public void setConnectionId(java.lang.String value)
Sets the value of the connectionId property.

Parameters:
value - allowed object is String

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010 All Rights Reserved.