Package org.cip4.lib.xjdf.schema
Class LooseBinding
java.lang.Object
org.cip4.lib.xjdf.schema.LooseBinding
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public class LooseBinding
extends Object
implements 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}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"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ScrewBinding" 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 RingBindingprotected ScrewBinding -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBrand()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.Gets the value of the screwBinding property.inthashCode()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.voidsetScrewBinding(ScrewBinding value) Sets the value of the screwBinding property.withCoilBinding(CoilBinding value) withCombBinding(CombBinding value) withDiameter(Float value) withHolePattern(HolePattern value) withRingBinding(RingBinding value) withScrewBinding(ScrewBinding value)
-
Field Details
-
holePattern
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected HolePattern holePattern -
coilBinding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected CoilBinding coilBinding -
combBinding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected CombBinding combBinding -
ringBinding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected RingBinding ringBinding -
screwBinding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected ScrewBinding screwBinding -
brand
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String brand -
diameter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float diameter
-
-
Constructor Details
-
LooseBinding
public LooseBinding()
-
-
Method Details
-
getHolePattern
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setRingBinding(RingBinding value) Sets the value of the ringBinding property.- Parameters:
value- allowed object isRingBinding
-
getScrewBinding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public ScrewBinding getScrewBinding()Gets the value of the screwBinding property.- Returns:
- possible object is
ScrewBinding
-
setScrewBinding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setScrewBinding(ScrewBinding value) Sets the value of the screwBinding property.- Parameters:
value- allowed object isScrewBinding
-
getBrand
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 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
-
withHolePattern
-
withCoilBinding
-
withCombBinding
-
withRingBinding
-
withScrewBinding
-
withBrand
-
withDiameter
-
equals
-
hashCode
public int hashCode()
-