public class DigitalMedia extends ResourceType implements java.io.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 java.lang.Integer |
capacity |
protected java.util.List<Contact> |
contacts |
protected java.lang.Object |
identificationFieldRef |
protected java.util.List<Location> |
locations |
protected java.lang.String |
mediaLabel |
protected java.lang.String |
mediaType |
protected java.lang.String |
mediaTypeDetails |
protected java.lang.Object |
runListRef |
| Constructor and Description |
|---|
DigitalMedia() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCapacity()
Gets the value of the capacity property.
|
java.util.List<Contact> |
getContacts()
Gets the value of the contacts property.
|
java.lang.Object |
getIdentificationFieldRef()
Gets the value of the identificationFieldRef property.
|
java.util.List<Location> |
getLocations()
Gets the value of the locations property.
|
java.lang.String |
getMediaLabel()
Gets the value of the mediaLabel property.
|
java.lang.String |
getMediaType()
Gets the value of the mediaType property.
|
java.lang.String |
getMediaTypeDetails()
Gets the value of the mediaTypeDetails property.
|
java.lang.Object |
getRunListRef()
Gets the value of the runListRef property.
|
void |
setCapacity(java.lang.Integer value)
Sets the value of the capacity property.
|
void |
setIdentificationFieldRef(java.lang.Object value)
Sets the value of the identificationFieldRef property.
|
void |
setMediaLabel(java.lang.String value)
Sets the value of the mediaLabel property.
|
void |
setMediaType(java.lang.String value)
Sets the value of the mediaType property.
|
void |
setMediaTypeDetails(java.lang.String value)
Sets the value of the mediaTypeDetails property.
|
void |
setRunListRef(java.lang.Object value)
Sets the value of the runListRef property.
|
protected java.util.List<Contact> contacts
protected java.util.List<Location> locations
protected java.lang.Integer capacity
protected java.lang.String mediaTypeDetails
protected java.lang.String mediaLabel
protected java.lang.String mediaType
protected java.lang.Object runListRef
protected java.lang.Object identificationFieldRef
public java.util.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 java.util.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 java.lang.Integer getCapacity()
Integerpublic void setCapacity(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getMediaTypeDetails()
Stringpublic void setMediaTypeDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMediaLabel()
Stringpublic void setMediaLabel(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMediaType()
Stringpublic void setMediaType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getRunListRef()
Objectpublic void setRunListRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getIdentificationFieldRef()
Objectpublic void setIdentificationFieldRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.