|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.overlord.sramp.atom.services.brms.assets.Assets.Asset.Metadata
public static class Assets.Asset.Metadata
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>
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
Assets.Asset.Metadata()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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 Detail |
|---|
public Assets.Asset.Metadata()
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||