Package NestedWindow

Examples of NestedWindow.TypeD


     * getTypeD<p>
     * <p>
     * @return TypeD
     */
    public TypeD getTypeD() {
        TypeD tc = new TypeD();
        tc.setD1(this.getTypeA());
        tc.setD2(this.getTypeB());
        tc.setD3(this.getTypeC());
        tc.setD4(this.getArrayOfTypeC());
        return tc;
    }
View Full Code Here

TOP

Related Classes of NestedWindow.TypeD

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.