Class TestComparisonDirectionResponse

java.lang.Object
com.emc.d2fs.services.annotation_service.TestComparisonDirectionResponse
All Implemented Interfaces:
Serializable

public class TestComparisonDirectionResponse extends Object implements Serializable

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">
       <sequence>
       </sequence>
       <attribute name="fromIdNewerThanToId" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • TestComparisonDirectionResponse

      public TestComparisonDirectionResponse()
  • Method Details

    • isFromIdNewerThanToId

      public boolean isFromIdNewerThanToId()
      Gets the value of the fromIdNewerThanToId property.
    • setFromIdNewerThanToId

      public void setFromIdNewerThanToId(boolean value)
      Sets the value of the fromIdNewerThanToId property.