Package com.vidispine.generated
Class NotificationMetadataTriggerType.Modify
- java.lang.Object
-
- com.vidispine.generated.NotificationMetadataTriggerType.Modify
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Enclosing class:
- NotificationMetadataTriggerType
public static class NotificationMetadataTriggerType.Modify 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 anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NotificationMetadataTriggerType.Modify.PropInfo
-
Constructor Summary
Constructors Constructor Description Modify()
-
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
getField()
Gets the value of the field property.String
getInterval()
Gets the value of the interval property.String
getLanguage()
Gets the value of the language property.String
getTrack()
Gets the value of the track property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetField()
boolean
isSetInterval()
boolean
isSetLanguage()
boolean
isSetTrack()
void
setField(String value)
Sets the value of the field property.void
setInterval(String value)
Sets the value of the interval property.void
setLanguage(String value)
Sets the value of the language property.void
setTrack(String value)
Sets the value of the track property.NotificationMetadataTriggerType.Modify
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NotificationMetadataTriggerType.Modify
withField(String value)
NotificationMetadataTriggerType.Modify
withInterval(String value)
NotificationMetadataTriggerType.Modify
withLanguage(String value)
NotificationMetadataTriggerType.Modify
withTrack(String value)
-
-
-
Method Detail
-
getField
public String getField()
Gets the value of the field property.- Returns:
- possible object is
String
-
setField
public void setField(String value)
Sets the value of the field property.- Parameters:
value
- allowed object isString
-
isSetField
public boolean isSetField()
-
getTrack
public String getTrack()
Gets the value of the track property.- Returns:
- possible object is
String
-
setTrack
public void setTrack(String value)
Sets the value of the track property.- Parameters:
value
- allowed object isString
-
isSetTrack
public boolean isSetTrack()
-
getLanguage
public String getLanguage()
Gets the value of the language property.- Returns:
- possible object is
String
-
setLanguage
public void setLanguage(String value)
Sets the value of the language property.- Parameters:
value
- allowed object isString
-
isSetLanguage
public boolean isSetLanguage()
-
getInterval
public String getInterval()
Gets the value of the interval property.- Returns:
- possible object is
String
-
setInterval
public void setInterval(String value)
Sets the value of the interval property.- Parameters:
value
- allowed object isString
-
isSetInterval
public boolean isSetInterval()
-
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
-
withField
public NotificationMetadataTriggerType.Modify withField(String value)
-
withTrack
public NotificationMetadataTriggerType.Modify withTrack(String value)
-
withLanguage
public NotificationMetadataTriggerType.Modify withLanguage(String value)
-
withInterval
public NotificationMetadataTriggerType.Modify withInterval(String 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 NotificationMetadataTriggerType.Modify 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
-
-