| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311 |
- //
- // 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 <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
- // 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.
- * <p>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)
- * <p>
- * <pre>
- * <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>
- * </pre>
- *
- */
- public interface UiData
- extends magoffin.matt.ieat.domain.UiBase
- {
- /**
- * Gets the value of the Ethnicity property.
- *
- * <p>
- * 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 <CODE>set</CODE> method for the Ethnicity property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getEthnicity().add(newItem);
- * </pre>
- *
- *
- * <p>
- * 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.
- *
- * <p>
- * 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 <CODE>set</CODE> method for the Ingredient property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getIngredient().add(newItem);
- * </pre>
- *
- *
- * <p>
- * 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.
- *
- * <p>
- * 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 <CODE>set</CODE> method for the PrepTime property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getPrepTime().add(newItem);
- * </pre>
- *
- *
- * <p>
- * 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.
- *
- * <p>
- * 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 <CODE>set</CODE> method for the Recipe property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getRecipe().add(newItem);
- * </pre>
- *
- *
- * <p>
- * 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.
- *
- * <p>
- * 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 <CODE>set</CODE> method for the Difficulty property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getDifficulty().add(newItem);
- * </pre>
- *
- *
- * <p>
- * 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.
- *
- * <p>
- * 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 <CODE>set</CODE> method for the Meal property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getMeal().add(newItem);
- * </pre>
- *
- *
- * <p>
- * 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.
- *
- * <p>
- * 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 <CODE>set</CODE> method for the Course property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getCourse().add(newItem);
- * </pre>
- *
- *
- * <p>
- * 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.
- *
- * <p>
- * 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 <CODE>set</CODE> method for the Unit property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getUnit().add(newItem);
- * </pre>
- *
- *
- * <p>
- * 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.
- *
- * <p>
- * 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 <CODE>set</CODE> method for the Base property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getBase().add(newItem);
- * </pre>
- *
- *
- * <p>
- * 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.
- *
- * <p>
- * 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 <CODE>set</CODE> method for the System property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getSystem().add(newItem);
- * </pre>
- *
- *
- * <p>
- * Objects of the following type(s) are allowed in the list
- * {@link magoffin.matt.ieat.domain.System}
- *
- */
- java.util.List getSystem();
- }
|