org.overlord.sramp.atom.services.brms.assets
Class Assets.Asset

java.lang.Object
  extended by org.overlord.sramp.atom.services.brms.assets.Assets.Asset
All Implemented Interfaces:
Serializable
Enclosing class:
Assets

public static class Assets.Asset
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="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>
 

See Also:
Serialized Form

Nested Class Summary
static class Assets.Asset.Metadata
          Java class for anonymous complex type.
 
Field Summary
protected  String author
           
protected  String binaryContentAttachmentFileName
           
protected  String binaryLink
           
protected  String description
           
protected  Assets.Asset.Metadata metadata
           
protected  XMLGregorianCalendar published
           
protected  String refLink
           
protected  String sourceLink
           
protected  String title
           
 
Constructor Summary
Assets.Asset()
           
 
Method Summary
 String getAuthor()
          Gets the value of the author property.
 String getBinaryContentAttachmentFileName()
          Gets the value of the binaryContentAttachmentFileName property.
 String getBinaryLink()
          Gets the value of the binaryLink property.
 String getDescription()
          Gets the value of the description property.
 Assets.Asset.Metadata getMetadata()
          Gets the value of the metadata property.
 XMLGregorianCalendar getPublished()
          Gets the value of the published property.
 String getRefLink()
          Gets the value of the refLink 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 setBinaryContentAttachmentFileName(String value)
          Sets the value of the binaryContentAttachmentFileName 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(Assets.Asset.Metadata value)
          Sets the value of the metadata property.
 void setPublished(XMLGregorianCalendar value)
          Sets the value of the published property.
 void setRefLink(String value)
          Sets the value of the refLink 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

author

protected String author

binaryContentAttachmentFileName

protected String binaryContentAttachmentFileName

binaryLink

protected String binaryLink

description

protected String description

metadata

protected Assets.Asset.Metadata metadata

published

protected XMLGregorianCalendar published

refLink

protected String refLink

sourceLink

protected String sourceLink

title

protected String title
Constructor Detail

Assets.Asset

public Assets.Asset()
Method Detail

getAuthor

public String getAuthor()
Gets the value of the author property.

Returns:
possible object is String

setAuthor

public void setAuthor(String value)
Sets the value of the author property.

Parameters:
value - allowed object is String

getBinaryContentAttachmentFileName

public String getBinaryContentAttachmentFileName()
Gets the value of the binaryContentAttachmentFileName property.

Returns:
possible object is String

setBinaryContentAttachmentFileName

public void setBinaryContentAttachmentFileName(String value)
Sets the value of the binaryContentAttachmentFileName property.

Parameters:
value - allowed object is String

getBinaryLink

public String getBinaryLink()
Gets the value of the binaryLink property.

Returns:
possible object is String

setBinaryLink

public void setBinaryLink(String value)
Sets the value of the binaryLink property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getMetadata

public Assets.Asset.Metadata getMetadata()
Gets the value of the metadata property.

Returns:
possible object is Assets.Asset.Metadata

setMetadata

public void setMetadata(Assets.Asset.Metadata value)
Sets the value of the metadata property.

Parameters:
value - allowed object is Assets.Asset.Metadata

getPublished

public XMLGregorianCalendar getPublished()
Gets the value of the published property.

Returns:
possible object is XMLGregorianCalendar

setPublished

public void setPublished(XMLGregorianCalendar value)
Sets the value of the published property.

Parameters:
value - allowed object is XMLGregorianCalendar

getRefLink

public String getRefLink()
Gets the value of the refLink property.

Returns:
possible object is String

setRefLink

public void setRefLink(String value)
Sets the value of the refLink property.

Parameters:
value - allowed object is String

getSourceLink

public String getSourceLink()
Gets the value of the sourceLink property.

Returns:
possible object is String

setSourceLink

public void setSourceLink(String value)
Sets the value of the sourceLink property.

Parameters:
value - allowed object is String

getTitle

public String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String


Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.