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.
|
static class |
NotificationMetadataTriggerType.PropInfo |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
NotificationMetadataTriggerType |
withModify(NotificationMetadataTriggerType.Modify value) |
NotificationMetadataTriggerType |
withType(String value) |
getType, isSetType, setType
protected NotificationMetadataTriggerType.Modify modify
public NotificationMetadataTriggerType.Modify getModify()
NotificationMetadataTriggerType.Modify
public void setModify(NotificationMetadataTriggerType.Modify value)
value
- allowed object is
NotificationMetadataTriggerType.Modify
public boolean isSetModify()
public Object clone()
clone
in class NotificationTriggerType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class NotificationTriggerType
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
copyTo
in class NotificationTriggerType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class NotificationTriggerType
public NotificationMetadataTriggerType withModify(NotificationMetadataTriggerType.Modify value)
public NotificationMetadataTriggerType withType(String value)
withType
in class NotificationTriggerType
public NotificationMetadataTriggerType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class NotificationTriggerType
Copyright © 2017. All rights reserved.