public class ResearcherUrl extends Object
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 name="url-name" type="{http://www.orcid.org/ns/orcid}non-empty-string" minOccurs="0"/>
<element ref="{http://www.orcid.org/ns/orcid}url" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Url |
url |
protected String |
urlName |
| Constructor and Description |
|---|
ResearcherUrl() |
| Modifier and Type | Method and Description |
|---|---|
Url |
getUrl()
The URL (including http:// or https://).
|
String |
getUrlName()
Gets the value of the urlName property.
|
void |
setUrl(Url value)
Sets the value of the url property.
|
void |
setUrlName(String value)
Sets the value of the urlName property.
|
Copyright © 2017. All rights reserved.