public class UserKeyResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="email" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="responseMessage" type="{http://soap.api.glytoucan.org/}responseMessage"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
email |
protected String |
key |
protected ResponseMessage |
responseMessage |
Constructor and Description |
---|
UserKeyResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getEmail()
Gets the value of the email property.
|
String |
getKey()
Gets the value of the key property.
|
ResponseMessage |
getResponseMessage()
Gets the value of the responseMessage property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setResponseMessage(ResponseMessage value)
Sets the value of the responseMessage property.
|
protected String email
protected String key
protected ResponseMessage responseMessage
public String getEmail()
String
public void setEmail(String value)
value
- allowed object is
String
public String getKey()
String
public void setKey(String value)
value
- allowed object is
String
public ResponseMessage getResponseMessage()
ResponseMessage
public void setResponseMessage(ResponseMessage value)
value
- allowed object is
ResponseMessage
Copyright © 2013–2016 GlyTouCan - The International Glycan Repository. All rights reserved.