magoffin.matt.ma2.domain
Interface MediaItemType


public interface MediaItemType

Java content class for media-item-type 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/domain.xsd line 174)

 <complexType name="media-item-type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="field" type="{http://msqr.us/xsd/matte}metadata" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="typeId" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.util.List getField()
          Gets the value of the Field property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.Long getTypeId()
          Gets the value of the typeId property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setTypeId(java.lang.Long value)
          Sets the value of the typeId property.
 

Method Detail

getTypeId

java.lang.Long getTypeId()
Gets the value of the typeId property.

Returns:
possible object is Long

setTypeId

void setTypeId(java.lang.Long value)
Sets the value of the typeId property.

Parameters:
value - allowed object is Long

getField

java.util.List getField()
Gets the value of the Field 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 Field property.

For example, to add a new item, do as follows:

    getField().add(newItem);
 

Objects of the following type(s) are allowed in the list Metadata


getName

java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String