Package org.cip4.lib.xjdf.schema
Class RegisterRibbon
java.lang.Object
org.cip4.lib.xjdf.schema.RegisterRibbon
- 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 RegisterRibbon
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="LengthOverall" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="Material" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="RibbonColor" type="{http://www.CIP4.org/JDFSchema_2_0}NamedColor" />
<attribute name="RibbonColorDetails" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="RibbonEnd" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="VisibleLength" 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) Gets the value of the lengthOverall property.Gets the value of the material property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the ribbonColor property.Gets the value of the ribbonColorDetails property.Gets the value of the ribbonEnd property.Gets the value of the visibleLength property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetLengthOverall(Float value) Sets the value of the lengthOverall property.voidsetMaterial(String value) Sets the value of the material property.voidsetRibbonColor(String value) Sets the value of the ribbonColor property.voidsetRibbonColorDetails(String value) Sets the value of the ribbonColorDetails property.voidsetRibbonEnd(String value) Sets the value of the ribbonEnd property.voidsetVisibleLength(Float value) Sets the value of the visibleLength property.withLengthOverall(Float value) withMaterial(String value) withRibbonColor(String value) withRibbonColorDetails(String value) withRibbonEnd(String value) withVisibleLength(Float value)
-
Field Details
-
lengthOverall
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float lengthOverall -
material
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String material -
ribbonColor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String ribbonColor -
ribbonColorDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String ribbonColorDetails -
ribbonEnd
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String ribbonEnd -
visibleLength
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float visibleLength
-
-
Constructor Details
-
RegisterRibbon
public RegisterRibbon()
-
-
Method Details
-
getLengthOverall
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getLengthOverall()Gets the value of the lengthOverall property.- Returns:
- possible object is
Float
-
setLengthOverall
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setLengthOverall(Float value) Sets the value of the lengthOverall property.- Parameters:
value- allowed object isFloat
-
getMaterial
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getMaterial()Gets the value of the material property.- Returns:
- possible object is
String
-
setMaterial
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setMaterial(String value) Sets the value of the material property.- Parameters:
value- allowed object isString
-
getRibbonColor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getRibbonColor()Gets the value of the ribbonColor property.- Returns:
- possible object is
String
-
setRibbonColor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setRibbonColor(String value) Sets the value of the ribbonColor property.- Parameters:
value- allowed object isString
-
getRibbonColorDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getRibbonColorDetails()Gets the value of the ribbonColorDetails property.- Returns:
- possible object is
String
-
setRibbonColorDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setRibbonColorDetails(String value) Sets the value of the ribbonColorDetails property.- Parameters:
value- allowed object isString
-
getRibbonEnd
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getRibbonEnd()Gets the value of the ribbonEnd property.- Returns:
- possible object is
String
-
setRibbonEnd
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setRibbonEnd(String value) Sets the value of the ribbonEnd property.- Parameters:
value- allowed object isString
-
getVisibleLength
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getVisibleLength()Gets the value of the visibleLength property.- Returns:
- possible object is
Float
-
setVisibleLength
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setVisibleLength(Float value) Sets the value of the visibleLength 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
-
withLengthOverall
-
withMaterial
-
withRibbonColor
-
withRibbonColorDetails
-
withRibbonEnd
-
withVisibleLength
-
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()
-