Java Doc for XmlGroup.java in  » ERP-CRM-Financial » Kuali-Financial-System » org » kuali » module » pdp » xml » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ERP CRM Financial » Kuali Financial System » org.kuali.module.pdp.xml 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.kuali.module.pdp.xml.XmlGroup

XmlGroup
public class XmlGroup implements Serializable(Code)

author:
   jsissom



Constructor Summary
public  XmlGroup()
    

Method Summary
public  voidaddDetail(XmlDetail d)
    
public  StringgetAddress1()
    
public  StringgetAddress2()
    
public  StringgetAddress3()
    
public  StringgetAddress4()
    
public  BooleangetAttachment_ind()
    
public  BooleangetCampus_address_ind()
    
public  StringgetCity()
    
public  BooleangetCombine_ind()
    
public  StringgetCountry()
    
public  StringgetCustomer_institution_identifier()
    
public  ListgetDetail()
    
public  StringgetId_type()
    
public  BooleangetImmediate_ind()
    
public  BooleangetNra_ind()
    
public  StringgetPayee_id()
    
public  StringgetPayee_name()
    
public  StringgetPayee_own_cd()
    
public  PaymentGroupgetPaymentGroup()
    
public  DategetPayment_date()
    
public  BooleangetSpecial_handling_ind()
    
public  StringgetState()
    
public  BooleangetTaxable_ind()
    
public  StringgetZip()
    
public  BooleanisAttachment_ind()
    
public  BooleanisCampus_address_ind()
    
public  BooleanisImmediate_ind()
    
public  BooleanisNra_ind()
    
public  BooleanisSpecial_handling_ind()
    
public  BooleanisTaxable_ind()
    
public  voidsetAddress1(String address1)
    
public  voidsetAddress2(String address2)
    
public  voidsetAddress3(String address3)
    
public  voidsetAddress4(String address4)
    
public  voidsetAttachment_ind(Boolean attachment_ind)
    
public  voidsetCampus_address_ind(Boolean campus_address_ind)
    
public  voidsetCity(String city)
    
public  voidsetCombine_ind(Boolean combine_ind)
    
public  voidsetCountry(String country)
    
public  voidsetCustomerInstitutionIdentifier(String customer_IU_identifier)
    
public  voidsetDetail(List detail)
    
public  voidsetField(String name, String value)
    
public  voidsetId_type(String id_type)
    
public  voidsetImmediate_ind(Boolean immediate_ind)
    
public  voidsetNra_ind(Boolean nra_ind)
    
public  voidsetPayee_id(String payee_id)
    
public  voidsetPayee_name(String payee_name)
    
public  voidsetPayee_own_cd(String payee_own_cd)
    
public  voidsetPayment_date(Date payment_date)
    
public  voidsetSpecial_handling_ind(Boolean special_handling_ind)
    
public  voidsetState(String state)
    
public  voidsetTaxable_ind(Boolean taxable_ind)
    
public  voidsetZip(String zip)
    


Constructor Detail
XmlGroup
public XmlGroup()(Code)




Method Detail
addDetail
public void addDetail(XmlDetail d)(Code)



getAddress1
public String getAddress1()(Code)
Returns the address1.



getAddress2
public String getAddress2()(Code)
Returns the address2.



getAddress3
public String getAddress3()(Code)
Returns the address3.



getAddress4
public String getAddress4()(Code)
Returns the address4.



getAttachment_ind
public Boolean getAttachment_ind()(Code)



getCampus_address_ind
public Boolean getCampus_address_ind()(Code)



getCity
public String getCity()(Code)
Returns the city.



getCombine_ind
public Boolean getCombine_ind()(Code)



getCountry
public String getCountry()(Code)
Returns the country.



getCustomer_institution_identifier
public String getCustomer_institution_identifier()(Code)



getDetail
public List getDetail()(Code)



getId_type
public String getId_type()(Code)
Returns the id_type.



getImmediate_ind
public Boolean getImmediate_ind()(Code)



