Class ResearcherUrl

java.lang.Object
org.orcid.jaxb.model.message.ResearcherUrl
All Implemented Interfaces:
Serializable, Comparable<ResearcherUrl>, PrivateVisibleToSource, VisibilityType

public class ResearcherUrl extends Object implements Comparable<ResearcherUrl>, VisibilityType, PrivateVisibleToSource, 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/orcid}url-name" minOccurs="0"/>
         <element ref="{http://www.orcid.org/ns/orcid}url" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://www.orcid.org/ns/orcid}visibility"/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • urlName

      protected UrlName urlName
    • url

      protected Url url
    • visibility

      protected Visibility visibility
    • source

      protected Source source
  • Constructor Details

    • ResearcherUrl

      public ResearcherUrl()
    • ResearcherUrl

      public ResearcherUrl(Url url, Visibility vis)
    • ResearcherUrl

      public ResearcherUrl(Url url, UrlName urlName, Visibility vis)
  • Method Details