blob: 24780b57f0fefdc6e96cd859e06ab486d2c2150b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<class>
<name>com.example.customer.Customer</name>
<modifier>1</modifier>
<superclass-handle>
<type-name>java.lang.Object</type-name>
</superclass-handle>
<last-refresh-timestamp>2008-12-18T11:34:59.843</last-refresh-timestamp>
<attributes>
<class-attribute>
<name>billingAddress</name>
<modifier>2</modifier>
<type-declaration>
<type-handle>
<type-name>com.example.customer.Address</type-name>
</type-handle>
</type-declaration>
</class-attribute>
<class-attribute>
<name>firstName</name>
<modifier>2</modifier>
<type-declaration>
<type-handle>
<type-name>java.lang.String</type-name>
</type-handle>
</type-declaration>
</class-attribute>
<class-attribute>
<name>id</name>
<modifier>2</modifier>
<type-declaration>
<type-handle>
<type-name>int</type-name>
</type-handle>
</type-declaration>
</class-attribute>
<class-attribute>
<name>lastName</name>
<modifier>2</modifier>
<type-declaration>
<type-handle>
<type-name>java.lang.String</type-name>
</type-handle>
</type-declaration>
</class-attribute>
<class-attribute>
<name>phoneNumbers</name>
<modifier>2</modifier>
<type-declaration>
<type-handle>
<type-name>java.util.Set</type-name>
</type-handle>
</type-declaration>
</class-attribute>
<class-attribute>
<name>shippingAddress</name>
<modifier>2</modifier>
<type-declaration>
<type-handle>
<type-name>com.example.customer.Address</type-name>
</type-handle>
</type-declaration>
</class-attribute>
<class-attribute>
<name>spouse</name>
<modifier>2</modifier>
<type-declaration>
<type-handle>
<type-name>com.example.customer.Spouse</type-name>
</type-handle>
</type-declaration>
</class-attribute>
</attributes>
<methods>
<method>
<name>Customer</name>
<constructor>true</constructor>
<modifier>1</modifier>
</method>
<method>
<name>getBillingAddress</name>
<modifier>1</modifier>
<return-type-declaration>
<type-handle>
<type-name>com.example.customer.Address</type-name>
</type-handle>
</return-type-declaration>
</method>
<method>
<name>getFirstName</name>
<modifier>1</modifier>
<return-type-declaration>
<type-handle>
<type-name>java.lang.String</type-name>
</type-handle>
</return-type-declaration>
</method>
<method>
<name>getId</name>
<modifier>1</modifier>
<return-type-declaration>
<type-handle>
<type-name>int</type-name>
</type-handle>
</return-type-declaration>
</method>
<method>
<name>getLastName</name>
<modifier>1</modifier>
<return-type-declaration>
<type-handle>
<type-name>java.lang.String</type-name>
</type-handle>
</return-type-declaration>
</method>
<method>
<name>getPhoneNumbers</name>
<modifier>1</modifier>
<return-type-declaration>
<type-handle>
<type-name>java.util.Set</type-name>
</type-handle>
</return-type-declaration>
</method>
<method>
<name>getShippingAddress</name>
<modifier>1</modifier>
<return-type-declaration>
<type-handle>
<type-name>com.example.customer.Address</type-name>
</type-handle>
</return-type-declaration>
</method>
<method>
<name>getSpouse</name>
<modifier>1</modifier>
<return-type-declaration>
<type-handle>
<type-name>com.example.customer.Spouse</type-name>
</type-handle>
</return-type-declaration>
</method>
<method>
<name>setBillingAddress</name>
<modifier>1</modifier>
<return-type-declaration>
<type-handle>
<type-name>void</type-name>
</type-handle>
</return-type-declaration>
<method-parameters>
<method-parameter>
<type-declaration>
<type-handle>
<type-name>com.example.customer.Address</type-name>
</type-handle>
</type-declaration>
</method-parameter>
</method-parameters>
</method>
<method>
<name>setFirstName</name>
<modifier>1</modifier>
<return-type-declaration>
<type-handle>
<type-name>void</type-name>
</type-handle>
</return-type-declaration>
<method-parameters>
<method-parameter>
<type-declaration>
<type-handle>
<type-name>java.lang.String</type-name>
</type-handle>
</type-declaration>
</method-parameter>
</method-parameters>
</method>
<method>
<name>setId</name>
<modifier>1</modifier>
<return-type-declaration>
<type-handle>
<type-name>void</type-name>
</type-handle>
</return-type-declaration>
<method-parameters>
<method-parameter>
<type-declaration>
<type-handle>
<type-name>int</type-name>
</type-handle>
</type-declaration>
</method-parameter>
</method-parameters>
</method>
<method>
<name>setLastName</name>
<modifier>1</modifier>
<return-type-declaration>
<type-handle>
<type-name>void</type-name>
</type-handle>
</return-type-declaration>
<method-parameters>
<method-parameter>
<type-declaration>
<type-handle>
<type-name>java.lang.String</type-name>
</type-handle>
</type-declaration>
</method-parameter>
</method-parameters>
</method>
<method>
<name>setPhoneNumbers</name>
<modifier>1</modifier>
<return-type-declaration>
<type-handle>
<type-name>void</type-name>
</type-handle>
</return-type-declaration>
<method-parameters>
<method-parameter>
<type-declaration>
<type-handle>
<type-name>java.util.Set</type-name>
</type-handle>
</type-declaration>
</method-parameter>
</method-parameters>
</method>
<method>
<name>setShippingAddress</name>
<modifier>1</modifier>
<return-type-declaration>
<type-handle>
<type-name>void</type-name>
</type-handle>
</return-type-declaration>
<method-parameters>
<method-parameter>
<type-declaration>
<type-handle>
<type-name>com.example.customer.Address</type-name>
</type-handle>
</type-declaration>
</method-parameter>
</method-parameters>
</method>
<method>
<name>setSpouse</name>
<modifier>1</modifier>
<return-type-declaration>
<type-handle>
<type-name>void</type-name>
</type-handle>
</return-type-declaration>
<method-parameters>
<method-parameter>
<type-declaration>
<type-handle>
<type-name>com.example.customer.Spouse</type-name>
</type-handle>
</type-declaration>
</method-parameter>
</method-parameters>
</method>
</methods>
</class>