Class Availability

  • All Implemented Interfaces:
    com.sun.xml.bind.Locatable, FileSourceContext

    public class Availability
    extends AbstractAvailability
    A text describing the availability of data, e.g. a copyright statement.

    Java class for availability complex type.

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

     <complexType name="availability>
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>string">
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Constructor Detail

      • Availability

        public Availability()

        Constructor for Availability.

    • Method Detail

      • setId

        public void setId​(int value)
        Sets the value of the id property.
        Overrides:
        setId in class AbstractAvailability
        Parameters:
        value - a int.