public class ProductDefinition extends Object
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="version" type="{http://www.bidib.org/schema/commonTypes/1.0}VersionType"/>
<element name="product" type="{http://www.bidib.org/schema/product/1.0}ProductType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ProductType |
product |
protected VersionType |
version |
| Constructor and Description |
|---|
ProductDefinition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
ProductType |
getProduct()
Gets the value of the product property.
|
VersionType |
getVersion()
Gets the value of the version property.
|
int |
hashCode() |
void |
setProduct(ProductType value)
Sets the value of the product property.
|
void |
setVersion(VersionType value)
Sets the value of the version property.
|
String |
toString() |
ProductDefinition |
withProduct(ProductType value) |
ProductDefinition |
withVersion(VersionType value) |
protected VersionType version
protected ProductType product
public VersionType getVersion()
VersionTypepublic void setVersion(VersionType value)
value - allowed object is
VersionTypepublic ProductType getProduct()
ProductTypepublic void setProduct(ProductType value)
value - allowed object is
ProductTypepublic ProductDefinition withVersion(VersionType value)
public ProductDefinition withProduct(ProductType value)
Copyright © 2016. All rights reserved.