Class FXSDokument


  • public class FXSDokument
    extends java.lang.Object
    • Constructor Detail

      • FXSDokument

        public FXSDokument()
        Default Konstruktor fuer JAXB.
      • FXSDokument

        public FXSDokument​(FXSTYPE fxsType,
                           java.lang.String id,
                           java.lang.String nsURI,
                           org.w3c.dom.Element rootElement)
    • Method Detail

      • toString

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

        public FXSTYPE getFxsType()
        Returns:
        the _fxsType
      • setFxsType

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

        public java.lang.String getId()
        Returns:
        the _id
      • setId

        public void setId​(java.lang.String id)
        Parameters:
        id - the id to set
      • getNsURI

        public java.lang.String getNsURI()
        Returns:
        the _nsURI
      • setNsURI

        public void setNsURI​(java.lang.String nsURI)
        Parameters:
        nsURI - the nsURI to set
      • getRootElement

        public org.w3c.dom.Element getRootElement()
        Returns:
        the rootElement
      • setRootElement

        public void setRootElement​(org.w3c.dom.Element rootElement)
        Parameters:
        rootElement - the root-element to set