getNra_ind
public Boolean getNra_ind()(Code)



getPayee_id
public String getPayee_id()(Code)
Returns the payee_id.



getPayee_name
public String getPayee_name()(Code)
Returns the payee_name.



getPayee_own_cd
public String getPayee_own_cd()(Code)
Returns the payee_own_cd.



getPaymentGroup
public PaymentGroup getPaymentGroup()(Code)



getPayment_date
public Date getPayment_date()(Code)
Returns the payment_date.



getSpecial_handling_ind
public Boolean getSpecial_handling_ind()(Code)



getState
public String getState()(Code)
Returns the state.



getTaxable_ind
public Boolean getTaxable_ind()(Code)



getZip
public String getZip()(Code)
Returns the zip.



isAttachment_ind
public Boolean isAttachment_ind()(Code)
Returns the attachment_ind.



isCampus_address_ind
public Boolean isCampus_address_ind()(Code)
Returns the campus_address_ind.



isImmediate_ind
public Boolean isImmediate_ind()(Code)
Returns the immediate_ind.



isNra_ind
public Boolean isNra_ind()(Code)
Returns the nra_ind.



isSpecial_handling_ind
public Boolean isSpecial_handling_ind()(Code)
Returns the special_handling_ind.



isTaxable_ind
public Boolean isTaxable_ind()(Code)
Returns the taxable_ind.



setAddress1
public void setAddress1(String address1)(Code)

Parameters:
  address1 - The address1 to set.



setAddress2
public void setAddress2(String address2)(Code)

Parameters:
  address2 - The address2 to set.



setAddress3
public void setAddress3(String address3)(Code)

Parameters:
  address3 - The address3 to set.



setAddress4
public void setAddress4(String address4)(Code)

Parameters:
  address4 - The address4 to set.



setAttachment_ind
public void setAttachment_ind(Boolean attachment_ind)(Code)

Parameters:
  attachment_ind - The attachment_ind to set.



setCampus_address_ind
public void setCampus_address_ind(Boolean campus_address_ind)(Code)

Parameters:
  campus_address_ind - The campus_address_ind to set.



setCity
public void setCity(String city)(Code)

Parameters:
  city - The city to set.



setCombine_ind
public void setCombine_ind(Boolean combine_ind)(Code)



setCountry
public void setCountry(String country)(Code)

Parameters:
  country - The country to set.



setCustomerInstitutionIdentifier
public void setCustomerInstitutionIdentifier(String customer_IU_identifier)(Code)



setDetail
public void setDetail(List detail)(Code)



setField
public void setField(String name, String value)(Code)



setId_type
public void setId_type(String id_type)(Code)

Parameters:
  id_type - The id_type to set.



setImmediate_ind
public void setImmediate_ind(Boolean immediate_ind)(Code)

Parameters:
  immediate_ind - The immediate_ind to set.



setNra_ind
public void setNra_ind(Boolean nra_ind)(Code)

Parameters:
  nra_ind - The nra_ind to set.



setPayee_id
public void setPayee_id(String payee_id)(Code)

Parameters:
  payee_id - The payee_id to set.



setPayee_name
public void setPayee_name(String payee_name)(Code)

Parameters:
  payee_name - The payee_name to set.



setPayee_own_cd
public void setPayee_own_cd(String payee_own_cd)(Code)

Parameters:
  payee_own_cd - The payee_own_cd to set.



setPayment_date
public void setPayment_date(Date payment_date)(Code)

Parameters:
  payment_date - The payment_date to set.



setSpecial_handling_ind
public void setSpecial_handling_ind(Boolean special_handling_ind)(Code)

Parameters:
  special_handling_ind - The special_handling_ind to set.



setState
public void setState(String state)(Code)

Parameters:
  state - The state to set.



setTaxable_ind
public void setTaxable_ind(Boolean taxable_ind)(Code)

Parameters:
  taxable_ind - The taxable_ind to set.



setZip
public void setZip(String zip)(Code)

Parameters:
  zip - The zip to set.



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.