public class Email extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.orcid.org/ns/orcid>email">
<attGroup ref="{http://www.orcid.org/ns/orcid}visibility"/>
<attribute name="primary" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="current" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="verified" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="source" type="{http://www.orcid.org/ns/orcid}orcid-path" />
<attribute name="source-client-id" type="{http://www.orcid.org/ns/orcid}client-path" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
current |
protected Boolean |
primary |
protected String |
source |
protected String |
sourceClientId |
protected String |
value |
protected Boolean |
verified |
protected Visibility |
visibility |
| Constructor and Description |
|---|
Email() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSource()
Gets the value of the source property.
|
String |
getSourceClientId()
Gets the value of the sourceClientId property.
|
String |
getValue()
Type to represent an email address.
|
Visibility |
getVisibility()
Gets the value of the visibility property.
|
boolean |
isCurrent()
Gets the value of the current property.
|
boolean |
isPrimary()
Gets the value of the primary property.
|
boolean |
isVerified()
Gets the value of the verified property.
|
void |
setCurrent(Boolean value)
Sets the value of the current property.
|
void |
setPrimary(Boolean value)
Sets the value of the primary property.
|
void |
setSource(String value)
Sets the value of the source property.
|
void |
setSourceClientId(String value)
Sets the value of the sourceClientId property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setVerified(Boolean value)
Sets the value of the verified property.
|
void |
setVisibility(Visibility value)
Sets the value of the visibility property.
|
protected String value
protected Boolean primary
protected Boolean current
protected Boolean verified
protected String source
protected String sourceClientId
protected Visibility visibility
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isPrimary()
Booleanpublic void setPrimary(Boolean value)
value - allowed object is
Booleanpublic boolean isCurrent()
Booleanpublic void setCurrent(Boolean value)
value - allowed object is
Booleanpublic boolean isVerified()
Booleanpublic void setVerified(Boolean value)
value - allowed object is
Booleanpublic String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic String getSourceClientId()
Stringpublic void setSourceClientId(String value)
value - allowed object is
Stringpublic Visibility getVisibility()
Visibilitypublic void setVisibility(Visibility value)
value - allowed object is
VisibilityCopyright © 2017. All rights reserved.