public class CostEstimateType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for CostEstimateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CostEstimateType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/> <element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="service" maxOccurs="unbounded" minOccurs="0"> <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> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
CostEstimateType.PropInfo |
static class |
CostEstimateType.Service
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected List<CostEstimateType.Service> |
service |
protected String |
state |
protected String |
url |
Constructor and Description |
---|
CostEstimateType() |
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) |
String |
getId()
Gets the value of the id property.
|
List<CostEstimateType.Service> |
getService()
Gets the value of the service property.
|
String |
getState()
Gets the value of the state property.
|
String |
getUrl()
Gets the value of the url property.
|
boolean |
isSetId() |
boolean |
isSetService() |
boolean |
isSetState() |
boolean |
isSetUrl() |
void |
setId(String value)
Sets the value of the id property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
unsetService() |
CostEstimateType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
CostEstimateType |
withId(String value) |
CostEstimateType |
withService(Collection<CostEstimateType.Service> values) |
CostEstimateType |
withService(CostEstimateType.Service... values) |
CostEstimateType |
withState(String value) |
CostEstimateType |
withUrl(String value) |
protected String id
protected String url
protected String state
protected List<CostEstimateType.Service> service
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
public boolean isSetUrl()
public String getState()
String
public void setState(String value)
value
- allowed object is
String
public boolean isSetState()
public List<CostEstimateType.Service> getService()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the service property.
For example, to add a new item, do as follows:
getService().add(newItem);
Objects of the following type(s) are allowed in the list
CostEstimateType.Service
public boolean isSetService()
public void unsetService()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public CostEstimateType withId(String value)
public CostEstimateType withUrl(String value)
public CostEstimateType withState(String value)
public CostEstimateType withService(CostEstimateType.Service... values)
public CostEstimateType withService(Collection<CostEstimateType.Service> values)
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.Equals
public CostEstimateType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.