public static class Packages.Package.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="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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
archived |
protected String |
checkinComment |
protected XMLGregorianCalendar |
created |
protected String |
state |
protected String |
uuid |
protected byte |
versionNumber |
| Constructor and Description |
|---|
Packages.Package.Metadata() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String archived
protected String checkinComment
protected XMLGregorianCalendar created
protected String state
protected String uuid
protected byte versionNumber
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)
Copyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.