public class SubmissionMethods
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Packaging">
<simpleType>
<list itemType="{http://www.CIP4.org/JDFSchema_2_0}EnumPackaging" />
</simpleType>
</attribute>
<attribute name="URLSchemes" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<EnumPackaging> |
packagings |
protected java.util.List<java.lang.String> |
urlSchemes |
| Constructor and Description |
|---|
SubmissionMethods() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EnumPackaging> |
getPackagings()
Gets the value of the packagings property.
|
java.util.List<java.lang.String> |
getURLSchemes()
Gets the value of the urlSchemes property.
|
protected java.util.List<EnumPackaging> packagings
protected java.util.List<java.lang.String> urlSchemes
public java.util.List<EnumPackaging> getPackagings()
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 packagings property.
For example, to add a new item, do as follows:
getPackagings().add(newItem);
Objects of the following type(s) are allowed in the list
EnumPackaging
public java.util.List<java.lang.String> getURLSchemes()
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 urlSchemes property.
For example, to add a new item, do as follows:
getURLSchemes().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2012. All Rights Reserved.