Package com.vidispine.generated
Class CORSConfigurationEntry
- java.lang.Object
-
- com.vidispine.generated.CORSConfigurationEntry
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class CORSConfigurationEntry extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for CORSConfigurationEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CORSConfigurationEntry"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="request" type="{http://xml.vidispine.com/schema/vidispine}CORSConfigurationEntryRequest" maxOccurs="unbounded"/> <element name="response" type="{http://xml.vidispine.com/schema/vidispine}CORSConfigurationEntryResponse"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CORSConfigurationEntry.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected List<CORSConfigurationEntryRequest>
request
protected CORSConfigurationEntryResponse
response
-
Constructor Summary
Constructors Constructor Description CORSConfigurationEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
List<CORSConfigurationEntryRequest>
getRequest()
Gets the value of the request property.CORSConfigurationEntryResponse
getResponse()
Gets the value of the response property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetRequest()
boolean
isSetResponse()
void
setResponse(CORSConfigurationEntryResponse value)
Sets the value of the response property.void
unsetRequest()
CORSConfigurationEntry
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
CORSConfigurationEntry
withRequest(CORSConfigurationEntryRequest... values)
CORSConfigurationEntry
withRequest(Collection<CORSConfigurationEntryRequest> values)
CORSConfigurationEntry
withResponse(CORSConfigurationEntryResponse value)
-
-
-
Field Detail
-
request
protected List<CORSConfigurationEntryRequest> request
-
response
protected CORSConfigurationEntryResponse response
-
-
Method Detail
-
getRequest
public List<CORSConfigurationEntryRequest> getRequest()
Gets the value of the request property.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 request property.For example, to add a new item, do as follows:
getRequest().add(newItem);
Objects of the following type(s) are allowed in the list
CORSConfigurationEntryRequest
-
isSetRequest
public boolean isSetRequest()
-
unsetRequest
public void unsetRequest()
-
getResponse
public CORSConfigurationEntryResponse getResponse()
Gets the value of the response property.- Returns:
- possible object is
CORSConfigurationEntryResponse
-
setResponse
public void setResponse(CORSConfigurationEntryResponse value)
Sets the value of the response property.- Parameters:
value
- allowed object isCORSConfigurationEntryResponse
-
isSetResponse
public boolean isSetResponse()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withRequest
public CORSConfigurationEntry withRequest(CORSConfigurationEntryRequest... values)
-
withRequest
public CORSConfigurationEntry withRequest(Collection<CORSConfigurationEntryRequest> values)
-
withResponse
public CORSConfigurationEntry withResponse(CORSConfigurationEntryResponse value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public CORSConfigurationEntry visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-