Package com.vidispine.generated
Class CerifyType
- java.lang.Object
-
- com.vidispine.generated.CerifyType
-
- 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 CerifyType 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 CerifyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CerifyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="mediaLocation" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="storageMethod" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="cleanup" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CerifyType.MediaLocation
Java class for anonymous complex type.static class
CerifyType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
address
protected Boolean
cleanup
protected List<CerifyType.MediaLocation>
mediaLocation
-
Constructor Summary
Constructors Constructor Description CerifyType()
-
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)
String
getAddress()
Gets the value of the address property.List<CerifyType.MediaLocation>
getMediaLocation()
Gets the value of the mediaLocation property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Boolean
isCleanup()
Gets the value of the cleanup property.boolean
isSetAddress()
boolean
isSetCleanup()
boolean
isSetMediaLocation()
void
setAddress(String value)
Sets the value of the address property.void
setCleanup(Boolean value)
Sets the value of the cleanup property.void
unsetMediaLocation()
CerifyType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
CerifyType
withAddress(String value)
CerifyType
withCleanup(Boolean value)
CerifyType
withMediaLocation(CerifyType.MediaLocation... values)
CerifyType
withMediaLocation(Collection<CerifyType.MediaLocation> values)
-
-
-
Field Detail
-
address
protected String address
-
mediaLocation
protected List<CerifyType.MediaLocation> mediaLocation
-
cleanup
protected Boolean cleanup
-
-
Method Detail
-
getAddress
public String getAddress()
Gets the value of the address property.- Returns:
- possible object is
String
-
setAddress
public void setAddress(String value)
Sets the value of the address property.- Parameters:
value
- allowed object isString
-
isSetAddress
public boolean isSetAddress()
-
getMediaLocation
public List<CerifyType.MediaLocation> getMediaLocation()
Gets the value of the mediaLocation 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 mediaLocation property.For example, to add a new item, do as follows:
getMediaLocation().add(newItem);
Objects of the following type(s) are allowed in the list
CerifyType.MediaLocation
-
isSetMediaLocation
public boolean isSetMediaLocation()
-
unsetMediaLocation
public void unsetMediaLocation()
-
isCleanup
public Boolean isCleanup()
Gets the value of the cleanup property.- Returns:
- possible object is
Boolean
-
setCleanup
public void setCleanup(Boolean value)
Sets the value of the cleanup property.- Parameters:
value
- allowed object isBoolean
-
isSetCleanup
public boolean isSetCleanup()
-
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
-
withAddress
public CerifyType withAddress(String value)
-
withMediaLocation
public CerifyType withMediaLocation(CerifyType.MediaLocation... values)
-
withMediaLocation
public CerifyType withMediaLocation(Collection<CerifyType.MediaLocation> values)
-
withCleanup
public CerifyType withCleanup(Boolean 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 CerifyType 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
-
-