public class PlaceholderImportRequestType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for PlaceholderImportRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlaceholderImportRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="container" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="video" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
<element name="audio" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
audio |
protected String |
container |
protected List<String> |
video |
| Constructor and Description |
|---|
PlaceholderImportRequestType() |
| 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> |
getAudio()
Gets the value of the audio property.
|
String |
getContainer()
Gets the value of the container property.
|
List<String> |
getVideo()
Gets the value of the video property.
|
boolean |
isSetAudio() |
boolean |
isSetContainer() |
boolean |
isSetVideo() |
void |
setContainer(String value)
Sets the value of the container property.
|
void |
unsetAudio() |
void |
unsetVideo() |
PlaceholderImportRequestType |
withAudio(Collection<String> values) |
PlaceholderImportRequestType |
withAudio(String... values) |
PlaceholderImportRequestType |
withContainer(String value) |
PlaceholderImportRequestType |
withVideo(Collection<String> values) |
PlaceholderImportRequestType |
withVideo(String... values) |
protected String container
public String getContainer()
Stringpublic void setContainer(String value)
value - allowed object is
Stringpublic boolean isSetContainer()
public List<String> getVideo()
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 video property.
For example, to add a new item, do as follows:
getVideo().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetVideo()
public void unsetVideo()
public List<String> getAudio()
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 audio property.
For example, to add a new item, do as follows:
getAudio().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetAudio()
public void unsetAudio()
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 PlaceholderImportRequestType withContainer(String value)
public PlaceholderImportRequestType withVideo(String... values)
public PlaceholderImportRequestType withVideo(Collection<String> values)
public PlaceholderImportRequestType withAudio(String... values)
public PlaceholderImportRequestType withAudio(Collection<String> values)
Copyright © 2015. All rights reserved.