public static class MXFOp1BJobType.Reference extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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">
<sequence>
<element name="source" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="stream" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" maxOccurs="unbounded"/>
<element name="locator" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
locator |
protected String |
source |
protected List<Integer> |
stream |
| Constructor and Description |
|---|
MXFOp1BJobType.Reference() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
List<String> |
getLocator()
Gets the value of the locator property.
|
String |
getSource()
Gets the value of the source property.
|
List<Integer> |
getStream()
Gets the value of the stream property.
|
boolean |
isSetLocator() |
boolean |
isSetSource() |
boolean |
isSetStream() |
void |
setSource(String value)
Sets the value of the source property.
|
void |
unsetLocator() |
void |
unsetStream() |
MXFOp1BJobType.Reference |
withLocator(Collection<String> values) |
MXFOp1BJobType.Reference |
withLocator(String... values) |
MXFOp1BJobType.Reference |
withSource(String value) |
MXFOp1BJobType.Reference |
withStream(Collection<Integer> values) |
MXFOp1BJobType.Reference |
withStream(Integer... values) |
protected String source
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic boolean isSetSource()
public List<Integer> getStream()
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 stream property.
For example, to add a new item, do as follows:
getStream().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public boolean isSetStream()
public void unsetStream()
public List<String> getLocator()
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 locator property.
For example, to add a new item, do as follows:
getLocator().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetLocator()
public void unsetLocator()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic MXFOp1BJobType.Reference withSource(String value)
public MXFOp1BJobType.Reference withStream(Integer... values)
public MXFOp1BJobType.Reference withStream(Collection<Integer> values)
public MXFOp1BJobType.Reference withLocator(String... values)
public MXFOp1BJobType.Reference withLocator(Collection<String> values)
Copyright © 2015. All rights reserved.