|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.overlord.sramp.atom.services.brms.packages.Packages.Package
public static class Packages.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 name="assets" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
<element name="author" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="binaryLink" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="metadata">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="archived" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="checkinComment" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="versionNumber" type="{http://www.w3.org/2001/XMLSchema}byte"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="published" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="sourceLink" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Packages.Package.Metadata
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<String> |
assets
|
protected String |
author
|
protected String |
binaryLink
|
protected String |
description
|
protected Packages.Package.Metadata |
metadata
|
protected XMLGregorianCalendar |
published
|
protected String |
sourceLink
|
protected String |
title
|
| Constructor Summary | |
|---|---|
Packages.Package()
|
|
| Method Summary | |
|---|---|
List<String> |
getAssets()
Gets the value of the assets property. |
String |
getAuthor()
Gets the value of the author property. |
String |
getBinaryLink()
Gets the value of the binaryLink property. |
String |
getDescription()
Gets the value of the description property. |
Packages.Package.Metadata |
getMetadata()
Gets the value of the metadata property. |
XMLGregorianCalendar |
getPublished()
Gets the value of the published property. |
String |
getSourceLink()
Gets the value of the sourceLink property. |
String |
getTitle()
Gets the value of the title property. |
void |
setAuthor(String value)
Sets the value of the author property. |
void |
setBinaryLink(String value)
Sets the value of the binaryLink property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setMetadata(Packages.Package.Metadata value)
Sets the value of the metadata property. |
void |
setPublished(XMLGregorianCalendar value)
Sets the value of the published property. |
void |
setSourceLink(String value)
Sets the value of the sourceLink property. |
void |
setTitle(String value)
Sets the value of the title property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<String> assets
protected String author
protected String binaryLink
protected String description
protected Packages.Package.Metadata metadata
protected XMLGregorianCalendar published
protected String sourceLink
protected String title
| Constructor Detail |
|---|
public Packages.Package()
| Method Detail |
|---|
public List<String> getAssets()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the assets property.
For example, to add a new item, do as follows:
getAssets().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic String getBinaryLink()
Stringpublic void setBinaryLink(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Packages.Package.Metadata getMetadata()
Packages.Package.Metadatapublic void setMetadata(Packages.Package.Metadata value)
value - allowed object is
Packages.Package.Metadatapublic XMLGregorianCalendar getPublished()
XMLGregorianCalendarpublic void setPublished(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getSourceLink()
Stringpublic void setSourceLink(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||