public class Clerk extends Object
Java class for clerk complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="clerk">
<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="node" type="{urn:juddi-apache-org:api_v3}node" minOccurs="0"/>
<element name="publisher" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Node |
node |
protected String |
password |
protected String |
publisher |
| Constructor and Description |
|---|
Clerk() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
Node |
getNode()
Gets the value of the node property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getPublisher()
Gets the value of the publisher property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNode(Node value)
Sets the value of the node property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setPublisher(String value)
Sets the value of the publisher property.
|
protected String name
protected Node node
protected String publisher
protected String password
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic void setNode(Node value)
value - allowed object is
Nodepublic String getPublisher()
Stringpublic void setPublisher(String value)
value - allowed object is
Stringpublic String getPassword()
StringCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.