| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UiBase
Java content class for ui-base complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Volumes/Renton/Users/matt/ws/ws-home/matte/hyperjaxb2-build/src/main/resources/ui.xsd line 56)
 <complexType name="ui-base">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ui-metadata" type="{http://msqr.us/xsd/matte}metadata" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="mode" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
| Method Summary | |
|---|---|
|  java.lang.String | getMode()Gets the value of the mode property. | 
|  java.util.List | getUiMetadata()Gets the value of the UiMetadata property. | 
|  void | setMode(java.lang.String value)Sets the value of the mode property. | 
| Method Detail | 
|---|
java.util.List getUiMetadata()
 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 UiMetadata property.
 
 
For example, to add a new item, do as follows:
    getUiMetadata().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 Metadata
java.lang.String getMode()
Stringvoid setMode(java.lang.String value)
value - allowed object is
     String| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||