Class Item
java.lang.Object
org.orcid.jaxb.model.notification.permission_v2.Item
- All Implemented Interfaces:
Serializable
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 ref="{http://www.orcid.org/ns/notification}activity-type"/>
<element ref="{http://www.orcid.org/ns/notification}activity-name"/>
<element ref="{http://www.orcid.org/ns/common}external-id" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActionTypeprotected ExternalIDprotected Stringprotected ItemTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the externalId property.Gets the value of the itemName property.Gets the value of the itemType property.inthashCode()voidsetActionType(ActionType type) voidsetAdditionalInfo(Map<String, Object> additionalInfo) voidsetExternalIdentifier(ExternalID value) Sets the value of the externalId property.voidsetItemName(String value) Sets the value of the itemName property.voidsetItemType(ItemType value) Sets the value of the itemType property.voidsetPutCode(String putCode)
-
Field Details
-
putCode
-
itemType
-
itemName
-
externalIdentifier
-
actionType
-
additionalInfo
-
-
Constructor Details
-
Item
public Item()
-
-
Method Details
-
getPutCode
-
setPutCode
-
getItemType
Gets the value of the itemType property.- Returns:
- possible object is
ItemType
-
setItemType
Sets the value of the itemType property.- Parameters:
value- allowed object isItemType
-
getItemName
Gets the value of the itemName property.- Returns:
- possible object is
String
-
setItemName
Sets the value of the itemName property.- Parameters:
value- allowed object isString
-
getExternalIdentifier
Gets the value of the externalId property.- Returns:
- ExternalID
-
setExternalIdentifier
Sets the value of the externalId property.- Parameters:
value- - the ExternalID
-
getActionType
-
setActionType
-
getAdditionalInfo
-
setAdditionalInfo
-
hashCode
public int hashCode() -
equals
-