Package org.cip4.lib.xjdf.schema
Class ChannelBindingDetails
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.ChannelBindingDetails
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public class ChannelBindingDetails 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="ClampD" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="ClampSize" type="{http://www.CIP4.org/JDFSchema_2_0}shape" /> <attribute name="Cover" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChannelBindingDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.FloatgetClampD()Gets the value of the clampD property.ShapegetClampSize()Gets the value of the clampSize 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.inthashCode()java.lang.BooleanisCover()Gets the value of the cover property.voidsetClampD(java.lang.Float value)Sets the value of the clampD property.voidsetClampSize(Shape value)Sets the value of the clampSize property.voidsetCover(java.lang.Boolean value)Sets the value of the cover property.ChannelBindingDetailswithClampD(java.lang.Float value)ChannelBindingDetailswithClampSize(Shape value)ChannelBindingDetailswithCover(java.lang.Boolean value)
-
-
-
Field Detail
-
clampD
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.Float clampD
-
clampSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected Shape clampSize
-
cover
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.Boolean cover
-
-
Method Detail
-
getClampD
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.lang.Float getClampD()Gets the value of the clampD property.- Returns:
- possible object is
Float
-
setClampD
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setClampD(java.lang.Float value)Sets the value of the clampD property.- Parameters:
value- allowed object isFloat
-
getClampSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public Shape getClampSize()Gets the value of the clampSize property.- Returns:
- possible object is
String
-
setClampSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setClampSize(Shape value)Sets the value of the clampSize property.- Parameters:
value- allowed object isString
-
isCover
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.lang.Boolean isCover()Gets the value of the cover property.- Returns:
- possible object is
Boolean
-
setCover
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setCover(java.lang.Boolean value)Sets the value of the cover property.- Parameters:
value- allowed object isBoolean
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") 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
-
withClampD
public ChannelBindingDetails withClampD(java.lang.Float value)
-
withClampSize
public ChannelBindingDetails withClampSize(Shape value)
-
withCover
public ChannelBindingDetails withCover(java.lang.Boolean value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-