public class RegisterContributorResponse 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="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="contributorId" 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 |
contributorId |
protected String |
name |
protected ResponseMessage |
responseMessage |
Constructor and Description |
---|
RegisterContributorResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getContributorId()
Gets the value of the contributorId property.
|
String |
getName()
Gets the value of the name property.
|
ResponseMessage |
getResponseMessage()
Gets the value of the responseMessage property.
|
void |
setContributorId(String value)
Sets the value of the contributorId property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setResponseMessage(ResponseMessage value)
Sets the value of the responseMessage property.
|
protected String name
protected String contributorId
protected ResponseMessage responseMessage
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getContributorId()
String
public void setContributorId(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.