org.rhq.core.clientapi.descriptor.plugin
Class Version

java.lang.Object
  extended by org.rhq.core.clientapi.descriptor.plugin.Version

public class Version
extends Object

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">
       <attribute name="match" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="target" default="this">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="parent"/>
             <enumeration value="this"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String match
           
protected  String target
           
 
Constructor Summary
Version()
           
 
Method Summary
 String getMatch()
          Gets the value of the match property.
 String getTarget()
          Gets the value of the target property.
 void setMatch(String value)
          Sets the value of the match property.
 void setTarget(String value)
          Sets the value of the target property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

match

protected String match

target

protected String target
Constructor Detail

Version

public Version()
Method Detail

getMatch

public String getMatch()
Gets the value of the match property.

Returns:
possible object is String

setMatch

public void setMatch(String value)
Sets the value of the match property.

Parameters:
value - allowed object is String

getTarget

public String getTarget()
Gets the value of the target property.

Returns:
possible object is String

setTarget

public void setTarget(String value)
Sets the value of the target property.

Parameters:
value - allowed object is String


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