Package com.vidispine.generated
Class CostEstimateType.Service
- java.lang.Object
-
- com.vidispine.generated.CostEstimateType.Service
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Enclosing class:
- CostEstimateType
public static class CostEstimateType.Service extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CostEstimateType.Service.PropInfo
-
Constructor Summary
Constructors Constructor Description Service()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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)
-
-
-
Method Detail
-
getResource
public String getResource()
Gets the value of the resource property.- Returns:
- possible object is
String
-
setResource
public void setResource(String value)
Sets the value of the resource property.- Parameters:
value
- allowed object isString
-
isSetResource
public boolean isSetResource()
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName()
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
isSetType
public boolean isSetType()
-
getState
public String getState()
Gets the value of the state property.- Returns:
- possible object is
String
-
setState
public void setState(String value)
Sets the value of the state property.- Parameters:
value
- allowed object isString
-
isSetState
public boolean isSetState()
-
getStatus
public String getStatus()
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
public void setStatus(String value)
Sets the value of the status property.- Parameters:
value
- allowed object isString
-
isSetStatus
public boolean isSetStatus()
-
getMessage
public String getMessage()
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
public void setMessage(String value)
Sets the value of the message property.- Parameters:
value
- allowed object isString
-
isSetMessage
public boolean isSetMessage()
-
getCost
public AmountType getCost()
Gets the value of the cost property.- Returns:
- possible object is
AmountType
-
setCost
public void setCost(AmountType value)
Sets the value of the cost property.- Parameters:
value
- allowed object isAmountType
-
isSetCost
public boolean isSetCost()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withResource
public CostEstimateType.Service withResource(String value)
-
withName
public CostEstimateType.Service withName(String value)
-
withType
public CostEstimateType.Service withType(String value)
-
withState
public CostEstimateType.Service withState(String value)
-
withStatus
public CostEstimateType.Service withStatus(String value)
-
withMessage
public CostEstimateType.Service withMessage(String value)
-
withCost
public CostEstimateType.Service withCost(AmountType value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public CostEstimateType.Service visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-