magoffin.matt.ma2.domain
Interface UiBase

All Known Subinterfaces:
Edit, Model, UiEdit, UiModel

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

getUiMetadata

java.util.List getUiMetadata()
Gets the value of the UiMetadata 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 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


getMode

java.lang.String getMode()
Gets the value of the mode property.

Returns:
possible object is String

setMode

void setMode(java.lang.String value)
Sets the value of the mode property.

Parameters:
value - allowed object is String