Class ExternalFileResourceLinkCT


  • public class ExternalFileResourceLinkCT
    extends ExternalResourceLinkCT
    Link pointing to external file resource

    Java class for ExternalFileResourceLink_CT complex type.

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

     <complexType name="ExternalFileResourceLink_CT">
       <complexContent>
         <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExternalResourceLink_CT">
           <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="formatGID" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • format

        protected String format
      • formatGID

        protected String formatGID
    • Constructor Detail

      • ExternalFileResourceLinkCT

        public ExternalFileResourceLinkCT()
    • Method Detail

      • getFormat

        public String getFormat()
        Gets the value of the format property.
        Returns:
        possible object is String
      • setFormat

        public void setFormat​(String value)
        Sets the value of the format property.
        Parameters:
        value - allowed object is String
      • getFormatGID

        public String getFormatGID()
        Gets the value of the formatGID property.
        Returns:
        possible object is String
      • setFormatGID

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