net.authorize.api.contract.v1
Class IsAliveRequest

java.lang.Object
  extended by net.authorize.api.contract.v1.IsAliveRequest

public class IsAliveRequest
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">
       <sequence>
         <element name="refId" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String refId
           
 
Constructor Summary
IsAliveRequest()
           
 
Method Summary
 String getRefId()
          Gets the value of the refId property.
 void setRefId(String value)
          Sets the value of the refId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

refId

protected String refId
Constructor Detail

IsAliveRequest

public IsAliveRequest()
Method Detail

getRefId

public String getRefId()
Gets the value of the refId property.

Returns:
possible object is String

setRefId

public void setRefId(String value)
Sets the value of the refId property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.