public class DeleteStructureMember extends Object
Java class for deleteStructureMember complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="deleteStructureMember"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="contactNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="structureContactNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
contactNumber |
protected String |
structureContactNumber |
Constructor and Description |
---|
DeleteStructureMember() |
Modifier and Type | Method and Description |
---|---|
String |
getContactNumber()
Gets the value of the contactNumber property.
|
String |
getStructureContactNumber()
Gets the value of the structureContactNumber property.
|
void |
setContactNumber(String value)
Sets the value of the contactNumber property.
|
void |
setStructureContactNumber(String value)
Sets the value of the structureContactNumber property.
|
protected String contactNumber
protected String structureContactNumber
public String getContactNumber()
String
public void setContactNumber(String value)
value
- allowed object is
String
public String getStructureContactNumber()
String
Copyright © 2021. All rights reserved.