All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jvnet.hyperjaxb2.tests.ak.TblGrandchild Maven / Gradle / Ivy

The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-01/24/2006 06:08 PM(kohsuke)-fcs 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2007.05.21 at 04:17:03 PM CEST 
//


package org.jvnet.hyperjaxb2.tests.ak;


/**
 * Java content class for tblGrandchild complex type.
 * 

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/Projects/p2.external/hyperjaxb2/tests/ak/src/main/resources/schema.xsd line 70) *

*

 * <complexType name="tblGrandchild">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="grandchild_prop_1" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         <element name="grandchild_prop_2" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* */ public interface TblGrandchild { /** * Gets the value of the grandchildProp2 property. * * @return * possible object is * {@link java.lang.String} */ java.lang.String getGrandchildProp2(); /** * Sets the value of the grandchildProp2 property. * * @param value * allowed object is * {@link java.lang.String} */ void setGrandchildProp2(java.lang.String value); /** * Gets the value of the grandchildProp1 property. * * @return * possible object is * {@link java.lang.String} */ java.lang.String getGrandchildProp1(); /** * Sets the value of the grandchildProp1 property. * * @param value * allowed object is * {@link java.lang.String} */ void setGrandchildProp1(java.lang.String value); /** * Gets the value of the hjid property. * */ java.lang.Long getHjid(); /** * Sets the value of the hjid property. * */ void setHjid(java.lang.Long value); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy