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>
 
  • Field Details

    • id

      protected String id
    • before

      protected String before
    • after

      protected String after
  • Constructor Details

    • ChangePair

      public ChangePair()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • 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 is String
    • getAfter

      public String getAfter()
      Gets the value of the after property.
      Returns:
      possible object is String
    • setAfter

      public void setAfter(String value)
      Sets the value of the after property.
      Parameters:
      value - allowed object is String