Class ChangePair
- java.lang.Object
-
- com.sun.enterprise.admin.servermgmt.xml.stringsubs.ChangePair
-
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>
-
-
Constructor Summary
Constructors Constructor Description ChangePair()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAfter()Gets the value of the after property.StringgetBefore()Gets the value of the before property.StringgetId()Gets the value of the id property.voidsetAfter(String value)Sets the value of the after property.voidsetBefore(String value)Sets the value of the before property.voidsetId(String value)Sets the value of the id property.
-
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getBefore
public String getBefore()
Gets the value of the before property.- Returns:
- possible object is
String
-
setBefore
public void setBefore(String value)
Sets the value of the before property.- Parameters:
value- allowed object isString
-
getAfter
public String getAfter()
Gets the value of the after property.- Returns:
- possible object is
String
-
-