Package org.cip4.lib.xjdf.schema
Class WindingParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.WindingParams
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class WindingParams extends SpecificResource implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for WindingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WindingParams"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource"> <attribute name="Copies" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="Diameter" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="Fixation" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="Length" type="{http://www.w3.org/2001/XMLSchema}float" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WindingParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)java.lang.IntegergetCopies()Gets the value of the copies property.java.lang.FloatgetDiameter()Gets the value of the diameter property.java.lang.StringgetFixation()Gets the value of the fixation property.java.lang.FloatgetLength()Gets the value of the length property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetCopies(java.lang.Integer value)Sets the value of the copies property.voidsetDiameter(java.lang.Float value)Sets the value of the diameter property.voidsetFixation(java.lang.String value)Sets the value of the fixation property.voidsetLength(java.lang.Float value)Sets the value of the length property.WindingParamswithCopies(java.lang.Integer value)WindingParamswithDiameter(java.lang.Float value)WindingParamswithFixation(java.lang.String value)WindingParamswithLength(java.lang.Float value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Method Detail
-
getCopies
public java.lang.Integer getCopies()
Gets the value of the copies property.- Returns:
- possible object is
Integer
-
setCopies
public void setCopies(java.lang.Integer value)
Sets the value of the copies property.- Parameters:
value- allowed object isInteger
-
getDiameter
public java.lang.Float getDiameter()
Gets the value of the diameter property.- Returns:
- possible object is
Float
-
setDiameter
public void setDiameter(java.lang.Float value)
Sets the value of the diameter property.- Parameters:
value- allowed object isFloat
-
getFixation
public java.lang.String getFixation()
Gets the value of the fixation property.- Returns:
- possible object is
String
-
setFixation
public void setFixation(java.lang.String value)
Sets the value of the fixation property.- Parameters:
value- allowed object isString
-
getLength
public java.lang.Float getLength()
Gets the value of the length property.- Returns:
- possible object is
Float
-
setLength
public void setLength(java.lang.Float value)
Sets the value of the length property.- Parameters:
value- allowed object isFloat
-
withCopies
public WindingParams withCopies(java.lang.Integer value)
-
withDiameter
public WindingParams withDiameter(java.lang.Float value)
-
withFixation
public WindingParams withFixation(java.lang.String value)
-
withLength
public WindingParams withLength(java.lang.Float value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
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- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-