Class Package

java.lang.Object
com.io7m.sunburst.xml.packages.jaxb.Package

public class Package extends Object

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="{urn:com.io7m.sunburst:package:1}Identifier"/>
         <element ref="{urn:com.io7m.sunburst:package:1}Metadata" minOccurs="0"/>
         <element ref="{urn:com.io7m.sunburst:package:1}Entries" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Package

      public Package()
  • Method Details

    • getIdentifier

      public Identifier getIdentifier()
      Gets the value of the identifier property.
      Returns:
      possible object is Identifier
    • setIdentifier

      public void setIdentifier(Identifier value)
      Sets the value of the identifier property.
      Parameters:
      value - allowed object is Identifier
    • getMetadata

      public Metadata getMetadata()
      Gets the value of the metadata property.
      Returns:
      possible object is Metadata
    • setMetadata

      public void setMetadata(Metadata value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is Metadata
    • getEntries

      public Entries getEntries()
      Gets the value of the entries property.
      Returns:
      possible object is Entries
    • setEntries

      public void setEntries(Entries value)
      Sets the value of the entries property.
      Parameters:
      value - allowed object is Entries