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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
match |
protected String |
target |
| Constructor and Description |
|---|
Version() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getMatch()
Stringpublic void setMatch(String value)
value - allowed object is
Stringpublic String getTarget()
StringCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.