Package org.cip4.lib.xjdf.schema
Class RegisterRibbon
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.RegisterRibbon
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public class RegisterRibbon 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"> <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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.FloatlengthOverallprotected java.lang.Stringmaterialprotected java.lang.StringribbonColorprotected java.lang.StringribbonColorDetailsprotected java.lang.StringribbonEndprotected java.lang.FloatvisibleLength
-
Constructor Summary
Constructors Constructor Description RegisterRibbon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.FloatgetLengthOverall()Gets the value of the lengthOverall property.java.lang.StringgetMaterial()Gets the value of the material 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.java.lang.StringgetRibbonColor()Gets the value of the ribbonColor property.java.lang.StringgetRibbonColorDetails()Gets the value of the ribbonColorDetails property.java.lang.StringgetRibbonEnd()Gets the value of the ribbonEnd property.java.lang.FloatgetVisibleLength()Gets the value of the visibleLength property.inthashCode()voidsetLengthOverall(java.lang.Float value)Sets the value of the lengthOverall property.voidsetMaterial(java.lang.String value)Sets the value of the material property.voidsetRibbonColor(java.lang.String value)Sets the value of the ribbonColor property.voidsetRibbonColorDetails(java.lang.String value)Sets the value of the ribbonColorDetails property.voidsetRibbonEnd(java.lang.String value)Sets the value of the ribbonEnd property.voidsetVisibleLength(java.lang.Float value)Sets the value of the visibleLength property.RegisterRibbonwithLengthOverall(java.lang.Float value)RegisterRibbonwithMaterial(java.lang.String value)RegisterRibbonwithRibbonColor(java.lang.String value)RegisterRibbonwithRibbonColorDetails(java.lang.String value)RegisterRibbonwithRibbonEnd(java.lang.String value)RegisterRibbonwithVisibleLength(java.lang.Float value)
-
-
-
Field Detail
-
lengthOverall
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.Float lengthOverall
-
material
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.String material
-
ribbonColor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.String ribbonColor
-
ribbonColorDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.String ribbonColorDetails
-
ribbonEnd
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.String ribbonEnd
-
visibleLength
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.Float visibleLength
-
-
Method Detail
-
getLengthOverall
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") public void setLengthOverall(java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") public void setMaterial(java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") public void setRibbonColor(java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") public void setRibbonColorDetails(java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") public void setRibbonEnd(java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") public void setVisibleLength(java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") 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
-
withLengthOverall
public RegisterRibbon withLengthOverall(java.lang.Float value)
-
withMaterial
public RegisterRibbon withMaterial(java.lang.String value)
-
withRibbonColor
public RegisterRibbon withRibbonColor(java.lang.String value)
-
withRibbonColorDetails
public RegisterRibbon withRibbonColorDetails(java.lang.String value)
-
withRibbonEnd
public RegisterRibbon withRibbonEnd(java.lang.String value)
-
withVisibleLength
public RegisterRibbon withVisibleLength(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
-
-