Class ExportLocationType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
Java class for ExportLocationType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ExportLocationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="uri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="uriList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="method" type="{http://xml.vidispine.com/schema/vidispine}ExportLocationMethodType" maxOccurs="unbounded" minOccurs="0"/>
<element name="projection" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tag" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="script" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the metadata property.Gets the value of the method property.getName()
Gets the value of the name property.Gets the value of the projection property.Gets the value of the script property.getTag()
Gets the value of the tag property.getUri()
Gets the value of the uri property.Gets the value of the uriList property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
isSetTag()
boolean
isSetUri()
boolean
void
setMetadata
(SimpleMetadataType value) Sets the value of the metadata property.void
Sets the value of the name property.void
setProjection
(String value) Sets the value of the projection property.void
Sets the value of the script property.void
Sets the value of the uri property.toString()
void
void
unsetTag()
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withMetadata
(SimpleMetadataType value) Sets the value of the metadata property.withMethod
(ExportLocationMethodType... values) Adds objects to the list of Method using add methodwithMethod
(Collection<ExportLocationMethodType> values) Adds objects to the list of Method using addAll methodSets the value of the name property.withProjection
(String value) Sets the value of the projection property.withScript
(String value) Sets the value of the script property.Adds objects to the list of Tag using add methodwithTag
(Collection<String> values) Adds objects to the list of Tag using addAll methodSets the value of the uri property.withUriList
(String... values) Adds objects to the list of UriList using add methodwithUriList
(Collection<String> values) Adds objects to the list of UriList using addAll method
-
Field Details
-
name
-
uri
-
uriList
-
method
-
projection
-
tag
-
script
-
metadata
-
-
Constructor Details
-
ExportLocationType
public ExportLocationType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName() -
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
isSetUri
public boolean isSetUri() -
getUriList
Gets the value of the uriList 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 uriList property.For example, to add a new item, do as follows:
getUriList().add(newItem);
Objects of the following type(s) are allowed in the list
String
- Returns:
- The value of the uriList property.
-
isSetUriList
public boolean isSetUriList() -
unsetUriList
public void unsetUriList() -
getMethod
Gets the value of the method 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 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
ExportLocationMethodType
- Returns:
- The value of the method property.
-
isSetMethod
public boolean isSetMethod() -
unsetMethod
public void unsetMethod() -
getProjection
Gets the value of the projection property.- Returns:
- possible object is
String
-
setProjection
Sets the value of the projection property.- Parameters:
value
- allowed object isString
-
isSetProjection
public boolean isSetProjection() -
getTag
Gets the value of the tag 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 tag property.For example, to add a new item, do as follows:
getTag().add(newItem);
Objects of the following type(s) are allowed in the list
String
- Returns:
- The value of the tag property.
-
isSetTag
public boolean isSetTag() -
unsetTag
public void unsetTag() -
getScript
Gets the value of the script property.- Returns:
- possible object is
String
-
setScript
Sets the value of the script property.- Parameters:
value
- allowed object isString
-
isSetScript
public boolean isSetScript() -
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
SimpleMetadataType
-
setMetadata
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
-
isSetMetadata
public boolean isSetMetadata() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withName
Sets the value of the name property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withUri
Sets the value of the uri property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withUriList
Adds objects to the list of UriList using add method- Parameters:
values
- objects to add to the list UriList- Returns:
- The class instance
-
withUriList
Adds objects to the list of UriList using addAll method- Parameters:
values
- objects to add to the list UriList- Returns:
- The class instance
-
withMethod
Adds objects to the list of Method using add method- Parameters:
values
- objects to add to the list Method- Returns:
- The class instance
-
withMethod
Adds objects to the list of Method using addAll method- Parameters:
values
- objects to add to the list Method- Returns:
- The class instance
-
withProjection
Sets the value of the projection property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withTag
Adds objects to the list of Tag using add method- Parameters:
values
- objects to add to the list Tag- Returns:
- The class instance
-
withTag
Adds objects to the list of Tag using addAll method- Parameters:
values
- objects to add to the list Tag- Returns:
- The class instance
-
withScript
Sets the value of the script property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withMetadata
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-