Package org.orcid.jaxb.model.message
Class VerifiedPrimaryEmail
java.lang.Object
org.orcid.jaxb.model.message.VerifiedPrimaryEmail
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>boolean">
</extension>
</simpleContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
protected boolean value
-
-
Constructor Details
-
VerifiedPrimaryEmail
public VerifiedPrimaryEmail(boolean value) -
VerifiedPrimaryEmail
public VerifiedPrimaryEmail()
-
-
Method Details
-
isValue
public boolean isValue()Gets the value of the value property.- Returns:
- boolean indicating whether primary email is verified
-
setValue
public void setValue(boolean value) Sets the value of the value property.- Parameters:
value- - boolean indicating whether primary email is verified
-
equals
-
hashCode
public int hashCode()
-