Class OrcidClientGroup

java.lang.Object
org.orcid.jaxb.model.clientgroup.OrcidClientGroup
All Implemented Interfaces:
Serializable

public class OrcidClientGroup extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • OrcidClientGroup

      public OrcidClientGroup()
  • Method Details

    • getType

      public MemberType getType()
      Gets the value of the type property.
      Returns:
      possible object is MemberType
    • setType

      public void setType(MemberType type)
      Sets the value of the type property.
      Parameters:
      type - allowed object is MemberType
    • getGroupOrcid

      public String getGroupOrcid()
      Gets the value of the groupOrcid property.
      Returns:
      possible object is String
    • setGroupOrcid

      public void setGroupOrcid(String value)
      Sets the value of the groupOrcid property.
      Parameters:
      value - allowed object is String
    • getGroupName

      public String getGroupName()
      Gets the value of the groupName property.
      Returns:
      possible object is String
    • setGroupName

      public void setGroupName(String value)
      Sets the value of the groupName property.
      Parameters:
      value - allowed object is String
    • getEmail

      public String getEmail()
      Gets the value of the email property.
      Returns:
      possible object is String
    • setEmail

      public void setEmail(String value)
      Sets the value of the email property.
      Parameters:
      value - allowed object is String
    • getSalesforceId

      public String getSalesforceId()
      Gets the value of the salesforceId property.
      Returns:
      possible object is String
    • setSalesforceId

      public void setSalesforceId(String salesforceId)
      Sets the value of the salesforceId property.
      Parameters:
      salesforceId - allowed object is String
    • getOrcidClient

      public List<OrcidClient> 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 a set method 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 list OrcidClient
      Returns:
      a List of OrcidClient objects
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • unmarshall

      public static OrcidClientGroup unmarshall(InputStream input)