Class Delegation

java.lang.Object
org.orcid.jaxb.model.message.Delegation
All Implemented Interfaces:
Serializable, VisibilityType

public class Delegation extends Object implements VisibilityType, 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}given-permission-to" minOccurs="0"/>
         <element ref="{http://www.orcid.org/ns/orcid}given-permission-by" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://www.orcid.org/ns/orcid}visibility"/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: