org.overlord.sramp.atom.services.brms.assets
Class Assets.Asset.Metadata

java.lang.Object
  extended by org.overlord.sramp.atom.services.brms.assets.Assets.Asset.Metadata
All Implemented Interfaces:
Serializable
Enclosing class:
Assets.Asset

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>
 

See Also:
Serialized Form

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

checkInComment

protected String checkInComment

created

protected XMLGregorianCalendar created

disabled

protected String disabled

format

protected String format

note

protected String note

state

protected String state

uuid

protected String uuid

versionNumber

protected byte versionNumber
Constructor Detail

Assets.Asset.Metadata

public Assets.Asset.Metadata()
Method Detail

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

getDisabled

public String getDisabled()
Gets the value of the disabled property.

Returns:
possible object is String

setDisabled

public void setDisabled(String value)
Sets the value of the disabled property.

Parameters:
value - allowed object is String

getFormat

public String getFormat()
Gets the value of the format property.

Returns:
possible object is String

setFormat

public void setFormat(String value)
Sets the value of the format property.

Parameters:
value - allowed object is String

getNote

public String getNote()
Gets the value of the note property.

Returns:
possible object is String

setNote

public void setNote(String value)
Sets the value of the note property.

Parameters:
value - allowed object is String

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.