Java Doc for AnyType.java in  » Web-Services » wsif » clients » zipcode » 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 » Web Services » wsif » clients.zipcode 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   clients.zipcode.AnyType

All known Subclasses:   clients.zipcode.ShortZipCode_ElementContentType,  clients.zipcode.ShortZipCodeResponse_ElementContentType,
AnyType
abstract public class AnyType implements Serializable(Code)
This is the base class for all generated beans.


Field Summary
protected static  DateFormatgregorianCalandarDateFormat
    
protected  StringlocalName
     This is the local name of the type of element that this class serializes.
protected  StringnamespaceURI
    
protected  AnyTypeparent
     This keeps track of the parent bean.
protected static  DateFormatpreciseDateFormat
    
protected static  DateFormatstandardDateFormat
    
protected static  Class[]stringConstructor
    
protected  MapuriAttributeMap
     This maps an attribute property URI to its value.
protected  MapuriClassMap
     This maps a property URI to the class that represents it.
protected  MapuriElementMap
     This maps an element property URI to its list of values.
protected  ListuriList
     This keeps an ordered list of all property URIs.
protected  MapuriTextMap
     This maps the one text property to its value.

Constructor Summary
public  AnyType()
     This creates a generic bean instance.

Method Summary
protected  voidaddAttribute(String uri, Class aClass)
     This is called in the derived constructor to set up the metadata about attributes.
protected  voidaddElement(String uri, Class aClass)
     This is called in the derived constructor to set up the metadata about elements.
protected  voidaddText(String uri, Class aClass)
     This is called in the derived constructor to set up the metadata about text.
protected  voidadopt(String uri, Object value)
     This is called to attach the value, if it is a bean.
public  Mapattributes()
     This returns a map from a String representing an attribute-based bean property URI to the value stored in that property.
protected  ListbasicGet(String uri)
     This returns a list of specified property values.
protected  ObjectbasicGet(String uri, int index)
     This returns the specified property object.
protected  voidbasicSet(String uri, List values)
     This sets the list of property objects.
protected  voidbasicSet(String uri, int index, Object value)
     This set the specified property object.
public  voidbasicSetText(String value)
     This set the text content to the specified value.
protected  ObjectbasicToArray(List list, Object array)
     This fills in each index of the array with an element from the list; primitives are unwrapped.
protected  ListbasicToList(Object array)
     This returns list of the array's contents; primitives are wrapped.
public  voidchangeLocalName(String localName)
     This sets the local name of the type of the bean.
public  voidchangeNamespaceURI(String namespaceURI)
     This sets the namespace of the type of the bean.
protected  voidchangeParent(AnyType parent)
     This sets the parent bean.
protected  ObjectconvertStringToValue(Class aClass, String string)
     This is called to convert a string to its bean representation.
protected  StringconvertValueToString(Object value)
     This is called to convert value to its string.
protected  voidcreateAttribute(Element element, String uri, String value, List namespaces)
     This is a helper function that parses the URI and then delegates.
protected  voidcreateAttribute(Element element, String namespaceURI, String localName, String value, List namespaces)
     This is called to set the element specifed attribute to the given values.
protected  DocumentcreateDocument()
     This is called to create a document.
public  ElementcreateElement()
     This creates a default serialization of this bean and all it's children.
public  ElementcreateElement(String namespaceURI, String localName)
     This creates a serialization of this bean and all it's children using the specified type of element.
public  ElementcreateElement(Document document)
     This creates a serialization of this bean and all it's children using the specified document; the element is not added to the document.
public  ElementcreateElement(Document document, String namespaceURI, String localName)
     This creates a serialization of this bean and all it's children using the specified type of element and document; the element is not added to the document.
protected  ElementcreateElement(Document document, String uri, List namespaces)
     This is a helper function that parses the URI and then delegates.
protected  TextcreateText(Document document, String stringValue)
     This is called to create a text node.
protected  ListelementChildren(Element element)
     This helper method returns the list of children converted to objects based on their tag encoding their class name.
protected  StringelementText(Element element)
     This helper method returns the text of the element.
public  Mapelements()
     This returns a map from a String representing an element-based bean property URI to a list of values stored in that property.
public  StringlocalName()
     This returns the local name of the type of the bean.
public  StringnamespaceURI()
     This returns the namespace of the type of the bean.
protected  voidorphan(String uri, Object value)
     This is called to detach the value, if it is a bean.
protected  AnyTypeparent()
     This returns the parent bean.
public  voidpopulateFrom(Element element)
     This can be called to deserialize the bean from the given element.
protected  voidpopulateTo(Element element, List namespaces)
     This is used to populate the given element with this bean's serialization.
protected  ObjectpopulateValueFrom(Class aClass, Element element)
     This creates a value of the given type from the given element.
protected  voidpopulateValueTo(Object value, Class aClass, String propertyURI, Element element, List namespaces)
     This is used to populate the value of the given propertyURI to the given element.
protected  voidpopulateValueTo(Object value, Element element, List namespaces)
     This uses the type name as the property uri.
public  Listproperties()
     This returns an ordered list of all the properties.
public  Maptext()
     This returns a map from a String representing a text property URI to the value stored in that property.
public  MapuriToClassMap()
     This returns a map from a property URI to the class that implements it.

Field Detail
gregorianCalandarDateFormat
protected static DateFormat gregorianCalandarDateFormat(Code)



localName
protected String localName(Code)
This is the local name of the type of element that this class serializes.



