public static class JobType.Waiting extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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="resourceId" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
<element name="resourceType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="requirement" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
requirement |
protected String |
resourceId |
protected String |
resourceType |
| Constructor and Description |
|---|
JobType.Waiting() |
| 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() |
String |
getRequirement()
Gets the value of the requirement property.
|
String |
getResourceId()
Gets the value of the resourceId property.
|
String |
getResourceType()
Gets the value of the resourceType property.
|
boolean |
isSetRequirement() |
boolean |
isSetResourceId() |
boolean |
isSetResourceType() |
void |
setRequirement(String value)
Sets the value of the requirement property.
|
void |
setResourceId(String value)
Sets the value of the resourceId property.
|
void |
setResourceType(String value)
Sets the value of the resourceType property.
|
JobType.Waiting |
withRequirement(String value) |
JobType.Waiting |
withResourceId(String value) |
JobType.Waiting |
withResourceType(String value) |
protected String resourceId
protected String resourceType
protected String requirement
public String getResourceId()
Stringpublic void setResourceId(String value)
value - allowed object is
Stringpublic boolean isSetResourceId()
public String getResourceType()
Stringpublic void setResourceType(String value)
value - allowed object is
Stringpublic boolean isSetResourceType()
public String getRequirement()
Stringpublic void setRequirement(String value)
value - allowed object is
Stringpublic boolean isSetRequirement()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic JobType.Waiting withResourceId(String value)
public JobType.Waiting withResourceType(String value)
public JobType.Waiting withRequirement(String value)
Copyright © 2015. All rights reserved.