|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.overlord.sramp.atom.services.brms.packages.Packages.Package.Metadata
public static class Packages.Package.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="archived" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="checkinComment" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<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 |
archived
|
protected String |
checkinComment
|
protected XMLGregorianCalendar |
created
|
protected String |
state
|
protected String |
uuid
|
protected byte |
versionNumber
|
| Constructor Summary | |
|---|---|
Packages.Package.Metadata()
|
|
| Method Summary | |
|---|---|
String |
getArchived()
Gets the value of the archived property. |
String |
getCheckinComment()
Gets the value of the checkinComment property. |
XMLGregorianCalendar |
getCreated()
Gets the value of the created 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 |
setArchived(String value)
Sets the value of the archived property. |
void |
setCheckinComment(String value)
Sets the value of the checkinComment property. |
void |
setCreated(XMLGregorianCalendar value)
Sets the value of the created 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 archived
protected String checkinComment
protected XMLGregorianCalendar created
protected String state
protected String uuid
protected byte versionNumber
| Constructor Detail |
|---|
public Packages.Package.Metadata()
| Method Detail |
|---|
public String getArchived()
Stringpublic void setArchived(String value)
value - allowed object is
Stringpublic 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 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 | |||||||||