org.rhq.enterprise.server.plugins.rhnhosted.xml
Class RhnPackageFileType

java.lang.Object
  extended by org.rhq.enterprise.server.plugins.rhnhosted.xml.RhnPackageFileType

public class RhnPackageFileType
extends Object

Java class for rhn-package-fileType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="rhn-package-fileType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="username" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="verifyflags" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="rdev" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="groupname" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="mtime" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="file_size" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="device" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="flags" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="md5" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="inode" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="linkto" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="file_mode" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String device
           
protected  String fileMode
           
protected  String fileSize
           
protected  String flags
           
protected  String groupname
           
protected  String inode
           
protected  String lang
           
protected  String linkto
           
protected  String md5
           
protected  String mtime
           
protected  String name
           
protected  String rdev
           
protected  String username
           
protected  String value
           
protected  String verifyflags
           
 
Constructor Summary
RhnPackageFileType()
           
 
Method Summary
 String getDevice()
          Gets the value of the device property.
 String getFileMode()
          Gets the value of the fileMode property.
 String getFileSize()
          Gets the value of the fileSize property.
 String getFlags()
          Gets the value of the flags property.
 String getGroupname()
          Gets the value of the groupname property.
 String getInode()
          Gets the value of the inode property.
 String getLang()
          Gets the value of the lang property.
 String getLinkto()
          Gets the value of the linkto property.
 String getMd5()
          Gets the value of the md5 property.
 String getMtime()
          Gets the value of the mtime property.
 String getName()
          Gets the value of the name property.
 String getRdev()
          Gets the value of the rdev property.
 String getUsername()
          Gets the value of the username property.
 String getValue()
          Gets the value of the value property.
 String getVerifyflags()
          Gets the value of the verifyflags property.
 void setDevice(String value)
          Sets the value of the device property.
 void setFileMode(String value)
          Sets the value of the fileMode property.
 void setFileSize(String value)
          Sets the value of the fileSize property.
 void setFlags(String value)
          Sets the value of the flags property.
 void setGroupname(String value)
          Sets the value of the groupname property.
 void setInode(String value)
          Sets the value of the inode property.
 void setLang(String value)
          Sets the value of the lang property.
 void setLinkto(String value)
          Sets the value of the linkto property.
 void setMd5(String value)
          Sets the value of the md5 property.
 void setMtime(String value)
          Sets the value of the mtime property.
 void setName(String value)
          Sets the value of the name property.
 void setRdev(String value)
          Sets the value of the rdev property.
 void setUsername(String value)
          Sets the value of the username property.
 void setValue(String value)
          Sets the value of the value property.
 void setVerifyflags(String value)
          Sets the value of the verifyflags property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

username

protected String username

lang

protected String lang

name

protected String name

verifyflags

protected String verifyflags

rdev

protected String rdev

groupname

protected String groupname

mtime

protected String mtime

fileSize

protected String fileSize

device

protected String device

flags

protected String flags

md5

protected String md5

inode

protected String inode

linkto

protected String linkto

fileMode

protected String fileMode
Constructor Detail

RhnPackageFileType

public RhnPackageFileType()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getUsername

public String getUsername()
Gets the value of the username property.

Returns:
possible object is String

setUsername

public void setUsername(String value)
Sets the value of the username property.

Parameters:
value - allowed object is String

getLang

public String getLang()
Gets the value of the lang property.

Returns:
possible object is String

setLang

public void setLang(String value)
Sets the value of the lang property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getVerifyflags

public String getVerifyflags()
Gets the value of the verifyflags property.

Returns:
possible object is String

setVerifyflags

public void setVerifyflags(String value)
Sets the value of the verifyflags property.

Parameters:
value - allowed object is String

getRdev

public String getRdev()
Gets the value of the rdev property.

Returns:
possible object is String

setRdev

public void setRdev(String value)
Sets the value of the rdev property.

Parameters:
value - allowed object is String

getGroupname

public String getGroupname()
Gets the value of the groupname property.

Returns:
possible object is String

setGroupname

public void setGroupname(String value)
Sets the value of the groupname property.

Parameters:
value - allowed object is String

getMtime

public String getMtime()
Gets the value of the mtime property.

Returns:
possible object is String

setMtime

public void setMtime(String value)
Sets the value of the mtime property.

Parameters:
value - allowed object is String

getFileSize

public String getFileSize()
Gets the value of the fileSize property.

Returns:
possible object is String

setFileSize

public void setFileSize(String value)
Sets the value of the fileSize property.

Parameters:
value - allowed object is String

getDevice

public String getDevice()
Gets the value of the device property.

Returns:
possible object is String

setDevice

public void setDevice(String value)
Sets the value of the device property.

Parameters:
value - allowed object is String

getFlags

public String getFlags()
Gets the value of the flags property.

Returns:
possible object is String

setFlags

public void setFlags(String value)
Sets the value of the flags property.

Parameters:
value - allowed object is String

getMd5

public String getMd5()
Gets the value of the md5 property.

Returns:
possible object is String

setMd5

public void setMd5(String value)
Sets the value of the md5 property.

Parameters:
value - allowed object is String

getInode

public String getInode()
Gets the value of the inode property.

Returns:
possible object is String

setInode

public void setInode(String value)
Sets the value of the inode property.

Parameters:
value - allowed object is String

getLinkto

public String getLinkto()
Gets the value of the linkto property.

Returns:
possible object is String

setLinkto

public void setLinkto(String value)
Sets the value of the linkto property.

Parameters:
value - allowed object is String

getFileMode

public String getFileMode()
Gets the value of the fileMode property.

Returns:
possible object is String

setFileMode

public void setFileMode(String value)
Sets the value of the fileMode property.

Parameters:
value - allowed object is String


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.