Class FXSDokument

java.lang.Object
de.consist.bmu.rule.impl.FXSDokument

public class FXSDokument extends Object
  • Constructor Details

    • FXSDokument

      public FXSDokument()
      Default Konstruktor fuer JAXB.
    • FXSDokument

      public FXSDokument(FXSTYPE fxsType, String id, String nsURI, Element rootElement)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getFxsType

      public FXSTYPE getFxsType()
      Returns:
      the _fxsType
    • setFxsType

      public void setFxsType(FXSTYPE fxsType)
      Parameters:
      fxsType - the fxsType to set
    • getId

      public String getId()
      Returns:
      the _id
    • setId

      public void setId(String id)
      Parameters:
      id - the id to set
    • getNsURI

      public String getNsURI()
      Returns:
      the _nsURI
    • setNsURI

      public void setNsURI(String nsURI)
      Parameters:
      nsURI - the nsURI to set
    • getRootElement

      public Element getRootElement()
      Returns:
      the rootElement
    • setRootElement

      public void setRootElement(Element rootElement)
      Parameters:
      rootElement - the root-element to set