public class DigitalDeliveryParams extends ParameterType implements 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>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
</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 List<Contact> |
contact |
protected String |
digitalDeliveryDirection |
protected String |
digitalDeliveryProtocol |
protected String |
method |
| Constructor and Description |
|---|
DigitalDeliveryParams() |
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
getContact()
Gets the value of the contact property.
|
String |
getDigitalDeliveryDirection()
Gets the value of the digitalDeliveryDirection property.
|
String |
getDigitalDeliveryProtocol()
Gets the value of the digitalDeliveryProtocol property.
|
String |
getMethod()
Gets the value of the method property.
|
void |
setDigitalDeliveryDirection(String value)
Sets the value of the digitalDeliveryDirection property.
|
void |
setDigitalDeliveryProtocol(String value)
Sets the value of the digitalDeliveryProtocol property.
|
void |
setMethod(String value)
Sets the value of the method property.
|
protected String digitalDeliveryProtocol
protected String method
protected String digitalDeliveryDirection
public List<Contact> getContact()
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 contact property.
For example, to add a new item, do as follows:
getContact().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
public String getDigitalDeliveryProtocol()
Stringpublic void setDigitalDeliveryProtocol(String value)
value - allowed object is
Stringpublic String getMethod()
Stringpublic void setMethod(String value)
value - allowed object is
Stringpublic String getDigitalDeliveryDirection()
StringCopyright © 2013. All Rights Reserved.