public class SubmissionMethods extends Object implements 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 List<EnumPackaging> |
packaging |
protected List<String> |
urlSchemes |
| Constructor and Description |
|---|
SubmissionMethods() |
| Modifier and Type | Method and Description |
|---|---|
List<EnumPackaging> |
getPackaging()
Gets the value of the packaging property.
|
List<String> |
getURLSchemes()
Gets the value of the urlSchemes property.
|
protected List<EnumPackaging> packaging
public List<EnumPackaging> getPackaging()
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 packaging property.
For example, to add a new item, do as follows:
getPackaging().add(newItem);
Objects of the following type(s) are allowed in the list
EnumPackaging
public List<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 © 2013. All Rights Reserved.