org.overlord.sramp.atom.services.brms.packages
Class Packages.Package.Metadata

java.lang.Object
  extended by org.overlord.sramp.atom.services.brms.packages.Packages.Package.Metadata
All Implemented Interfaces:
Serializable
Enclosing class:
Packages.Package

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>
 

See Also:
Serialized Form

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

archived

protected String archived

checkinComment

protected String checkinComment

created

protected XMLGregorianCalendar created

state

protected String state

uuid

protected String uuid

versionNumber

protected byte versionNumber
Constructor Detail

Packages.Package.Metadata

public Packages.Package.Metadata()
Method Detail

getArchived

public String getArchived()
Gets the value of the archived property.

Returns:
possible object is String

setArchived

public void setArchived(String value)
Sets the value of the archived property.

Parameters:
value - allowed object is String

getCheckinComment

public String getCheckinComment()
Gets the value of the checkinComment property.

Returns:
possible object is String

setCheckinComment

public void setCheckinComment(String value)
Sets the value of the checkinComment property.

Parameters:
value - allowed object is String

getCreated

public XMLGregorianCalendar getCreated()
Gets the value of the created property.

Returns:
possible object is XMLGregorianCalendar

setCreated

public void setCreated(XMLGregorianCalendar value)
Sets the value of the created property.

Parameters:
value - allowed object is XMLGregorianCalendar

getState

public String getState()
Gets the value of the state property.

Returns:
possible object is String

setState

public void setState(String value)
Sets the value of the state property.

Parameters:
value - allowed object is String

getUuid

public String getUuid()
Gets the value of the uuid property.

Returns:
possible object is String

setUuid

public void setUuid(String value)
Sets the value of the uuid property.

Parameters:
value - allowed object is String

getVersionNumber

public byte getVersionNumber()
Gets the value of the versionNumber property.


setVersionNumber

public void setVersionNumber(byte value)
Sets the value of the versionNumber property.



Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.