Class ExtendedRecordCtype

  • Direct Known Subclasses:
    Funding, Output, Service

    public class ExtendedRecordCtype
    extends RecordCtype

    Java class for extended-record-ctype complex type.

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

     <complexType name="extended-record-ctype">
       <complexContent>
         <extension base="{http://www.cienciavitae.pt/ns/common}record-ctype">
           <attribute name="favorite" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • favorite

        protected Boolean favorite
    • Constructor Detail

      • ExtendedRecordCtype

        public ExtendedRecordCtype()
    • Method Detail

      • isFavorite

        public Boolean isFavorite()
        Gets the value of the favorite property.
        Returns:
        possible object is Boolean
      • setFavorite

        public void setFavorite​(Boolean value)
        Sets the value of the favorite property.
        Parameters:
        value - allowed object is Boolean