public class DeleteStructureMemberResponse extends Object
Java class for deleteStructureMemberResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="deleteStructureMemberResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="return" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}webMethodResult2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected WebMethodResult2 |
_return |
Constructor and Description |
---|
DeleteStructureMemberResponse() |
Modifier and Type | Method and Description |
---|---|
WebMethodResult2 |
getReturn()
Gets the value of the return property.
|
void |
setReturn(WebMethodResult2 value)
Sets the value of the return property.
|
protected WebMethodResult2 _return
public WebMethodResult2 getReturn()
WebMethodResult2
public void setReturn(WebMethodResult2 value)
value
- allowed object is
WebMethodResult2
Copyright © 2021. All rights reserved.