public class CORSConfigurationEntryRequest extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for CORSConfigurationEntryRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CORSConfigurationEntryRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="method" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="origin" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="originRegex" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="pathRegex" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="headerRegex" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CORSConfigurationEntryRequest.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected List<KeyValuePairType> |
headerRegex |
protected List<String> |
method |
protected List<String> |
origin |
protected List<String> |
originRegex |
protected List<String> |
pathRegex |
| Constructor and Description |
|---|
CORSConfigurationEntryRequest() |
protected List<KeyValuePairType> headerRegex
public List<String> getMethod()
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 method property.
For example, to add a new item, do as follows:
getMethod().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetMethod()
public void unsetMethod()
public List<String> getOrigin()
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 origin property.
For example, to add a new item, do as follows:
getOrigin().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetOrigin()
public void unsetOrigin()
public List<String> getOriginRegex()
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 originRegex property.
For example, to add a new item, do as follows:
getOriginRegex().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetOriginRegex()
public void unsetOriginRegex()
public List<String> getPathRegex()
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 pathRegex property.
For example, to add a new item, do as follows:
getPathRegex().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetPathRegex()
public void unsetPathRegex()
public List<KeyValuePairType> getHeaderRegex()
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 headerRegex property.
For example, to add a new item, do as follows:
getHeaderRegex().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValuePairType
public boolean isSetHeaderRegex()
public void unsetHeaderRegex()
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 CORSConfigurationEntryRequest withMethod(String... values)
public CORSConfigurationEntryRequest withMethod(Collection<String> values)
public CORSConfigurationEntryRequest withOrigin(String... values)
public CORSConfigurationEntryRequest withOrigin(Collection<String> values)
public CORSConfigurationEntryRequest withOriginRegex(String... values)
public CORSConfigurationEntryRequest withOriginRegex(Collection<String> values)
public CORSConfigurationEntryRequest withPathRegex(String... values)
public CORSConfigurationEntryRequest withPathRegex(Collection<String> values)
public CORSConfigurationEntryRequest withHeaderRegex(KeyValuePairType... values)
public CORSConfigurationEntryRequest withHeaderRegex(Collection<KeyValuePairType> values)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic CORSConfigurationEntryRequest visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.