Package org.cip4.lib.xjdf.schema
Class DropItem
java.lang.Object
org.cip4.lib.xjdf.schema.DropItem
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.6",
date="2022-12-18T20:00:09Z")
public class DropItem
extends Object
implements Serializable, 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">
<attribute name="Amount" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="ItemRef" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="TotalDimensions" type="{http://www.CIP4.org/JDFSchema_2_0}shape" />
<attribute name="TotalVolume" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="TotalWeight" 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 TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) intGets the value of the amount property.getItem()Gets the value of the item property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the totalDimensions property.Gets the value of the totalVolume property.Gets the value of the totalWeight property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetAmount(int value) Sets the value of the amount property.voidSets the value of the item property.voidsetTotalDimensions(Shape value) Sets the value of the totalDimensions property.voidsetTotalVolume(Float value) Sets the value of the totalVolume property.voidsetTotalWeight(Float value) Sets the value of the totalWeight property.withAmount(int value) withTotalDimensions(Shape value) withTotalVolume(Float value) withTotalWeight(Float value)
-
Field Details
-
amount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected int amount -
item
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Resource item -
totalDimensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Shape totalDimensions -
totalVolume
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float totalVolume -
totalWeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float totalWeight
-
-
Constructor Details
-
DropItem
public DropItem()
-
-
Method Details
-
getAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public int getAmount()Gets the value of the amount property. -
setAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setAmount(int value) Sets the value of the amount property. -
getItem
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Resource getItem()Gets the value of the item property.- Returns:
- possible object is
Object
-
setItem
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setItem(Resource value) Sets the value of the item property.- Parameters:
value- allowed object isObject
-
getTotalDimensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Shape getTotalDimensions()Gets the value of the totalDimensions property.- Returns:
- possible object is
String
-
setTotalDimensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setTotalDimensions(Shape value) Sets the value of the totalDimensions property.- Parameters:
value- allowed object isString
-
getTotalVolume
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getTotalVolume()Gets the value of the totalVolume property.- Returns:
- possible object is
Float
-
setTotalVolume
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setTotalVolume(Float value) Sets the value of the totalVolume property.- Parameters:
value- allowed object isFloat
-
getTotalWeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getTotalWeight()Gets the value of the totalWeight property.- Returns:
- possible object is
Float
-
setTotalWeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setTotalWeight(Float value) Sets the value of the totalWeight property.- Parameters:
value- allowed object isFloat
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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
-
withAmount
-
withItem
-
withTotalDimensions
-
withTotalVolume
-
withTotalWeight
-
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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
-