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