|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
java.lang.Long getTypeId()
Longvoid setTypeId(java.lang.Long value)
value - allowed object is
Longjava.util.List getField()
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
java.lang.String getName()
Stringvoid setName(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 | |||||||||