
net.datastream.schemas.mp_functions.gridrequest.PROMPTFIELD Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eam-wshub-proxyclient Show documentation
Show all versions of eam-wshub-proxyclient Show documentation
JAX-WS aisws aisws generated from Infor EAM Web Services Toolkit WSDLs.
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;
/**
* 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="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;
/**
* Gets the value of the transactiontype property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTRANSACTIONTYPE() {
return transactiontype;
}
/**
* Sets the value of the transactiontype property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTRANSACTIONTYPE(String value) {
this.transactiontype = value;
}
/**
* Gets the value of the wspromptcode property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getWSPROMPTCODE() {
return wspromptcode;
}
/**
* Sets the value of the wspromptcode property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setWSPROMPTCODE(String value) {
this.wspromptcode = value;
}
/**
* Gets the value of the sourcepromptsequence property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getSOURCEPROMPTSEQUENCE() {
return sourcepromptsequence;
}
/**
* Sets the value of the sourcepromptsequence property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setSOURCEPROMPTSEQUENCE(BigInteger value) {
this.sourcepromptsequence = value;
}
/**
* Gets the value of the targetpromptsequence property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getTARGETPROMPTSEQUENCE() {
return targetpromptsequence;
}
/**
* Sets the value of the targetpromptsequence property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setTARGETPROMPTSEQUENCE(BigInteger value) {
this.targetpromptsequence = value;
}
/**
* Gets the value of the number_OF_ROWS_FIRST_RETURNED property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getNUMBER_OF_ROWS_FIRST_RETURNED() {
return number_OF_ROWS_FIRST_RETURNED;
}
/**
* Sets the value of the number_OF_ROWS_FIRST_RETURNED property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setNUMBER_OF_ROWS_FIRST_RETURNED(BigInteger value) {
this.number_OF_ROWS_FIRST_RETURNED = value;
}
/**
* Gets the value of the cursor_POSITION property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getCURSOR_POSITION() {
return cursor_POSITION;
}
/**
* Sets the value of the cursor_POSITION property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setCURSOR_POSITION(BigInteger value) {
this.cursor_POSITION = value;
}
/**
* Gets the value of the terseresponse property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTERSERESPONSE() {
return terseresponse;
}
/**
* Sets the value of the terseresponse property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTERSERESPONSE(String value) {
this.terseresponse = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy