public class MemberData
extends java.lang.Object
Java class for memberData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="memberData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{}update use="required""/>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected UpdateValues |
update |
| Constructor and Description |
|---|
MemberData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the value of the id property.
|
UpdateValues |
getUpdate()
Gets the value of the update property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setUpdate(UpdateValues value)
Sets the value of the update property.
|
protected UpdateValues update
protected java.lang.String id
public UpdateValues getUpdate()
UpdateValuespublic void setUpdate(UpdateValues value)
value - allowed object is
UpdateValuespublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String