namespaceURI
protected String namespaceURI(Code)
This is the namespace of the type of element that this class serializes



parent
protected AnyType parent(Code)
This keeps track of the parent bean.



preciseDateFormat
protected static DateFormat preciseDateFormat(Code)



standardDateFormat
protected static DateFormat standardDateFormat(Code)



stringConstructor
protected static Class[] stringConstructor(Code)



uriAttributeMap
protected Map uriAttributeMap(Code)
This maps an attribute property URI to its value.



uriClassMap
protected Map uriClassMap(Code)
This maps a property URI to the class that represents it.



uriElementMap
protected Map uriElementMap(Code)
This maps an element property URI to its list of values.



uriList
protected List uriList(Code)
This keeps an ordered list of all property URIs.



uriTextMap
protected Map uriTextMap(Code)
This maps the one text property to its value.




Constructor Detail
AnyType
public AnyType()(Code)
This creates a generic bean instance.




Method Detail
addAttribute
protected void addAttribute(String uri, Class aClass)(Code)
This is called in the derived constructor to set up the metadata about attributes.



addElement
protected void addElement(String uri, Class aClass)(Code)
This is called in the derived constructor to set up the metadata about elements.



addText
protected void addText(String uri, Class aClass)(Code)
This is called in the derived constructor to set up the metadata about text.



adopt
protected void adopt(String uri, Object value)(Code)
This is called to attach the value, if it is a bean.



attributes
public Map attributes()(Code)
This returns a map from a String representing an attribute-based bean property URI to the value stored in that property.



basicGet
protected List basicGet(String uri)(Code)
This returns a list of specified property values.



basicGet
protected Object basicGet(String uri, int index)(Code)
This returns the specified property object.



basicSet
protected void basicSet(String uri, List values)(Code)
This sets the list of property objects.



basicSet
protected void basicSet(String uri, int index, Object value)(Code)
This set the specified property object.



basicSetText
public void basicSetText(String value)(Code)
This set the text content to the specified value.



basicToArray
protected Object basicToArray(List list, Object array)(Code)
This fills in each index of the array with an element from the list; primitives are unwrapped.



basicToList
protected List basicToList(Object array)(Code)
This returns list of the array's contents; primitives are wrapped.



changeLocalName
public void changeLocalName(String localName)(Code)
This sets the local name of the type of the bean.



changeNamespaceURI
public void changeNamespaceURI(String namespaceURI)(Code)
This sets the namespace of the type of the bean.



changeParent
protected void changeParent(AnyType parent)(Code)
This sets the parent bean.



convertStringToValue
protected Object convertStringToValue(Class aClass, String string)(Code)
This is called to convert a string to its bean representation.



convertValueToString
protected String convertValueToString(Object value)(Code)
This is called to convert value to its string.



createAttribute
protected void createAttribute(Element element, String uri, String value, List namespaces)(Code)
This is a helper function that parses the URI and then delegates.



createAttribute
protected void createAttribute(Element element, String namespaceURI, String localName, String value, List namespaces)(Code)
This is called to set the element specifed attribute to the given values.



createDocument
protected Document createDocument()(Code)
This is called to create a document.



createElement
public Element createElement()(Code)
This creates a default serialization of this bean and all it's children.



createElement
public Element createElement(String namespaceURI, String localName)(Code)
This creates a serialization of this bean and all it's children using the specified type of element.



createElement
public Element createElement(Document document)(Code)
This creates a serialization of this bean and all it's children using the specified document; the element is not added to the document.



createElement
public Element createElement(Document document, String namespaceURI, String localName)(Code)
This creates a serialization of this bean and all it's children using the specified type of element and document; the element is not added to the document.



createElement
protected Element createElement(Document document, String uri, List namespaces)(Code)
This is a helper function that parses the URI and then delegates.



createText
protected Text createText(Document document, String stringValue)(Code)
This is called to create a text node.



elementChildren
protected List elementChildren(Element element)(Code)
This helper method returns the list of children converted to objects based on their tag encoding their class name.



elementText
protected String elementText(Element element)(Code)
This helper method returns the text of the element.



elements
public Map elements()(Code)
This returns a map from a String representing an element-based bean property URI to a list of values stored in that property.



localName
public String localName()(Code)
This returns the local name of the type of the bean.



namespaceURI
public String namespaceURI()(Code)
This returns the namespace of the type of the bean.



orphan
protected void orphan(String uri, Object value)(Code)
This is called to detach the value, if it is a bean.



parent
protected AnyType parent()(Code)
This returns the parent bean.



populateFrom
public void populateFrom(Element element)(Code)
This can be called to deserialize the bean from the given element.



populateTo
protected void populateTo(Element element, List namespaces)(Code)
This is used to populate the given element with this bean's serialization.



populateValueFrom
protected Object populateValueFrom(Class aClass, Element element)(Code)
This creates a value of the given type from the given element.



populateValueTo
protected void populateValueTo(Object value, Class aClass, String propertyURI, Element element, List namespaces)(Code)
This is used to populate the value of the given propertyURI to the given element.



populateValueTo
protected void populateValueTo(Object value, Element element, List namespaces)(Code)
This uses the type name as the property uri.



properties
public List properties()(Code)
This returns an ordered list of all the properties.



text
public Map text()(Code)
This returns a map from a String representing a text property URI to the value stored in that property.



uriToClassMap
public Map uriToClassMap()(Code)
This returns a map from a property URI to the class that implements it.



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.