|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.plugins.rhnhosted.xml.RhnPackageFileType
public class RhnPackageFileType
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 |
|---|
protected String value
protected String username
protected String lang
protected String name
protected String verifyflags
protected String rdev
protected String groupname
protected String mtime
protected String fileSize
protected String device
protected String flags
protected String md5
protected String inode
protected String linkto
protected String fileMode
| Constructor Detail |
|---|
public RhnPackageFileType()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVerifyflags()
Stringpublic void setVerifyflags(String value)
value - allowed object is
Stringpublic String getRdev()
Stringpublic void setRdev(String value)
value - allowed object is
Stringpublic String getGroupname()
Stringpublic void setGroupname(String value)
value - allowed object is
Stringpublic String getMtime()
Stringpublic void setMtime(String value)
value - allowed object is
Stringpublic String getFileSize()
Stringpublic void setFileSize(String value)
value - allowed object is
Stringpublic String getDevice()
Stringpublic void setDevice(String value)
value - allowed object is
Stringpublic String getFlags()
Stringpublic void setFlags(String value)
value - allowed object is
Stringpublic String getMd5()
Stringpublic void setMd5(String value)
value - allowed object is
Stringpublic String getInode()
Stringpublic void setInode(String value)
value - allowed object is
Stringpublic String getLinkto()
Stringpublic void setLinkto(String value)
value - allowed object is
Stringpublic String getFileMode()
Stringpublic void setFileMode(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||