|
|
@@ -0,0 +1,689 @@
|
|
|
+/**
|
|
|
+ * WSReceiveEntry.java
|
|
|
+ *
|
|
|
+ * This file was auto-generated from WSDL
|
|
|
+ * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
|
|
|
+ */
|
|
|
+
|
|
|
+package com.malk.ruisi.client;
|
|
|
+
|
|
|
+public class WSReceiveEntry extends com.malk.ruisi.client.WSBean implements java.io.Serializable {
|
|
|
+ private double accountLocal;
|
|
|
+
|
|
|
+ private boolean agency;
|
|
|
+
|
|
|
+ private double amount;
|
|
|
+
|
|
|
+ private String amountType;
|
|
|
+
|
|
|
+ private String bank;
|
|
|
+
|
|
|
+ private String bankAccount;
|
|
|
+
|
|
|
+ private String bizDate;
|
|
|
+
|
|
|
+ private String bizType;
|
|
|
+
|
|
|
+ private String cssp;
|
|
|
+
|
|
|
+ private String currency;
|
|
|
+
|
|
|
+ private String decription;
|
|
|
+
|
|
|
+ private double exchangeRate;
|
|
|
+
|
|
|
+ private WSReceive parent;
|
|
|
+
|
|
|
+ private String payType;
|
|
|
+
|
|
|
+ private boolean revice;
|
|
|
+
|
|
|
+ private String studentNumber ;
|
|
|
+
|
|
|
+ private String contractNumber ;
|
|
|
+
|
|
|
+ private String studentName ;
|
|
|
+
|
|
|
+ private String company;
|
|
|
+
|
|
|
+ public WSReceiveEntry() {
|
|
|
+ }
|
|
|
+
|
|
|
+ public WSReceiveEntry(
|
|
|
+ double accountLocal,
|
|
|
+ boolean agency,
|
|
|
+ double amount,
|
|
|
+ String amountType,
|
|
|
+ String bank,
|
|
|
+ String bankAccount,
|
|
|
+ String bizDate,
|
|
|
+ String bizType,
|
|
|
+ String cssp,
|
|
|
+ String currency,
|
|
|
+ String decription,
|
|
|
+ double exchangeRate,
|
|
|
+ WSReceive parent,
|
|
|
+ String payType,
|
|
|
+ boolean revice,
|
|
|
+ String studentNumber,
|
|
|
+ String studentName,
|
|
|
+ String contractNumber,
|
|
|
+ String company) {
|
|
|
+ this.accountLocal = accountLocal;
|
|
|
+ this.agency = agency;
|
|
|
+ this.amount = amount;
|
|
|
+ this.amountType = amountType;
|
|
|
+ this.bank = bank;
|
|
|
+ this.bankAccount = bankAccount;
|
|
|
+ this.bizDate = bizDate;
|
|
|
+ this.bizType = bizType;
|
|
|
+ this.cssp = cssp;
|
|
|
+ this.currency = currency;
|
|
|
+ this.decription = decription;
|
|
|
+ this.exchangeRate = exchangeRate;
|
|
|
+ this.parent = parent;
|
|
|
+ this.payType = payType;
|
|
|
+ this.revice = revice;
|
|
|
+ this.studentNumber = studentNumber;
|
|
|
+ this.studentName = studentName;
|
|
|
+ this.contractNumber = contractNumber;
|
|
|
+ this.company = company;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Gets the accountLocal value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @return accountLocal
|
|
|
+ */
|
|
|
+ public double getAccountLocal() {
|
|
|
+ return accountLocal;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Sets the accountLocal value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @param accountLocal
|
|
|
+ */
|
|
|
+ public void setAccountLocal(double accountLocal) {
|
|
|
+ this.accountLocal = accountLocal;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Gets the agency value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @return agency
|
|
|
+ */
|
|
|
+ public boolean isAgency() {
|
|
|
+ return agency;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Sets the agency value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @param agency
|
|
|
+ */
|
|
|
+ public void setAgency(boolean agency) {
|
|
|
+ this.agency = agency;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Gets the amount value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @return amount
|
|
|
+ */
|
|
|
+ public double getAmount() {
|
|
|
+ return amount;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Sets the amount value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @param amount
|
|
|
+ */
|
|
|
+ public void setAmount(double amount) {
|
|
|
+ this.amount = amount;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Gets the amountType value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @return amountType
|
|
|
+ */
|
|
|
+ public String getAmountType() {
|
|
|
+ return amountType;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Sets the amountType value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @param amountType
|
|
|
+ */
|
|
|
+ public void setAmountType(String amountType) {
|
|
|
+ this.amountType = amountType;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Gets the bank value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @return bank
|
|
|
+ */
|
|
|
+ public String getBank() {
|
|
|
+ return bank;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Sets the bank value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @param bank
|
|
|
+ */
|
|
|
+ public void setBank(String bank) {
|
|
|
+ this.bank = bank;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Gets the bankAccount value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @return bankAccount
|
|
|
+ */
|
|
|
+ public String getBankAccount() {
|
|
|
+ return bankAccount;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Sets the bankAccount value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @param bankAccount
|
|
|
+ */
|
|
|
+ public void setBankAccount(String bankAccount) {
|
|
|
+ this.bankAccount = bankAccount;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Gets the bizDate value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @return bizDate
|
|
|
+ */
|
|
|
+ public String getBizDate() {
|
|
|
+ return bizDate;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Sets the bizDate value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @param bizDate
|
|
|
+ */
|
|
|
+ public void setBizDate(String bizDate) {
|
|
|
+ this.bizDate = bizDate;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Gets the bizType value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @return bizType
|
|
|
+ */
|
|
|
+ public String getBizType() {
|
|
|
+ return bizType;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Sets the bizType value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @param bizType
|
|
|
+ */
|
|
|
+ public void setBizType(String bizType) {
|
|
|
+ this.bizType = bizType;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Gets the cssp value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @return cssp
|
|
|
+ */
|
|
|
+ public String getCssp() {
|
|
|
+ return cssp;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Sets the cssp value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @param cssp
|
|
|
+ */
|
|
|
+ public void setCssp(String cssp) {
|
|
|
+ this.cssp = cssp;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Gets the currency value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @return currency
|
|
|
+ */
|
|
|
+ public String getCurrency() {
|
|
|
+ return currency;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Sets the currency value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @param currency
|
|
|
+ */
|
|
|
+ public void setCurrency(String currency) {
|
|
|
+ this.currency = currency;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Gets the decription value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @return decription
|
|
|
+ */
|
|
|
+ public String getDecription() {
|
|
|
+ return decription;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Sets the decription value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @param decription
|
|
|
+ */
|
|
|
+ public void setDecription(String decription) {
|
|
|
+ this.decription = decription;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Gets the exchangeRate value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @return exchangeRate
|
|
|
+ */
|
|
|
+ public double getExchangeRate() {
|
|
|
+ return exchangeRate;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Sets the exchangeRate value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @param exchangeRate
|
|
|
+ */
|
|
|
+ public void setExchangeRate(double exchangeRate) {
|
|
|
+ this.exchangeRate = exchangeRate;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Gets the parent value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @return parent
|
|
|
+ */
|
|
|
+ public WSReceive getParent() {
|
|
|
+ return parent;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Sets the parent value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @param parent
|
|
|
+ */
|
|
|
+ public void setParent(WSReceive parent) {
|
|
|
+ this.parent = parent;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Gets the payType value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @return payType
|
|
|
+ */
|
|
|
+ public String getPayType() {
|
|
|
+ return payType;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Sets the payType value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @param payType
|
|
|
+ */
|
|
|
+ public void setPayType(String payType) {
|
|
|
+ this.payType = payType;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Gets the revice value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @return revice
|
|
|
+ */
|
|
|
+ public boolean isRevice() {
|
|
|
+ return revice;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Sets the revice value for this WSReceiveEntry.
|
|
|
+ *
|
|
|
+ * @param revice
|
|
|
+ */
|
|
|
+ public void setRevice(boolean revice) {
|
|
|
+ this.revice = revice;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getStudentNumber() {
|
|
|
+ return studentNumber;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStudentNumber(String studentNumber) {
|
|
|
+ this.studentNumber = studentNumber;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getContractNumber() {
|
|
|
+ return contractNumber;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setContractNumber(String contractNumber) {
|
|
|
+ this.contractNumber = contractNumber;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getStudentName() {
|
|
|
+ return studentName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setStudentName(String studentName) {
|
|
|
+ this.studentName = studentName;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Gets the tocompany value for this WSReceive.
|
|
|
+ *
|
|
|
+ * @return tocompany
|
|
|
+ */
|
|
|
+ public String getCompany() {
|
|
|
+ return company;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Sets the tocompany value for this WSReceive.
|
|
|
+ *
|
|
|
+ * @param tocompany
|
|
|
+ */
|
|
|
+ public void setCompany(String company) {
|
|
|
+ this.company = company;
|
|
|
+ }
|
|
|
+
|
|
|
+ private Object __equalsCalc = null;
|
|
|
+ public synchronized boolean equals(Object obj) {
|
|
|
+ if (!(obj instanceof WSReceiveEntry)) return false;
|
|
|
+ WSReceiveEntry other = (WSReceiveEntry) obj;
|
|
|
+ if (obj == null) return false;
|
|
|
+ if (this == obj) return true;
|
|
|
+ if (__equalsCalc != null) {
|
|
|
+ return (__equalsCalc == obj);
|
|
|
+ }
|
|
|
+ __equalsCalc = obj;
|
|
|
+ boolean _equals;
|
|
|
+ _equals = super.equals(obj) &&
|
|
|
+ this.accountLocal == other.getAccountLocal() &&
|
|
|
+ this.agency == other.isAgency() &&
|
|
|
+ this.amount == other.getAmount() &&
|
|
|
+ ((this.amountType==null && other.getAmountType()==null) ||
|
|
|
+ (this.amountType!=null &&
|
|
|
+ this.amountType.equals(other.getAmountType()))) &&
|
|
|
+ ((this.bank==null && other.getBank()==null) ||
|
|
|
+ (this.bank!=null &&
|
|
|
+ this.bank.equals(other.getBank()))) &&
|
|
|
+ ((this.bankAccount==null && other.getBankAccount()==null) ||
|
|
|
+ (this.bankAccount!=null &&
|
|
|
+ this.bankAccount.equals(other.getBankAccount()))) &&
|
|
|
+ ((this.bizDate==null && other.getBizDate()==null) ||
|
|
|
+ (this.bizDate!=null &&
|
|
|
+ this.bizDate.equals(other.getBizDate()))) &&
|
|
|
+ ((this.bizType==null && other.getBizType()==null) ||
|
|
|
+ (this.bizType!=null &&
|
|
|
+ this.bizType.equals(other.getBizType()))) &&
|
|
|
+ ((this.cssp==null && other.getCssp()==null) ||
|
|
|
+ (this.cssp!=null &&
|
|
|
+ this.cssp.equals(other.getCssp()))) &&
|
|
|
+ ((this.currency==null && other.getCurrency()==null) ||
|
|
|
+ (this.currency!=null &&
|
|
|
+ this.currency.equals(other.getCurrency()))) &&
|
|
|
+ ((this.decription==null && other.getDecription()==null) ||
|
|
|
+ (this.decription!=null &&
|
|
|
+ this.decription.equals(other.getDecription()))) &&
|
|
|
+ this.exchangeRate == other.getExchangeRate() &&
|
|
|
+ ((this.parent==null && other.getParent()==null) ||
|
|
|
+ (this.parent!=null &&
|
|
|
+ this.parent.equals(other.getParent()))) &&
|
|
|
+ ((this.payType==null && other.getPayType()==null) ||
|
|
|
+ (this.payType!=null &&
|
|
|
+ this.payType.equals(other.getPayType()))) &&
|
|
|
+ this.revice == other.isRevice() &&
|
|
|
+ ((this.studentNumber==null && other.getStudentNumber()==null) ||
|
|
|
+ (this.studentNumber!=null &&
|
|
|
+ this.studentNumber.equals(other.getStudentNumber()))) &&
|
|
|
+ ((this.studentName==null && other.getStudentName()==null) ||
|
|
|
+ (this.studentName!=null &&
|
|
|
+ this.studentName.equals(other.getStudentName()))) &&
|
|
|
+ ((this.contractNumber==null && other.getContractNumber()==null) ||
|
|
|
+ (this.contractNumber!=null &&
|
|
|
+ this.contractNumber.equals(other.getContractNumber())));
|
|
|
+ ;
|
|
|
+ __equalsCalc = null;
|
|
|
+ return _equals;
|
|
|
+ }
|
|
|
+
|
|
|
+ private boolean __hashCodeCalc = false;
|
|
|
+ public synchronized int hashCode() {
|
|
|
+ if (__hashCodeCalc) {
|
|
|
+ return 0;
|
|
|
+ }
|
|
|
+ __hashCodeCalc = true;
|
|
|
+ int _hashCode = super.hashCode();
|
|
|
+ _hashCode += new Double(getAccountLocal()).hashCode();
|
|
|
+ _hashCode += (isAgency() ? Boolean.TRUE : Boolean.FALSE).hashCode();
|
|
|
+ _hashCode += new Double(getAmount()).hashCode();
|
|
|
+ if (getAmountType() != null) {
|
|
|
+ _hashCode += getAmountType().hashCode();
|
|
|
+ }
|
|
|
+ if (getBank() != null) {
|
|
|
+ _hashCode += getBank().hashCode();
|
|
|
+ }
|
|
|
+ if (getBankAccount() != null) {
|
|
|
+ _hashCode += getBankAccount().hashCode();
|
|
|
+ }
|
|
|
+ if (getBizDate() != null) {
|
|
|
+ _hashCode += getBizDate().hashCode();
|
|
|
+ }
|
|
|
+ if (getBizType() != null) {
|
|
|
+ _hashCode += getBizType().hashCode();
|
|
|
+ }
|
|
|
+ if (getCssp() != null) {
|
|
|
+ _hashCode += getCssp().hashCode();
|
|
|
+ }
|
|
|
+ if (getCurrency() != null) {
|
|
|
+ _hashCode += getCurrency().hashCode();
|
|
|
+ }
|
|
|
+ if (getDecription() != null) {
|
|
|
+ _hashCode += getDecription().hashCode();
|
|
|
+ }
|
|
|
+ _hashCode += new Double(getExchangeRate()).hashCode();
|
|
|
+ if (getParent() != null) {
|
|
|
+ _hashCode += getParent().hashCode();
|
|
|
+ }
|
|
|
+ if (getPayType() != null) {
|
|
|
+ _hashCode += getPayType().hashCode();
|
|
|
+ }
|
|
|
+ _hashCode += (isRevice() ? Boolean.TRUE : Boolean.FALSE).hashCode();
|
|
|
+ __hashCodeCalc = false;
|
|
|
+ return _hashCode;
|
|
|
+ }
|
|
|
+
|
|
|
+ // Type metadata
|
|
|
+ private static org.apache.axis.description.TypeDesc typeDesc =
|
|
|
+ new org.apache.axis.description.TypeDesc(WSReceiveEntry.class, true);
|
|
|
+
|
|
|
+ static {
|
|
|
+ typeDesc.setXmlType(new javax.xml.namespace.QName("urn:client.receive", "WSReceiveEntry"));
|
|
|
+ org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
|
|
|
+ elemField.setFieldName("accountLocal");
|
|
|
+ elemField.setXmlName(new javax.xml.namespace.QName("", "accountLocal"));
|
|
|
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "double"));
|
|
|
+ elemField.setNillable(false);
|
|
|
+ typeDesc.addFieldDesc(elemField);
|
|
|
+ elemField = new org.apache.axis.description.ElementDesc();
|
|
|
+ elemField.setFieldName("agency");
|
|
|
+ elemField.setXmlName(new javax.xml.namespace.QName("", "agency"));
|
|
|
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "boolean"));
|
|
|
+ elemField.setNillable(false);
|
|
|
+ typeDesc.addFieldDesc(elemField);
|
|
|
+ elemField = new org.apache.axis.description.ElementDesc();
|
|
|
+ elemField.setFieldName("amount");
|
|
|
+ elemField.setXmlName(new javax.xml.namespace.QName("", "amount"));
|
|
|
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "double"));
|
|
|
+ elemField.setNillable(false);
|
|
|
+ typeDesc.addFieldDesc(elemField);
|
|
|
+ elemField = new org.apache.axis.description.ElementDesc();
|
|
|
+ elemField.setFieldName("amountType");
|
|
|
+ elemField.setXmlName(new javax.xml.namespace.QName("", "amountType"));
|
|
|
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
|
|
|
+ elemField.setNillable(true);
|
|
|
+ typeDesc.addFieldDesc(elemField);
|
|
|
+ elemField = new org.apache.axis.description.ElementDesc();
|
|
|
+ elemField.setFieldName("bank");
|
|
|
+ elemField.setXmlName(new javax.xml.namespace.QName("", "bank"));
|
|
|
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
|
|
|
+ elemField.setNillable(true);
|
|
|
+ typeDesc.addFieldDesc(elemField);
|
|
|
+ elemField = new org.apache.axis.description.ElementDesc();
|
|
|
+ elemField.setFieldName("bankAccount");
|
|
|
+ elemField.setXmlName(new javax.xml.namespace.QName("", "bankAccount"));
|
|
|
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
|
|
|
+ elemField.setNillable(true);
|
|
|
+ typeDesc.addFieldDesc(elemField);
|
|
|
+ elemField = new org.apache.axis.description.ElementDesc();
|
|
|
+ elemField.setFieldName("bizDate");
|
|
|
+ elemField.setXmlName(new javax.xml.namespace.QName("", "bizDate"));
|
|
|
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
|
|
|
+ elemField.setNillable(true);
|
|
|
+ typeDesc.addFieldDesc(elemField);
|
|
|
+ elemField = new org.apache.axis.description.ElementDesc();
|
|
|
+ elemField.setFieldName("bizType");
|
|
|
+ elemField.setXmlName(new javax.xml.namespace.QName("", "bizType"));
|
|
|
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
|
|
|
+ elemField.setNillable(true);
|
|
|
+ typeDesc.addFieldDesc(elemField);
|
|
|
+ elemField = new org.apache.axis.description.ElementDesc();
|
|
|
+ elemField.setFieldName("cssp");
|
|
|
+ elemField.setXmlName(new javax.xml.namespace.QName("", "cssp"));
|
|
|
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
|
|
|
+ elemField.setNillable(true);
|
|
|
+ typeDesc.addFieldDesc(elemField);
|
|
|
+ elemField = new org.apache.axis.description.ElementDesc();
|
|
|
+ elemField.setFieldName("currency");
|
|
|
+ elemField.setXmlName(new javax.xml.namespace.QName("", "currency"));
|
|
|
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
|
|
|
+ elemField.setNillable(true);
|
|
|
+ typeDesc.addFieldDesc(elemField);
|
|
|
+ elemField = new org.apache.axis.description.ElementDesc();
|
|
|
+ elemField.setFieldName("decription");
|
|
|
+ elemField.setXmlName(new javax.xml.namespace.QName("", "decription"));
|
|
|
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
|
|
|
+ elemField.setNillable(true);
|
|
|
+ typeDesc.addFieldDesc(elemField);
|
|
|
+ elemField = new org.apache.axis.description.ElementDesc();
|
|
|
+ elemField.setFieldName("exchangeRate");
|
|
|
+ elemField.setXmlName(new javax.xml.namespace.QName("", "exchangeRate"));
|
|
|
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "double"));
|
|
|
+ elemField.setNillable(false);
|
|
|
+ typeDesc.addFieldDesc(elemField);
|
|
|
+ elemField = new org.apache.axis.description.ElementDesc();
|
|
|
+ elemField.setFieldName("parent");
|
|
|
+ elemField.setXmlName(new javax.xml.namespace.QName("", "parent"));
|
|
|
+ elemField.setXmlType(new javax.xml.namespace.QName("urn:client.receive", "WSReceive"));
|
|
|
+ elemField.setNillable(true);
|
|
|
+ typeDesc.addFieldDesc(elemField);
|
|
|
+ elemField = new org.apache.axis.description.ElementDesc();
|
|
|
+ elemField.setFieldName("payType");
|
|
|
+ elemField.setXmlName(new javax.xml.namespace.QName("", "payType"));
|
|
|
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
|
|
|
+ elemField.setNillable(true);
|
|
|
+ typeDesc.addFieldDesc(elemField);
|
|
|
+ elemField = new org.apache.axis.description.ElementDesc();
|
|
|
+ elemField.setFieldName("revice");
|
|
|
+ elemField.setXmlName(new javax.xml.namespace.QName("", "revice"));
|
|
|
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "boolean"));
|
|
|
+ elemField.setNillable(false);
|
|
|
+ typeDesc.addFieldDesc(elemField);
|
|
|
+ elemField = new org.apache.axis.description.ElementDesc();
|
|
|
+ elemField.setFieldName("studentNumber");
|
|
|
+ elemField.setXmlName(new javax.xml.namespace.QName("", "studentNumber"));
|
|
|
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
|
|
|
+ elemField.setNillable(true);
|
|
|
+ typeDesc.addFieldDesc(elemField);
|
|
|
+ elemField = new org.apache.axis.description.ElementDesc();
|
|
|
+ elemField.setFieldName("studentName");
|
|
|
+ elemField.setXmlName(new javax.xml.namespace.QName("", "studentName"));
|
|
|
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
|
|
|
+ elemField.setNillable(true);
|
|
|
+ typeDesc.addFieldDesc(elemField);
|
|
|
+ elemField = new org.apache.axis.description.ElementDesc();
|
|
|
+ elemField.setFieldName("contractNumber");
|
|
|
+ elemField.setXmlName(new javax.xml.namespace.QName("", "contractNumber"));
|
|
|
+ elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
|
|
|
+ elemField.setNillable(true);
|
|
|
+ typeDesc.addFieldDesc(elemField);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Return type metadata object
|
|
|
+ */
|
|
|
+ public static org.apache.axis.description.TypeDesc getTypeDesc() {
|
|
|
+ return typeDesc;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Get Custom Serializer
|
|
|
+ */
|
|
|
+ public static org.apache.axis.encoding.Serializer getSerializer(
|
|
|
+ String mechType,
|
|
|
+ Class _javaType,
|
|
|
+ javax.xml.namespace.QName _xmlType) {
|
|
|
+ return
|
|
|
+ new org.apache.axis.encoding.ser.BeanSerializer(
|
|
|
+ _javaType, _xmlType, typeDesc);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Get Custom Deserializer
|
|
|
+ */
|
|
|
+ public static org.apache.axis.encoding.Deserializer getDeserializer(
|
|
|
+ String mechType,
|
|
|
+ Class _javaType,
|
|
|
+ javax.xml.namespace.QName _xmlType) {
|
|
|
+ return
|
|
|
+ new org.apache.axis.encoding.ser.BeanDeserializer(
|
|
|
+ _javaType, _xmlType, typeDesc);
|
|
|
+ }
|
|
|
+
|
|
|
+}
|