public class CerifyType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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>
Modifier and Type | Class and Description |
---|---|
static class |
CerifyType.MediaLocation
Java class for anonymous complex type.
|
static class |
CerifyType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected String |
address |
protected Boolean |
cleanup |
protected List<CerifyType.MediaLocation> |
mediaLocation |
Constructor and Description |
---|
CerifyType() |
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() |
String |
getAddress()
Gets the value of the address property.
|
List<CerifyType.MediaLocation> |
getMediaLocation()
Gets the value of the mediaLocation property.
|
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) |
protected String address
protected List<CerifyType.MediaLocation> mediaLocation
protected Boolean cleanup
public String getAddress()
String
public void setAddress(String value)
value
- allowed object is
String
public boolean isSetAddress()
public List<CerifyType.MediaLocation> getMediaLocation()
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
public boolean isSetMediaLocation()
public void unsetMediaLocation()
public Boolean isCleanup()
Boolean
public void setCleanup(Boolean value)
value
- allowed object is
Boolean
public boolean isSetCleanup()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public CerifyType withAddress(String value)
public CerifyType withMediaLocation(CerifyType.MediaLocation... values)
public CerifyType withMediaLocation(Collection<CerifyType.MediaLocation> values)
public CerifyType withCleanup(Boolean value)
public CerifyType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.