Class PartAmount
- All Implemented Interfaces:
Serializable
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 ref="{http://www.CIP4.org/JDFSchema_2_0}Part" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}PartWaste" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Amount" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="MaxAmount" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="MinAmount" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="Waste" type="{http://www.w3.org/2001/XMLSchema}float" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the amount property.Gets the value of the maxAmount property.Gets the value of the minAmount property.Gets a map that contains attributes that aren't bound to any typed property on this class.getPart()Gets the value of the part property.Gets the value of the partWaste property.getWaste()Gets the value of the waste property.inthashCode()voidSets the value of the amount property.voidsetMaxAmount(Float value) Sets the value of the maxAmount property.voidsetMinAmount(Float value) Sets the value of the minAmount property.voidSets the value of the waste property.withAmount(Double value) withMaxAmount(Float value) withMinAmount(Float value) withPart(Collection<Part> values) withPartWaste(Collection<PartWaste> values) withPartWaste(PartWaste... values)
-
Field Details
-
part
-
partWaste
-
amount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Double amount -
maxAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float maxAmount -
minAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float minAmount -
waste
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float waste
-
-
Constructor Details
-
PartAmount
public PartAmount()
-
-
Method Details
-
getPart
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<Part> getPart()Gets the value of the part property.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
setmethod for the part property.For example, to add a new item, do as follows:
getPart().add(newItem);
Objects of the following type(s) are allowed in the list
Part- Returns:
- The value of the part property.
-
getPartWaste
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<PartWaste> getPartWaste()Gets the value of the partWaste property.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
setmethod for the partWaste property.For example, to add a new item, do as follows:
getPartWaste().add(newItem);
Objects of the following type(s) are allowed in the list
PartWaste- Returns:
- The value of the partWaste property.
-
getAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Double getAmount()Gets the value of the amount property.- Returns:
- possible object is
String
-
setAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setAmount(Double value) Sets the value of the amount property.- Parameters:
value- allowed object isString
-
getMaxAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Float getMaxAmount()Gets the value of the maxAmount property.- Returns:
- possible object is
Float
-
setMaxAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setMaxAmount(Float value) Sets the value of the maxAmount property.- Parameters:
value- allowed object isFloat
-
getMinAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Float getMinAmount()Gets the value of the minAmount property.- Returns:
- possible object is
Float
-
setMinAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setMinAmount(Float value) Sets the value of the minAmount property.- Parameters:
value- allowed object isFloat
-
getWaste
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Float getWaste()Gets the value of the waste property.- Returns:
- possible object is
Float
-
setWaste
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setWaste(Float value) Sets the value of the waste property.- Parameters:
value- allowed object isFloat
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Map<QName,String> getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-
withPart
-
withPart
-
withPartWaste
-
withPartWaste
-
withAmount
-
withMaxAmount
-
withMinAmount
-
withWaste
-
equals
-
hashCode
public int hashCode()
-