blob: 942358466bf837972573d0cba8c0f38c7d377a2a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<class>
<name>com.example.customer.PhoneNumber</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>customer</name>
<modifier>2</modifier>
<type-declaration>
<type-handle>
<type-name>com.example.customer.Customer</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>number</name>
<modifier>2</modifier>
<type-declaration>
<type-handle>
<type-name>java.lang.String</type-name>
</type-handle>
</type-declaration>
</class-attribute>
<class-attribute>
<name>type</name>
<modifier>2</modifier>
<type-declaration>
<type-handle>
<type-name>java.lang.String</type-name>
</type-handle>
</type-declaration>
</class-attribute>
</attributes>
<methods>
<method>
<name>PhoneNumber</name>
<constructor>true</constructor>
<modifier>1</modifier>
</method>
<method>
<name>getCustomer</name>
<modifier>1</modifier>
<return-type-declaration>
<type-handle>
<type-name>com.example.customer.Customer</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>getNumber</name>
<modifier>1</modifier>
<return-type-declaration>
<type-handle>
<type-name>java.lang.String</type-name>
</type-handle>
</return-type-declaration>
</method>
<method>
<name>getType</name>
<modifier>1</modifier>
<return-type-declaration>
<type-handle>
<type-name>java.lang.String</type-name>
</type-handle>
</return-type-declaration>
</method>
<method>
<name>setCustomer</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.Customer</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>setNumber</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>setType</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>
</methods>
</class>