org.ow2.dragon.connection.api.service
Class Node

java.lang.Object
  extended by org.ow2.dragon.connection.api.service.Node
Direct Known Subclasses:
ExecutionEnvironment, Processor

public class Node
extends java.lang.Object

Java class for node complex type.

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

 <complexType name="node">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="properties" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="property" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="endpoints" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="endpoint" type="{http://to.api.connection.dragon.ow2.org/}Endpoint" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ipv4Address" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Node.Endpoints
          Java class for anonymous complex type.
static class Node.Properties
          Java class for anonymous complex type.
 
Field Summary
protected  Node.Endpoints endpoints
           
protected  java.lang.String ipv4Address
           
protected  java.lang.String name
           
protected  Node.Properties properties
           
protected  java.lang.String type
           
protected  java.lang.String version
           
 
Constructor Summary
Node()
           
 
Method Summary
 Node.Endpoints getEndpoints()
          Gets the value of the endpoints property.
 java.lang.String getIpv4Address()
          Gets the value of the ipv4Address property.
 java.lang.String getName()
          Gets the value of the name property.
 Node.Properties getProperties()
          Gets the value of the properties property.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.String getVersion()
          Gets the value of the version property.
 void setEndpoints(Node.Endpoints value)
          Sets the value of the endpoints property.
 void setIpv4Address(java.lang.String value)
          Sets the value of the ipv4Address property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setProperties(Node.Properties value)
          Sets the value of the properties property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setVersion(java.lang.String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

protected Node.Properties properties

endpoints

protected Node.Endpoints endpoints

name

protected java.lang.String name

type

protected java.lang.String type

version

protected java.lang.String version

ipv4Address

protected java.lang.String ipv4Address
Constructor Detail

Node

public Node()
Method Detail

getProperties

public Node.Properties getProperties()
Gets the value of the properties property.

Returns:
possible object is Node.Properties

setProperties

public void setProperties(Node.Properties value)
Sets the value of the properties property.

Parameters:
value - allowed object is Node.Properties

getEndpoints

public Node.Endpoints getEndpoints()
Gets the value of the endpoints property.

Returns:
possible object is Node.Endpoints

setEndpoints

public void setEndpoints(Node.Endpoints value)
Sets the value of the endpoints property.

Parameters:
value - allowed object is Node.Endpoints

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getVersion

public java.lang.String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(java.lang.String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getIpv4Address

public java.lang.String getIpv4Address()
Gets the value of the ipv4Address property.

Returns:
possible object is String

setIpv4Address

public void setIpv4Address(java.lang.String value)
Sets the value of the ipv4Address property.

Parameters:
value - allowed object is String


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.