Package org.cip4.lib.xjdf.schema
Class LooseBinding
java.lang.Object
org.cip4.lib.xjdf.schema.LooseBinding
- 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 LooseBinding
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">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}HolePattern" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}CoilBinding" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}CombBinding" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}RingBinding" minOccurs="0"/>
</sequence>
<attribute name="Brand" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Diameter" type="{http://www.w3.org/2001/XMLSchema}float" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected CoilBindingprotected CombBindingprotected Floatprotected HolePatternprotected RingBinding -
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) getBrand()Gets the value of the brand property.Gets the value of the coilBinding property.Gets the value of the combBinding property.Gets the value of the diameter property.Gets the value of the holePattern property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the ringBinding property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the brand property.voidsetCoilBinding(CoilBinding value) Sets the value of the coilBinding property.voidsetCombBinding(CombBinding value) Sets the value of the combBinding property.voidsetDiameter(Float value) Sets the value of the diameter property.voidsetHolePattern(HolePattern value) Sets the value of the holePattern property.voidsetRingBinding(RingBinding value) Sets the value of the ringBinding property.withCoilBinding(CoilBinding value) withCombBinding(CombBinding value) withDiameter(Float value) withHolePattern(HolePattern value) withRingBinding(RingBinding value)
-
Field Details
-
holePattern
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected HolePattern holePattern -
coilBinding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected CoilBinding coilBinding -
combBinding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected CombBinding combBinding -
ringBinding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected RingBinding ringBinding -
brand
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String brand -
diameter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float diameter
-
-
Constructor Details
-
LooseBinding
public LooseBinding()
-
-
Method Details
-
getHolePattern
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public HolePattern getHolePattern()Gets the value of the holePattern property.- Returns:
- possible object is
HolePattern
-
setHolePattern
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setHolePattern(HolePattern value) Sets the value of the holePattern property.- Parameters:
value- allowed object isHolePattern
-
getCoilBinding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public CoilBinding getCoilBinding()Gets the value of the coilBinding property.- Returns:
- possible object is
CoilBinding
-
setCoilBinding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setCoilBinding(CoilBinding value) Sets the value of the coilBinding property.- Parameters:
value- allowed object isCoilBinding
-
getCombBinding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public CombBinding getCombBinding()Gets the value of the combBinding property.- Returns:
- possible object is
CombBinding
-
setCombBinding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setCombBinding(CombBinding value) Sets the value of the combBinding property.- Parameters:
value- allowed object isCombBinding
-
getRingBinding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public RingBinding getRingBinding()Gets the value of the ringBinding property.- Returns:
- possible object is
RingBinding
-
setRingBinding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setRingBinding(RingBinding value) Sets the value of the ringBinding property.- Parameters:
value- allowed object isRingBinding
-
getBrand
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getBrand()Gets the value of the brand property.- Returns:
- possible object is
String
-
setBrand
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setBrand(String value) Sets the value of the brand property.- Parameters:
value- allowed object isString
-
getDiameter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getDiameter()Gets the value of the diameter property.- Returns:
- possible object is
Float
-
setDiameter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setDiameter(Float value) Sets the value of the diameter 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
-
withHolePattern
-
withCoilBinding
-
withCombBinding
-
withRingBinding
-
withBrand
-
withDiameter
-
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()
-