public class DigitalMedia extends ResourceType implements Serializable
Java class for DigitalMedia complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DigitalMedia">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ResourceType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Location" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Capacity" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="MediaTypeDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="MediaLabel" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="MediaType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="RunListRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="IdentificationFieldRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
capacity |
protected List<Contact> |
contacts |
protected Object |
identificationFieldRef |
protected List<Location> |
locations |
protected String |
mediaLabel |
protected String |
mediaType |
protected String |
mediaTypeDetails |
protected Object |
runListRef |
| Constructor and Description |
|---|
DigitalMedia() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCapacity()
Gets the value of the capacity property.
|
List<Contact> |
getContacts()
Gets the value of the contacts property.
|
Object |
getIdentificationFieldRef()
Gets the value of the identificationFieldRef property.
|
List<Location> |
getLocations()
Gets the value of the locations property.
|
String |
getMediaLabel()
Gets the value of the mediaLabel property.
|
String |
getMediaType()
Gets the value of the mediaType property.
|
String |
getMediaTypeDetails()
Gets the value of the mediaTypeDetails property.
|
Object |
getRunListRef()
Gets the value of the runListRef property.
|
void |
setCapacity(Integer value)
Sets the value of the capacity property.
|
void |
setIdentificationFieldRef(Object value)
Sets the value of the identificationFieldRef property.
|
void |
setMediaLabel(String value)
Sets the value of the mediaLabel property.
|
void |
setMediaType(String value)
Sets the value of the mediaType property.
|
void |
setMediaTypeDetails(String value)
Sets the value of the mediaTypeDetails property.
|
void |
setRunListRef(Object value)
Sets the value of the runListRef property.
|
protected Integer capacity
protected String mediaTypeDetails
protected String mediaLabel
protected String mediaType
protected Object runListRef
protected Object identificationFieldRef
public List<Contact> getContacts()
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 contacts property.
For example, to add a new item, do as follows:
getContacts().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
public List<Location> getLocations()
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 locations property.
For example, to add a new item, do as follows:
getLocations().add(newItem);
Objects of the following type(s) are allowed in the list
Location
public Integer getCapacity()
Integerpublic void setCapacity(Integer value)
value - allowed object is
Integerpublic String getMediaTypeDetails()
Stringpublic void setMediaTypeDetails(String value)
value - allowed object is
Stringpublic String getMediaLabel()
Stringpublic void setMediaLabel(String value)
value - allowed object is
Stringpublic String getMediaType()
Stringpublic void setMediaType(String value)
value - allowed object is
Stringpublic Object getRunListRef()
Objectpublic void setRunListRef(Object value)
value - allowed object is
Objectpublic Object getIdentificationFieldRef()
ObjectCopyright © 2012. All Rights Reserved.