msi.web.client
Class PrincipalWUWD
java.lang.Object
msi.web.client.PrincipalWUWD
- public class PrincipalWUWD
- extends java.lang.Object
This is the dtd for the write-up and write-down methods.
<!ELEMENT WUWD (leaseNumber | effectiveDate|
bankCode? | amount |checkNumber? | principalBalance )>
<!ELEMENT leaseNumber (#PCDATA)>
<!ELEMENT effectiveDate (#PCDATA)>
<!ELEMENT bankCode (#PCDATA)>
<!ELEMENT amount (#PCDATA)>
<!ELEMENT checkNumber (#PCDATA)>
<!ELEMENT principalBalance (#PCDATA)>
This is the dtd for the write-up and write-down reversal methods.
<!ELEMENT WUWDR (leaseNumber)>
<!ELEMENT leaseNumber (#PCDATA)>
- Author:
- Joseph Acosta
Method Summary |
java.lang.String |
writeDown(java.lang.String wdXmlData)
|
java.lang.String |
writeDownReversal(java.lang.String wdrLeaseNumber)
|
java.lang.String |
writeUp(java.lang.String wuXmlData)
|
java.lang.String |
writeUpReversal(java.lang.String wurLeaseNumber)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrincipalWUWD
public PrincipalWUWD()
writeUp
public java.lang.String writeUp(java.lang.String wuXmlData)
writeDown
public java.lang.String writeDown(java.lang.String wdXmlData)
writeUpReversal
public java.lang.String writeUpReversal(java.lang.String wurLeaseNumber)
writeDownReversal
public java.lang.String writeDownReversal(java.lang.String wdrLeaseNumber)
© 2008 by NetSol Technologies, Inc.
All rights reserved.The information contained in this document is the property of NetSol Technologies, Inc. Use of the information contained herein is restricted. Conditions of use are subject to change without notice. NetSol Technologies, Inc. assumes no liability for any inaccuracy that may appear in this document; the contents of this document do not constitute a promise or warranty. The software described in this document is furnished under license and may be used or copied only in accordance with the terms of said license. Unauthorized use, alteration, or reproduction of this document without the written consent of NetSol Technologies, Inc. is prohibited.