// // 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: 2018.09.10 at 08:01:16 AM PDT // package magoffin.matt.ieat.domain; /** * Java content class for ui-data complex type. *
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/tom/workspace/iEat/hyperjaxb2-build/src/main/resources/ui.xsd line 27) *
*
* <complexType name="ui-data">
* <complexContent>
* <extension base="{http://msqr.us/xsd/ieat}ui-base">
* <sequence>
* <element name="search-results" type="{http://msqr.us/xsd/ieat}ui-search-results" minOccurs="0"/>
* <element name="meta-support" type="{http://msqr.us/xsd/ieat}ui-meta-support" minOccurs="0"/>
* <element name="base" type="{http://msqr.us/xsd/ieat}base" maxOccurs="unbounded" minOccurs="0"/>
* <element name="course" type="{http://msqr.us/xsd/ieat}course" maxOccurs="unbounded" minOccurs="0"/>
* <element name="difficulty" type="{http://msqr.us/xsd/ieat}difficulty" maxOccurs="unbounded" minOccurs="0"/>
* <element name="ethnicity" type="{http://msqr.us/xsd/ieat}ethnicity" maxOccurs="unbounded" minOccurs="0"/>
* <element name="ingredient" type="{http://msqr.us/xsd/ieat}ingredient" maxOccurs="unbounded" minOccurs="0"/>
* <element name="prep-time" type="{http://msqr.us/xsd/ieat}prep-time" maxOccurs="unbounded" minOccurs="0"/>
* <element name="recipe" type="{http://msqr.us/xsd/ieat}recipe" maxOccurs="unbounded" minOccurs="0"/>
* <element name="system" type="{http://msqr.us/xsd/ieat}system" maxOccurs="unbounded" minOccurs="0"/>
* <element name="unit" type="{http://msqr.us/xsd/ieat}unit" maxOccurs="unbounded" minOccurs="0"/>
* <element name="meal" type="{http://msqr.us/xsd/ieat}meal" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*/
public interface UiData
extends magoffin.matt.ieat.domain.UiBase
{
/**
* Gets the value of the Ethnicity property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set method for the Ethnicity property.
*
*
* For example, to add a new item, do as follows: *
* getEthnicity().add(newItem);
*
*
*
* * Objects of the following type(s) are allowed in the list * {@link magoffin.matt.ieat.domain.Ethnicity} * */ java.util.List getEthnicity(); /** * Gets the value of the Ingredient property. * *
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set method for the Ingredient property.
*
*
* For example, to add a new item, do as follows: *
* getIngredient().add(newItem);
*
*
*
* * Objects of the following type(s) are allowed in the list * {@link magoffin.matt.ieat.domain.Ingredient} * */ java.util.List getIngredient(); /** * Gets the value of the PrepTime property. * *
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set method for the PrepTime property.
*
*
* For example, to add a new item, do as follows: *
* getPrepTime().add(newItem);
*
*
*
* * Objects of the following type(s) are allowed in the list * {@link magoffin.matt.ieat.domain.PrepTime} * */ java.util.List getPrepTime(); /** * Gets the value of the Recipe property. * *
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set method for the Recipe property.
*
*
* For example, to add a new item, do as follows: *
* getRecipe().add(newItem);
*
*
*
* * Objects of the following type(s) are allowed in the list * {@link magoffin.matt.ieat.domain.Recipe} * */ java.util.List getRecipe(); /** * Gets the value of the Difficulty property. * *
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set method for the Difficulty property.
*
*
* For example, to add a new item, do as follows: *
* getDifficulty().add(newItem);
*
*
*
* * Objects of the following type(s) are allowed in the list * {@link magoffin.matt.ieat.domain.Difficulty} * */ java.util.List getDifficulty(); /** * Gets the value of the Meal property. * *
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set method for the Meal property.
*
*
* For example, to add a new item, do as follows: *
* getMeal().add(newItem);
*
*
*
* * Objects of the following type(s) are allowed in the list * {@link magoffin.matt.ieat.domain.Meal} * */ java.util.List getMeal(); /** * Gets the value of the metaSupport property. * * @return * possible object is * {@link magoffin.matt.ieat.domain.UiMetaSupport} */ magoffin.matt.ieat.domain.UiMetaSupport getMetaSupport(); /** * Sets the value of the metaSupport property. * * @param value * allowed object is * {@link magoffin.matt.ieat.domain.UiMetaSupport} */ void setMetaSupport(magoffin.matt.ieat.domain.UiMetaSupport value); /** * Gets the value of the searchResults property. * * @return * possible object is * {@link magoffin.matt.ieat.domain.UiSearchResults} */ magoffin.matt.ieat.domain.UiSearchResults getSearchResults(); /** * Sets the value of the searchResults property. * * @param value * allowed object is * {@link magoffin.matt.ieat.domain.UiSearchResults} */ void setSearchResults(magoffin.matt.ieat.domain.UiSearchResults value); /** * Gets the value of the Course property. * *
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set method for the Course property.
*
*
* For example, to add a new item, do as follows: *
* getCourse().add(newItem);
*
*
*
* * Objects of the following type(s) are allowed in the list * {@link magoffin.matt.ieat.domain.Course} * */ java.util.List getCourse(); /** * Gets the value of the Unit property. * *
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set method for the Unit property.
*
*
* For example, to add a new item, do as follows: *
* getUnit().add(newItem);
*
*
*
* * Objects of the following type(s) are allowed in the list * {@link magoffin.matt.ieat.domain.Unit} * */ java.util.List getUnit(); /** * Gets the value of the Base property. * *
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set method for the Base property.
*
*
* For example, to add a new item, do as follows: *
* getBase().add(newItem);
*
*
*
* * Objects of the following type(s) are allowed in the list * {@link magoffin.matt.ieat.domain.Base} * */ java.util.List getBase(); /** * Gets the value of the System property. * *
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set method for the System property.
*
*
* For example, to add a new item, do as follows: *
* getSystem().add(newItem);
*
*
*
* * Objects of the following type(s) are allowed in the list * {@link magoffin.matt.ieat.domain.System} * */ java.util.List getSystem(); }