Package org.cip4.lib.xjdf.schema
Class ChannelBindingDetails
java.lang.Object
org.cip4.lib.xjdf.schema.ChannelBindingDetails
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public class ChannelBindingDetails
extends Object
implements Serializable
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="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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the clampD property.Gets the value of the clampSize property.Gets a map that contains attributes that aren't bound to any typed property on this class.inthashCode()isCover()Gets the value of the cover property.voidSets the value of the clampD property.voidsetClampSize(Shape value) Sets the value of the clampSize property.voidSets the value of the cover property.withClampD(Float value) withClampSize(Shape value)
-
Field Details
-
clampD
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float clampD -
clampSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Shape clampSize -
cover
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Boolean cover
-
-
Constructor Details
-
ChannelBindingDetails
public ChannelBindingDetails()
-
-
Method Details
-
getClampD
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public 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="2025-09-19T22:22:03Z") public void setClampD(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="2025-09-19T22:22:03Z") 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="2025-09-19T22:22:03Z") 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="2025-09-19T22:22:03Z") public 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="2025-09-19T22:22:03Z") public void setCover(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="2025-09-19T22:22:03Z") 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
-
withClampD
-
withClampSize
-
withCover
-
equals
-
hashCode
public int hashCode()
-