|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.dragon.connection.api.service.Node
public class Node
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 |
|---|
protected Node.Properties properties
protected Node.Endpoints endpoints
protected java.lang.String name
protected java.lang.String type
protected java.lang.String version
protected java.lang.String ipv4Address
| Constructor Detail |
|---|
public Node()
| Method Detail |
|---|
public Node.Properties getProperties()
Node.Propertiespublic void setProperties(Node.Properties value)
value - allowed object is
Node.Propertiespublic Node.Endpoints getEndpoints()
Node.Endpointspublic void setEndpoints(Node.Endpoints value)
value - allowed object is
Node.Endpointspublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIpv4Address()
Stringpublic void setIpv4Address(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||