Java class for CAN_Address complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CAN_Address">
<complexContent>
<extension base="{}Address">
<sequence>
<element name="Province" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="PostalCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
|