Class FundingIdentifierCtype


  • public class FundingIdentifierCtype
    extends Object

    Java class for funding-identifier-ctype complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="funding-identifier-ctype">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="reference" type="{http://www.cienciavitae.pt/ns/common}string-255-stype"/>
             <element name="url" type="{http://www.cienciavitae.pt/ns/common}string-uri-stype" minOccurs="0"/>
             <element name="relationship-type" type="{http://www.cienciavitae.pt/ns/common}identifier-relationship-type-ctype"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • FundingIdentifierCtype

        public FundingIdentifierCtype()
    • Method Detail

      • getReference

        public String getReference()
        Gets the value of the reference property.
        Returns:
        possible object is String
      • setReference

        public void setReference​(String value)
        Sets the value of the reference property.
        Parameters:
        value - allowed object is String
      • getUrl

        public String getUrl()
        Gets the value of the url property.
        Returns:
        possible object is String
      • setUrl

        public void setUrl​(String value)
        Sets the value of the url property.
        Parameters:
        value - allowed object is String