public static class Assets.Asset.Metadata 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="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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
checkInComment |
protected XMLGregorianCalendar |
created |
protected String |
disabled |
protected String |
format |
protected String |
note |
protected String |
state |
protected String |
uuid |
protected byte |
versionNumber |
| Constructor and Description |
|---|
Assets.Asset.Metadata() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCheckInComment()
Gets the value of the checkInComment property.
|
XMLGregorianCalendar |
getCreated()
Gets the value of the created property.
|
String |
getDisabled()
Gets the value of the disabled property.
|
String |
getFormat()
Gets the value of the format property.
|
String |
getNote()
Gets the value of the note property.
|
String |
getState()
Gets the value of the state property.
|
String |
getUuid()
Gets the value of the uuid property.
|
byte |
getVersionNumber()
Gets the value of the versionNumber property.
|
void |
setCheckInComment(String value)
Sets the value of the checkInComment property.
|
void |
setCreated(XMLGregorianCalendar value)
Sets the value of the created property.
|
void |
setDisabled(String value)
Sets the value of the disabled property.
|
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setNote(String value)
Sets the value of the note property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
void |
setVersionNumber(byte value)
Sets the value of the versionNumber property.
|
protected String checkInComment
protected XMLGregorianCalendar created
protected String disabled
protected String format
protected String note
protected String state
protected String uuid
protected byte versionNumber
public String getCheckInComment()
Stringpublic void setCheckInComment(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCreated()
XMLGregorianCalendarpublic void setCreated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getDisabled()
Stringpublic void setDisabled(String value)
value - allowed object is
Stringpublic String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic String getNote()
Stringpublic void setNote(String value)
value - allowed object is
Stringpublic String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic byte getVersionNumber()
public void setVersionNumber(byte value)
Copyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.