Package org.orcid.jaxb.model.clientgroup
Class OrcidClientGroup
java.lang.Object
org.orcid.jaxb.model.clientgroup.OrcidClientGroup
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected List<OrcidClient>protected Stringprotected MemberType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()Gets the value of the email property.Gets the value of the groupName property.Gets the value of the groupOrcid property.Gets the value of the orcidClient property.Gets the value of the salesforceId property.getType()Gets the value of the type property.voidSets the value of the email property.voidsetGroupName(String value) Sets the value of the groupName property.voidsetGroupOrcid(String value) Sets the value of the groupOrcid property.voidsetSalesforceId(String salesforceId) Sets the value of the salesforceId property.voidsetType(MemberType type) Sets the value of the type property.toString()static OrcidClientGroupunmarshall(InputStream input)
-
Field Details
-
type
-
groupOrcid
-
groupName
-
email
-
orcidClient
-
salesforceId
-
-
Constructor Details
-
OrcidClientGroup
public OrcidClientGroup()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
MemberType
-
setType
Sets the value of the type property.- Parameters:
type- allowed object isMemberType
-
getGroupOrcid
Gets the value of the groupOrcid property.- Returns:
- possible object is
String
-
setGroupOrcid
Sets the value of the groupOrcid property.- Parameters:
value- allowed object isString
-
getGroupName
Gets the value of the groupName property.- Returns:
- possible object is
String
-
setGroupName
Sets the value of the groupName property.- Parameters:
value- allowed object isString
-
getEmail
Gets the value of the email property.- Returns:
- possible object is
String
-
setEmail
Sets the value of the email property.- Parameters:
value- allowed object isString
-
getSalesforceId
Gets the value of the salesforceId property.- Returns:
- possible object is
String
-
setSalesforceId
Sets the value of the salesforceId property.- Parameters:
salesforceId- allowed object isString
-
getOrcidClient
Gets the value of the orcidClient property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod for the orcidClient property. For example, to add a new item, do as follows:getOrcidClient().add(newItem);
Objects of the following type(s) are allowed in the listOrcidClient- Returns:
- a List of OrcidClient objects
-
toString
-
unmarshall
-