Package org.cip4.lib.xjdf.schema
Class LooseBinding
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.LooseBinding
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public class LooseBinding extends java.lang.Object implements java.io.SerializableJava 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringbrandprotected CoilBindingcoilBindingprotected CombBindingcombBindingprotected java.lang.Floatdiameterprotected HolePatternholePatternprotected RingBindingringBinding
-
Constructor Summary
Constructors Constructor Description LooseBinding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.StringgetBrand()Gets the value of the brand property.CoilBindinggetCoilBinding()Gets the value of the coilBinding property.CombBindinggetCombBinding()Gets the value of the combBinding property.java.lang.FloatgetDiameter()Gets the value of the diameter property.HolePatterngetHolePattern()Gets the value of the holePattern property.java.util.Map<javax.xml.namespace.QName,java.lang.String>getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.RingBindinggetRingBinding()Gets the value of the ringBinding property.inthashCode()voidsetBrand(java.lang.String value)Sets 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(java.lang.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.LooseBindingwithBrand(java.lang.String value)LooseBindingwithCoilBinding(CoilBinding value)LooseBindingwithCombBinding(CombBinding value)LooseBindingwithDiameter(java.lang.Float value)LooseBindingwithHolePattern(HolePattern value)LooseBindingwithRingBinding(RingBinding value)
-
-
-
Field Detail
-
holePattern
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected HolePattern holePattern
-
coilBinding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected CoilBinding coilBinding
-
combBinding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected CombBinding combBinding
-
ringBinding
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected RingBinding ringBinding
-
brand
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.String brand
-
diameter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float diameter
-
-
Method Detail
-
getHolePattern
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") 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 v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.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.1", date="2022-12-21T00:11:33Z") public void setBrand(java.lang.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.1", date="2022-12-21T00:11:33Z") public java.lang.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.1", date="2022-12-21T00:11:33Z") public void setDiameter(java.lang.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.1", date="2022-12-21T00:11:33Z") public java.util.Map<javax.xml.namespace.QName,java.lang.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
public LooseBinding withHolePattern(HolePattern value)
-
withCoilBinding
public LooseBinding withCoilBinding(CoilBinding value)
-
withCombBinding
public LooseBinding withCombBinding(CombBinding value)
-
withRingBinding
public LooseBinding withRingBinding(RingBinding value)
-
withBrand
public LooseBinding withBrand(java.lang.String value)
-
withDiameter
public LooseBinding withDiameter(java.lang.Float value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-