@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public class Additional
extends AbstractPt
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for Additional complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Additional">
<complexContent>
<extension base="{http://www.printtalk.org/schema_2_0}Abstract_pt">
<attribute name="Amount" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="Price" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
amount |
protected double |
price |
comment, descriptiveName, generalID| Constructor and Description |
|---|
Additional() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
double |
getAmount()
Gets the value of the amount property.
|
double |
getPrice()
Gets the value of the price property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAmount(double value)
Sets the value of the amount property.
|
void |
setPrice(double value)
Sets the value of the price property.
|
Additional |
withAmount(double value) |
Additional |
withComment(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values) |
Additional |
withComment(org.cip4.lib.xjdf.schema.Comment... values) |
Additional |
withDescriptiveName(java.lang.String value) |
Additional |
withGeneralID(java.util.Collection<org.cip4.lib.xjdf.schema.GeneralID> values) |
Additional |
withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values) |
Additional |
withPrice(double value) |
getComment, getDescriptiveName, getGeneralID, setDescriptiveName@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected double amount
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected double price
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public double getAmount()
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setAmount(double value)
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public double getPrice()
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setPrice(double value)
public Additional withAmount(double value)
public Additional withPrice(double value)
public Additional withComment(org.cip4.lib.xjdf.schema.Comment... values)
withComment in class AbstractPtpublic Additional withComment(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values)
withComment in class AbstractPtpublic Additional withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values)
withGeneralID in class AbstractPtpublic Additional withGeneralID(java.util.Collection<org.cip4.lib.xjdf.schema.GeneralID> values)
withGeneralID in class AbstractPtpublic Additional withDescriptiveName(java.lang.String value)
withDescriptiveName in class AbstractPtpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractPtpublic boolean equals(java.lang.Object object)
equals in class AbstractPtpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractPtpublic int hashCode()
hashCode in class AbstractPt