public class Disposition
extends java.lang.Object
implements java.io.Serializable
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">
<attribute name="Until" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="MinDuration" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
<attribute name="ExtraDuration" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
<attribute name="Priority" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="DispositionUsage" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="DispositionAction" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
dispositionAction |
protected java.lang.String |
dispositionUsage |
protected java.lang.String |
extraDuration |
protected java.lang.String |
minDuration |
protected java.lang.Integer |
priority |
protected java.lang.String |
until |
| Constructor and Description |
|---|
Disposition() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDispositionAction()
Gets the value of the dispositionAction property.
|
java.lang.String |
getDispositionUsage()
Gets the value of the dispositionUsage property.
|
java.lang.String |
getExtraDuration()
Gets the value of the extraDuration property.
|
java.lang.String |
getMinDuration()
Gets the value of the minDuration property.
|
java.lang.Integer |
getPriority()
Gets the value of the priority property.
|
java.lang.String |
getUntil()
Gets the value of the until property.
|
void |
setDispositionAction(java.lang.String value)
Sets the value of the dispositionAction property.
|
void |
setDispositionUsage(java.lang.String value)
Sets the value of the dispositionUsage property.
|
void |
setExtraDuration(java.lang.String value)
Sets the value of the extraDuration property.
|
void |
setMinDuration(java.lang.String value)
Sets the value of the minDuration property.
|
void |
setPriority(java.lang.Integer value)
Sets the value of the priority property.
|
void |
setUntil(java.lang.String value)
Sets the value of the until property.
|
protected java.lang.String until
protected java.lang.String minDuration
protected java.lang.String extraDuration
protected java.lang.Integer priority
protected java.lang.String dispositionUsage
protected java.lang.String dispositionAction
public java.lang.String getUntil()
Stringpublic void setUntil(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMinDuration()
Stringpublic void setMinDuration(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExtraDuration()
Stringpublic void setExtraDuration(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPriority()
Integerpublic void setPriority(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getDispositionUsage()
Stringpublic void setDispositionUsage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDispositionAction()
Stringpublic void setDispositionAction(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.