pe.gob.sunat.sigad.services
Class RealizarConsulta

java.lang.Object
  extended by pe.gob.sunat.sigad.services.RealizarConsulta

public class RealizarConsulta
extends java.lang.Object

Java class for realizarConsulta complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="realizarConsulta">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="parametrosConsulta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

parametrosConsulta

protected java.lang.String parametrosConsulta
Constructor Detail

RealizarConsulta

public RealizarConsulta()
Method Detail

getParametrosConsulta

public java.lang.String getParametrosConsulta()
Gets the value of the parametrosConsulta property.

Returns:
possible object is String

setParametrosConsulta

public void setParametrosConsulta(java.lang.String value)
Sets the value of the parametrosConsulta property.

Parameters:
value - allowed object is String