All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.datastream.schemas.mp_functions.gridrequest.PROMPTFIELD Maven / Gradle / Ivy

There is a newer version: 12.1.0-21
Show newest version

package net.datastream.schemas.mp_functions.gridrequest;

import java.math.BigInteger;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Classe Java pour anonymous complex type. * *

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe. * *

 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <attribute name="TRANSACTIONTYPE" type="{http://schemas.datastream.net/MP_fields}CODE4_Type" />
 *       <attribute name="WSPROMPTCODE" type="{http://schemas.datastream.net/MP_fields}CODE6_Type" />
 *       <attribute name="SOURCEPROMPTSEQUENCE" type="{http://www.w3.org/2001/XMLSchema}integer" />
 *       <attribute name="TARGETPROMPTSEQUENCE" type="{http://www.w3.org/2001/XMLSchema}integer" />
 *       <attribute name="NUMBER_OF_ROWS_FIRST_RETURNED" type="{http://www.w3.org/2001/XMLSchema}integer" />
 *       <attribute name="CURSOR_POSITION" type="{http://schemas.datastream.net/MP_functions/GridRequest}CURSOR_POSITION" />
 *       <attribute name="TERSERESPONSE" type="{http://schemas.datastream.net/MP_fields}FLAG_Type" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") @XmlRootElement(name = "PROMPTFIELD") public class PROMPTFIELD { @XmlAttribute(name = "TRANSACTIONTYPE") protected String transactiontype; @XmlAttribute(name = "WSPROMPTCODE") protected String wspromptcode; @XmlAttribute(name = "SOURCEPROMPTSEQUENCE") protected BigInteger sourcepromptsequence; @XmlAttribute(name = "TARGETPROMPTSEQUENCE") protected BigInteger targetpromptsequence; @XmlAttribute(name = "NUMBER_OF_ROWS_FIRST_RETURNED") protected BigInteger number_OF_ROWS_FIRST_RETURNED; @XmlAttribute(name = "CURSOR_POSITION") protected BigInteger cursor_POSITION; @XmlAttribute(name = "TERSERESPONSE") protected String terseresponse; /** * Obtient la valeur de la propriété transactiontype. * * @return * possible object is * {@link String } * */ public String getTRANSACTIONTYPE() { return transactiontype; } /** * Définit la valeur de la propriété transactiontype. * * @param value * allowed object is * {@link String } * */ public void setTRANSACTIONTYPE(String value) { this.transactiontype = value; } /** * Obtient la valeur de la propriété wspromptcode. * * @return * possible object is * {@link String } * */ public String getWSPROMPTCODE() { return wspromptcode; } /** * Définit la valeur de la propriété wspromptcode. * * @param value * allowed object is * {@link String } * */ public void setWSPROMPTCODE(String value) { this.wspromptcode = value; } /** * Obtient la valeur de la propriété sourcepromptsequence. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getSOURCEPROMPTSEQUENCE() { return sourcepromptsequence; } /** * Définit la valeur de la propriété sourcepromptsequence. * * @param value * allowed object is * {@link BigInteger } * */ public void setSOURCEPROMPTSEQUENCE(BigInteger value) { this.sourcepromptsequence = value; } /** * Obtient la valeur de la propriété targetpromptsequence. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getTARGETPROMPTSEQUENCE() { return targetpromptsequence; } /** * Définit la valeur de la propriété targetpromptsequence. * * @param value * allowed object is * {@link BigInteger } * */ public void setTARGETPROMPTSEQUENCE(BigInteger value) { this.targetpromptsequence = value; } /** * Obtient la valeur de la propriété number_OF_ROWS_FIRST_RETURNED. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getNUMBER_OF_ROWS_FIRST_RETURNED() { return number_OF_ROWS_FIRST_RETURNED; } /** * Définit la valeur de la propriété number_OF_ROWS_FIRST_RETURNED. * * @param value * allowed object is * {@link BigInteger } * */ public void setNUMBER_OF_ROWS_FIRST_RETURNED(BigInteger value) { this.number_OF_ROWS_FIRST_RETURNED = value; } /** * Obtient la valeur de la propriété cursor_POSITION. * * @return * possible object is * {@link BigInteger } * */ public BigInteger getCURSOR_POSITION() { return cursor_POSITION; } /** * Définit la valeur de la propriété cursor_POSITION. * * @param value * allowed object is * {@link BigInteger } * */ public void setCURSOR_POSITION(BigInteger value) { this.cursor_POSITION = value; } /** * Obtient la valeur de la propriété terseresponse. * * @return * possible object is * {@link String } * */ public String getTERSERESPONSE() { return terseresponse; } /** * Définit la valeur de la propriété terseresponse. * * @param value * allowed object is * {@link String } * */ public void setTERSERESPONSE(String value) { this.terseresponse = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy