public class Node extends 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="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="clientName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="custodyTransferUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="inquiryUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="publishUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="securityUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subscriptionUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subscriptionListenerUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="replicationUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="juddiApiUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="proxyTransport" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="factoryInitial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="factoryURLPkgs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="factoryNamingProvider" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clientName |
protected String |
custodyTransferUrl |
protected String |
description |
protected String |
factoryInitial |
protected String |
factoryNamingProvider |
protected String |
factoryURLPkgs |
protected String |
inquiryUrl |
protected String |
juddiApiUrl |
protected String |
name |
protected String |
proxyTransport |
protected String |
publishUrl |
protected String |
replicationUrl |
protected String |
securityUrl |
protected String |
subscriptionListenerUrl |
protected String |
subscriptionUrl |
| Constructor and Description |
|---|
Node() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientName()
Gets the value of the clientName property.
|
String |
getCustodyTransferUrl()
Gets the value of the custodyTransferUrl property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getFactoryInitial()
Gets the value of the factoryInitial property.
|
String |
getFactoryNamingProvider()
Gets the value of the factoryNamingProvider property.
|
String |
getFactoryURLPkgs()
Gets the value of the factoryURLPkgs property.
|
String |
getInquiryUrl()
Gets the value of the inquiryUrl property.
|
String |
getJuddiApiUrl()
Gets the value of the juddiApiUrl property.
|
String |
getName()
Gets the value of the name property.
|
String |
getProxyTransport()
Gets the value of the proxyTransport property.
|
String |
getPublishUrl()
Gets the value of the publishUrl property.
|
String |
getReplicationUrl()
Gets the value of the replicationUrl property.
|
String |
getSecurityUrl()
Gets the value of the securityUrl property.
|
String |
getSubscriptionListenerUrl()
Gets the value of the subscriptionListenerUrl property.
|
String |
getSubscriptionUrl()
Gets the value of the subscriptionUrl property.
|
void |
setClientName(String value)
Sets the value of the clientName property.
|
void |
setCustodyTransferUrl(String value)
Sets the value of the custodyTransferUrl property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFactoryInitial(String value)
Sets the value of the factoryInitial property.
|
void |
setFactoryNamingProvider(String value)
Sets the value of the factoryNamingProvider property.
|
void |
setFactoryURLPkgs(String value)
Sets the value of the factoryURLPkgs property.
|
void |
setInquiryUrl(String value)
Sets the value of the inquiryUrl property.
|
void |
setJuddiApiUrl(String value)
Sets the value of the juddiApiUrl property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setProxyTransport(String value)
Sets the value of the proxyTransport property.
|
void |
setPublishUrl(String value)
Sets the value of the publishUrl property.
|
void |
setReplicationUrl(String value)
Sets the value of the replicationUrl property.
|
void |
setSecurityUrl(String value)
Sets the value of the securityUrl property.
|
void |
setSubscriptionListenerUrl(String value)
Sets the value of the subscriptionListenerUrl property.
|
void |
setSubscriptionUrl(String value)
Sets the value of the subscriptionUrl property.
|
protected String name
protected String clientName
protected String description
protected String custodyTransferUrl
protected String inquiryUrl
protected String publishUrl
protected String securityUrl
protected String subscriptionUrl
protected String subscriptionListenerUrl
protected String replicationUrl
protected String juddiApiUrl
protected String proxyTransport
protected String factoryInitial
protected String factoryURLPkgs
protected String factoryNamingProvider
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getClientName()
Stringpublic void setClientName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getCustodyTransferUrl()
Stringpublic void setCustodyTransferUrl(String value)
value - allowed object is
Stringpublic String getInquiryUrl()
Stringpublic void setInquiryUrl(String value)
value - allowed object is
Stringpublic String getPublishUrl()
Stringpublic void setPublishUrl(String value)
value - allowed object is
Stringpublic String getSecurityUrl()
Stringpublic void setSecurityUrl(String value)
value - allowed object is
Stringpublic String getSubscriptionUrl()
Stringpublic void setSubscriptionUrl(String value)
value - allowed object is
Stringpublic String getSubscriptionListenerUrl()
Stringpublic void setSubscriptionListenerUrl(String value)
value - allowed object is
Stringpublic String getReplicationUrl()
Stringpublic void setReplicationUrl(String value)
value - allowed object is
Stringpublic String getJuddiApiUrl()
Stringpublic void setJuddiApiUrl(String value)
value - allowed object is
Stringpublic String getProxyTransport()
Stringpublic void setProxyTransport(String value)
value - allowed object is
Stringpublic String getFactoryInitial()
Stringpublic void setFactoryInitial(String value)
value - allowed object is
Stringpublic String getFactoryURLPkgs()
Stringpublic void setFactoryURLPkgs(String value)
value - allowed object is
Stringpublic String getFactoryNamingProvider()
StringCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.