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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Assets.Asset.Metadata
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
Assets.Asset() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
public String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic String getBinaryContentAttachmentFileName()
Stringpublic void setBinaryContentAttachmentFileName(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 Assets.Asset.Metadata getMetadata()
Assets.Asset.Metadatapublic void setMetadata(Assets.Asset.Metadata value)
value - allowed object is
Assets.Asset.Metadatapublic XMLGregorianCalendar getPublished()
XMLGregorianCalendarpublic void setPublished(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getRefLink()
Stringpublic void setRefLink(String value)
value - allowed object is
Stringpublic String getSourceLink()
Stringpublic void setSourceLink(String value)
value - allowed object is
Stringpublic String getTitle()
StringCopyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.