Package de.consist.bmu.rule.impl
Class FXSDokument
java.lang.Object
de.consist.bmu.rule.impl.FXSDokument
-
Constructor Summary
ConstructorsConstructorDescriptionDefault Konstruktor fuer JAXB.FXSDokument
(FXSTYPE fxsType, String id, String nsURI, Element rootElement) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getNsURI()
void
setFxsType
(FXSTYPE fxsType) void
void
void
setRootElement
(Element rootElement) toString()
-
Constructor Details
-
FXSDokument
public FXSDokument()Default Konstruktor fuer JAXB. -
FXSDokument
-
-
Method Details
-
toString
-
getFxsType
- Returns:
- the _fxsType
-
setFxsType
- Parameters:
fxsType
- the fxsType to set
-
getId
- Returns:
- the _id
-
setId
- Parameters:
id
- the id to set
-
getNsURI
- Returns:
- the _nsURI
-
setNsURI
- Parameters:
nsURI
- the nsURI to set
-
getRootElement
- Returns:
- the rootElement
-
setRootElement
- Parameters:
rootElement
- the root-element to set
-