public class NotificationMetadataTriggerType extends NotificationTriggerType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for NotificationMetadataTriggerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationMetadataTriggerType">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}NotificationTriggerType">
<choice>
<element name="modify">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="field" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="track" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="interval" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationMetadataTriggerType.Modify
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected NotificationMetadataTriggerType.Modify |
modify |
type| Constructor and Description |
|---|
NotificationMetadataTriggerType() |
| 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() |
NotificationMetadataTriggerType.Modify |
getModify()
Gets the value of the modify property.
|
boolean |
isSetModify() |
void |
setModify(NotificationMetadataTriggerType.Modify value)
Sets the value of the modify property.
|
NotificationMetadataTriggerType |
withModify(NotificationMetadataTriggerType.Modify value) |
NotificationMetadataTriggerType |
withType(String value) |
getType, isSetType, setTypeprotected NotificationMetadataTriggerType.Modify modify
public NotificationMetadataTriggerType.Modify getModify()
NotificationMetadataTriggerType.Modifypublic void setModify(NotificationMetadataTriggerType.Modify value)
value - allowed object is
NotificationMetadataTriggerType.Modifypublic boolean isSetModify()
public Object clone()
clone in class NotificationTriggerTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class NotificationTriggerTypepublic 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.CopyTocopyTo in class NotificationTriggerTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class NotificationTriggerTypepublic NotificationMetadataTriggerType withModify(NotificationMetadataTriggerType.Modify value)
public NotificationMetadataTriggerType withType(String value)
withType in class NotificationTriggerTypeCopyright © 2015. All rights reserved.