public class ChangePair 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="id" use="required" type="{http://xmlns.oracle.com/cie/glassfish/stringsubs}non-empty-string" />
<attribute name="before" use="required" type="{http://xmlns.oracle.com/cie/glassfish/stringsubs}non-empty-string" />
<attribute name="after" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
after |
protected String |
before |
protected String |
id |
| Constructor and Description |
|---|
ChangePair() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAfter()
Gets the value of the after property.
|
String |
getBefore()
Gets the value of the before property.
|
String |
getId()
Gets the value of the id property.
|
void |
setAfter(String value)
Sets the value of the after property.
|
void |
setBefore(String value)
Sets the value of the before property.
|
void |
setId(String value)
Sets the value of the id property.
|
public void setId(String value)
value - allowed object is
Stringpublic String getBefore()
Stringpublic void setBefore(String value)
value - allowed object is
Stringpublic String getAfter()
StringCopyright © 2018 Eclipse Foundation. All rights reserved.