public class DigitalDeliveryParams extends ParameterType implements java.io.Serializable
Java class for DigitalDeliveryParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DigitalDeliveryParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="DigitalDeliveryProtocol" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Method" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="DigitalDeliveryDirection" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Contact> |
contacts |
protected java.lang.String |
digitalDeliveryDirection |
protected java.lang.String |
digitalDeliveryProtocol |
protected java.lang.String |
method |
| Constructor and Description |
|---|
DigitalDeliveryParams() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Contact> |
getContacts()
Gets the value of the contacts property.
|
java.lang.String |
getDigitalDeliveryDirection()
Gets the value of the digitalDeliveryDirection property.
|
java.lang.String |
getDigitalDeliveryProtocol()
Gets the value of the digitalDeliveryProtocol property.
|
java.lang.String |
getMethod()
Gets the value of the method property.
|
void |
setDigitalDeliveryDirection(java.lang.String value)
Sets the value of the digitalDeliveryDirection property.
|
void |
setDigitalDeliveryProtocol(java.lang.String value)
Sets the value of the digitalDeliveryProtocol property.
|
void |
setMethod(java.lang.String value)
Sets the value of the method property.
|
protected java.util.List<Contact> contacts
protected java.lang.String digitalDeliveryProtocol
protected java.lang.String method
protected java.lang.String digitalDeliveryDirection
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.lang.String getDigitalDeliveryProtocol()
Stringpublic void setDigitalDeliveryProtocol(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMethod()
Stringpublic void setMethod(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDigitalDeliveryDirection()
Stringpublic void setDigitalDeliveryDirection(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.