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.
|
| 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 |
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()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic 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()
Booleanpublic void setCleanup(Boolean value)
value - allowed object is
Booleanpublic boolean isSetCleanup()
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 CerifyType withAddress(String value)
public CerifyType withMediaLocation(CerifyType.MediaLocation... values)
public CerifyType withMediaLocation(Collection<CerifyType.MediaLocation> values)
public CerifyType withCleanup(Boolean value)
Copyright © 2015. All rights reserved.