Class JDFAutoCoilBindingParams

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFCoilBindingParams

public abstract class JDFAutoCoilBindingParams extends JDFResource
class JDFAutoCoilBindingParams : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoCoilBindingParams

      protected JDFAutoCoilBindingParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName)
      Constructor for JDFAutoCoilBindingParams
      Parameters:
      myOwnerDocument -
      qualifiedName -
    • JDFAutoCoilBindingParams

      protected JDFAutoCoilBindingParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName)
      Constructor for JDFAutoCoilBindingParams
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
    • JDFAutoCoilBindingParams

      protected JDFAutoCoilBindingParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoCoilBindingParams
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
  • Method Details

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFResource
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFResource
      Returns:
      the elementinfo
    • init

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • getValidClass

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • setTucked

      public void setTucked(boolean value)
      (36) set attribute Tucked
      Parameters:
      value - the value to set the attribute to
    • getTucked

      public boolean getTucked()
      (18) get boolean attribute Tucked
      Returns:
      boolean the value of the attribute
    • setBrand

      public void setBrand(String value)
      (36) set attribute Brand
      Overrides:
      setBrand in class JDFResource
      Parameters:
      value - the value to set the attribute to
    • getBrand

      public String getBrand()
      (23) get String attribute Brand
      Overrides:
      getBrand in class JDFResource
      Returns:
      the value of the attribute
    • setColor

      public void setColor(JDFElement.EnumNamedColor value)
      (13) set attribute Color
      Parameters:
      value - the value to set the attribute to
    • getColor

      public JDFElement.EnumNamedColor getColor()
      (19) get EnumNamedColor attribute Color
      Returns:
      EnumNamedColor the value of the attribute
    • setColorDetails

      public void setColorDetails(String value)
      (36) set attribute ColorDetails
      Parameters:
      value - the value to set the attribute to
    • getColorDetails

      public String getColorDetails()
      (23) get String attribute ColorDetails
      Returns:
      the value of the attribute
    • setDiameter

      public void setDiameter(double value)
      (36) set attribute Diameter
      Parameters:
      value - the value to set the attribute to
    • getDiameter

      public double getDiameter()
      (17) get double attribute Diameter
      Returns:
      double the value of the attribute
    • setMaterial

      public void setMaterial(JDFAutoCoilBindingParams.EMaterial enumVar)
      (5) set attribute Material
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEMaterial

      public JDFAutoCoilBindingParams.EMaterial getEMaterial()
      (9) get attribute Material
      Returns:
      the value of the attribute
    • setMaterial

      @Deprecated public void setMaterial(JDFAutoCoilBindingParams.EnumMaterial enumVar)
      Deprecated.
      use SetMaterial(EMaterial) based on java.lang.enum instead
      (5) set attribute Material
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getMaterial

      Deprecated.
      use EMaterial GetEMaterial() based on java.lang.enum instead
      (9) get attribute Material
      Returns:
      the value of the attribute
    • setShift

      public void setShift(double value)
      (36) set attribute Shift
      Parameters:
      value - the value to set the attribute to
    • getShift

      public double getShift()
      (17) get double attribute Shift
      Returns:
      double the value of the attribute
    • setThickness

      public void setThickness(double value)
      (36) set attribute Thickness
      Parameters:
      value - the value to set the attribute to
    • getThickness

      public double getThickness()
      (17) get double attribute Thickness
      Returns:
      double the value of the attribute
    • getHoleMakingParams

      public JDFHoleMakingParams getHoleMakingParams()
      (24) const get element HoleMakingParams
      Returns:
      JDFHoleMakingParams the element
    • getCreateHoleMakingParams

      public JDFHoleMakingParams getCreateHoleMakingParams()
      (25) getCreateHoleMakingParams
      Returns:
      JDFHoleMakingParams the element
    • appendHoleMakingParams

      public JDFHoleMakingParams appendHoleMakingParams()
      (29) append element HoleMakingParams
      Returns:
      JDFHoleMakingParams the element
    • refHoleMakingParams

      public void refHoleMakingParams(JDFHoleMakingParams refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced