public class DeleteNode extends Object
Java class for delete_Node complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="delete_Node"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="authInfo" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="nodeID" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
authInfo |
protected String |
nodeID |
Constructor and Description |
---|
DeleteNode() |
DeleteNode(String auth,
String nodeid) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthInfo()
Gets the value of the authInfo property.
|
String |
getNodeID()
Gets the value of the nodeID property.
|
void |
setAuthInfo(String value)
Sets the value of the authInfo property.
|
void |
setNodeID(String value)
Sets the value of the nodeID property.
|
public String getAuthInfo()
String
public void setAuthInfo(String value)
value
- allowed object is
String
public String getNodeID()
String
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.