|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.core.clientapi.descriptor.plugin.Version
public class Version
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 |
|---|
protected String match
protected String target
| Constructor Detail |
|---|
public Version()
| Method Detail |
|---|
public String getMatch()
Stringpublic void setMatch(String value)
value - allowed object is
Stringpublic String getTarget()
Stringpublic void setTarget(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||