org.overlord.sramp.atom.services.brms.assets
Class Assets
java.lang.Object
org.overlord.sramp.atom.services.brms.assets.Assets
- All Implemented Interfaces:
- Serializable
public class Assets
- extends Object
- implements Serializable
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="asset" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="author" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="binaryContentAttachmentFileName" 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="checkInComment" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="disabled" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="format" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="note" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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="refLink" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
|
Nested Class Summary |
static class |
Assets.Asset
Java class for anonymous complex type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
asset
protected List<Assets.Asset> asset
Assets
public Assets()
getAsset
public List<Assets.Asset> getAsset()
- Gets the value of the asset property.
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 asset property.
For example, to add a new item, do as follows:
getAsset().add(newItem);
Objects of the following type(s) are allowed in the list
Assets.Asset
Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.