public class Disposition extends Object implements 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 String |
dispositionAction |
protected String |
dispositionUsage |
protected String |
extraDuration |
protected String |
minDuration |
protected Integer |
priority |
protected String |
until |
| Constructor and Description |
|---|
Disposition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDispositionAction()
Gets the value of the dispositionAction property.
|
String |
getDispositionUsage()
Gets the value of the dispositionUsage property.
|
String |
getExtraDuration()
Gets the value of the extraDuration property.
|
String |
getMinDuration()
Gets the value of the minDuration property.
|
Integer |
getPriority()
Gets the value of the priority property.
|
String |
getUntil()
Gets the value of the until property.
|
void |
setDispositionAction(String value)
Sets the value of the dispositionAction property.
|
void |
setDispositionUsage(String value)
Sets the value of the dispositionUsage property.
|
void |
setExtraDuration(String value)
Sets the value of the extraDuration property.
|
void |
setMinDuration(String value)
Sets the value of the minDuration property.
|
void |
setPriority(Integer value)
Sets the value of the priority property.
|
void |
setUntil(String value)
Sets the value of the until property.
|
protected String until
protected String minDuration
protected String extraDuration
protected Integer priority
protected String dispositionUsage
protected String dispositionAction
public String getUntil()
Stringpublic void setUntil(String value)
value - allowed object is
Stringpublic String getMinDuration()
Stringpublic void setMinDuration(String value)
value - allowed object is
Stringpublic String getExtraDuration()
Stringpublic void setExtraDuration(String value)
value - allowed object is
Stringpublic Integer getPriority()
Integerpublic void setPriority(Integer value)
value - allowed object is
Integerpublic String getDispositionUsage()
Stringpublic void setDispositionUsage(String value)
value - allowed object is
Stringpublic String getDispositionAction()
StringCopyright © 2012. All Rights Reserved.