public class SupportedProtocolsType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for SupportedProtocolsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SupportedProtocolsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="source">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="output" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="shape" use="required" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SupportedProtocolsType.Output
Java class for anonymous complex type.
|
static class |
SupportedProtocolsType.Source
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<SupportedProtocolsType.Output> |
output |
protected SupportedProtocolsType.Source |
source |
| Constructor and Description |
|---|
SupportedProtocolsType() |
| 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<SupportedProtocolsType.Output> |
getOutput()
Gets the value of the output property.
|
SupportedProtocolsType.Source |
getSource()
Gets the value of the source property.
|
boolean |
isSetOutput() |
boolean |
isSetSource() |
void |
setSource(SupportedProtocolsType.Source value)
Sets the value of the source property.
|
void |
unsetOutput() |
SupportedProtocolsType |
withOutput(Collection<SupportedProtocolsType.Output> values) |
SupportedProtocolsType |
withOutput(SupportedProtocolsType.Output... values) |
SupportedProtocolsType |
withSource(SupportedProtocolsType.Source value) |
protected SupportedProtocolsType.Source source
protected List<SupportedProtocolsType.Output> output
public SupportedProtocolsType.Source getSource()
SupportedProtocolsType.Sourcepublic void setSource(SupportedProtocolsType.Source value)
value - allowed object is
SupportedProtocolsType.Sourcepublic boolean isSetSource()
public List<SupportedProtocolsType.Output> getOutput()
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 output property.
For example, to add a new item, do as follows:
getOutput().add(newItem);
Objects of the following type(s) are allowed in the list
SupportedProtocolsType.Output
public boolean isSetOutput()
public void unsetOutput()
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 SupportedProtocolsType withSource(SupportedProtocolsType.Source value)
public SupportedProtocolsType withOutput(SupportedProtocolsType.Output... values)
public SupportedProtocolsType withOutput(Collection<SupportedProtocolsType.Output> values)
Copyright © 2015. All rights reserved.