public static class CostEstimateType.Service extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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="resource" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cost" type="{http://xml.vidispine.com/schema/vidispine}AmountType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CostEstimateType.Service.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected AmountType |
cost |
protected String |
message |
protected String |
name |
protected String |
resource |
protected String |
state |
protected String |
status |
protected String |
type |
| Constructor and Description |
|---|
Service() |
| 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() |
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.EqualsStrategy strategy) |
AmountType |
getCost()
Gets the value of the cost property.
|
String |
getMessage()
Gets the value of the message property.
|
String |
getName()
Gets the value of the name property.
|
String |
getResource()
Gets the value of the resource property.
|
String |
getState()
Gets the value of the state property.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isSetCost() |
boolean |
isSetMessage() |
boolean |
isSetName() |
boolean |
isSetResource() |
boolean |
isSetState() |
boolean |
isSetStatus() |
boolean |
isSetType() |
void |
setCost(AmountType value)
Sets the value of the cost property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setResource(String value)
Sets the value of the resource property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setType(String value)
Sets the value of the type property.
|
CostEstimateType.Service |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
CostEstimateType.Service |
withCost(AmountType value) |
CostEstimateType.Service |
withMessage(String value) |
CostEstimateType.Service |
withName(String value) |
CostEstimateType.Service |
withResource(String value) |
CostEstimateType.Service |
withState(String value) |
CostEstimateType.Service |
withStatus(String value) |
CostEstimateType.Service |
withType(String value) |
protected String resource
protected String name
protected String type
protected String state
protected String status
protected String message
protected AmountType cost
public String getResource()
Stringpublic void setResource(String value)
value - allowed object is
Stringpublic boolean isSetResource()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic boolean isSetState()
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic boolean isSetStatus()
public String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic boolean isSetMessage()
public AmountType getCost()
AmountTypepublic void setCost(AmountType value)
value - allowed object is
AmountTypepublic boolean isSetCost()
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 CostEstimateType.Service withResource(String value)
public CostEstimateType.Service withName(String value)
public CostEstimateType.Service withType(String value)
public CostEstimateType.Service withState(String value)
public CostEstimateType.Service withStatus(String value)
public CostEstimateType.Service withMessage(String value)
public CostEstimateType.Service withCost(AmountType value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic CostEstimateType.Service visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.