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

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

public class RhnPackageProvidesEntryType
extends Object

Java class for rhn-package-provides-entryType complex type.

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

 <complexType name="rhn-package-provides-entryType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="sense" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String name
           
protected  String sense
           
protected  String value
           
protected  String version
           
 
Constructor Summary
RhnPackageProvidesEntryType()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 String getSense()
          Gets the value of the sense property.
 String getValue()
          Gets the value of the value property.
 String getVersion()
          Gets the value of the version property.
 void setName(String value)
          Sets the value of the name property.
 void setSense(String value)
          Sets the value of the sense property.
 void setValue(String value)
          Sets the value of the value property.
 void setVersion(String value)
          Sets the value of the version 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

version

protected String version

name

protected String name

sense

protected String sense
Constructor Detail

RhnPackageProvidesEntryType

public RhnPackageProvidesEntryType()
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

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version 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

getSense

public String getSense()
Gets the value of the sense property.

Returns:
possible object is String

setSense

public void setSense(String value)
Sets the value of the sense property.

Parameters:
value - allowed object is String


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