In This Topic
    IAddress.java
    In This Topic
    /**********************************************************************************************
     * Copyright (c) 2001-2023 Liquid Technologies Limited. All rights reserved.
     * See www.liquid-technologies.com for product details.
     *
     * Please see products End User License Agreement for distribution permissions.
     *
     * WARNING: THIS FILE IS GENERATED
     * Changes made outside of ##HAND_CODED_BLOCK_START blocks will be overwritten
     *
     * Generation  :  by Liquid XML Data Binder 19.0.14.11049
     * Using Schema: DerivedByExtension.xsd
     **********************************************************************************************/
    package DerivedByExtensionLib;
    
    // <summary>
    // </summary>
    public interface IAddress extends com.liquid_technologies.ltxmllib20.XmlObjectInterface 
     {
    
        // Member variables
        // Attribute - Name
        // <summary>
        // Represents a mandatory Element in the XML document
        // </summary>
        java.lang.String getName()  throws com.liquid_technologies.ltxmllib20.exceptions.LtException;
        void setName(java.lang.String value) throws com.liquid_technologies.ltxmllib20.exceptions.LtException;
        // Attribute - Street
        // <summary>
        // Represents a mandatory Element in the XML document
        // </summary>
        java.lang.String getStreet()  throws com.liquid_technologies.ltxmllib20.exceptions.LtException;
        void setStreet(java.lang.String value) throws com.liquid_technologies.ltxmllib20.exceptions.LtException;
        // Attribute - City
        // <summary>
        // Represents a mandatory Element in the XML document
        // </summary>
        java.lang.String getCity()  throws com.liquid_technologies.ltxmllib20.exceptions.LtException;
        void setCity(java.lang.String value) throws com.liquid_technologies.ltxmllib20.exceptions.LtException;
        
    
    // ##HAND_CODED_BLOCK_START ID="Additional Methods"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS
    
    // Add Additional Methods and members here...
    
    // ##HAND_CODED_BLOCK_END ID="Additional Methods"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS
    }