Class Package
java.lang.Object
com.io7m.sunburst.xml.packages.jaxb.Package
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the entries property.Gets the value of the identifier property.Gets the value of the metadata property.voidsetEntries(Entries value) Sets the value of the entries property.voidsetIdentifier(Identifier value) Sets the value of the identifier property.voidsetMetadata(Metadata value) Sets the value of the metadata property.
-
Field Details
-
identifier
-
metadata
-
entries
-
-
Constructor Details
-
Package
public Package()
-
-
Method Details
-
getIdentifier
Gets the value of the identifier property.- Returns:
- possible object is
Identifier
-
setIdentifier
Sets the value of the identifier property.- Parameters:
value- allowed object isIdentifier
-
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
Metadata
-
setMetadata
Sets the value of the metadata property.- Parameters:
value- allowed object isMetadata
-
getEntries
Gets the value of the entries property.- Returns:
- possible object is
Entries
-
setEntries
Sets the value of the entries property.- Parameters:
value- allowed object isEntries
-