Class ChangePair
java.lang.Object
com.sun.enterprise.admin.servermgmt.xml.stringsubs.ChangePair
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
before
-
after
-
-
Constructor Details
-
ChangePair
public ChangePair()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getBefore
Gets the value of the before property.- Returns:
- possible object is
String
-
setBefore
Sets the value of the before property.- Parameters:
value- allowed object isString
-
getAfter
Gets the value of the after property.- Returns:
- possible object is
String
-
setAfter
Sets the value of the after property.- Parameters:
value- allowed object isString
-