Class KexWsdlProgrammImpl
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.impl.AbstractSystemObjekt
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmbitctrlanforderung.objekte.impl.KexWsdlProgrammImpl
-
- All Implemented Interfaces:
BcManagedApplication
,de.bsvrz.sys.funclib.bitctrl.modell.KonfigurationsObjekt
,KonfigurationsObjekt
,de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
,KexWsdlProgramm
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt>
public class KexWsdlProgrammImpl extends de.bsvrz.sys.funclib.bitctrl.modell.impl.AbstractSystemObjekt implements KexWsdlProgramm
Eine Managed Application, welche Programmschaltungen über eine WSDL-Schnittstelle ermöglicht.
-
-
Field Summary
-
Fields inherited from interface de.bsvrz.sys.funclib.bitctrl.modell.tmbitctrlanforderung.objekte.KexWsdlProgramm
PID
-
-
Constructor Summary
Constructors Constructor Description KexWsdlProgrammImpl()
Der Defaultkonstruktor wird für das Erzeugen des Systemobjekts über per Reflection-API benötigt.KexWsdlProgrammImpl(de.bsvrz.dav.daf.main.config.SystemObject objekt, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
Initialisierung.
-
Method Summary
Modifier and Type Method Description int
compareTo(de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt arg0)
protected java.lang.String
doGetTypPid()
boolean
equals(java.lang.Object arg0)
long
getId()
KdAlternativeObjektbezeichnung
getKdAlternativeObjektbezeichnung()
Verwaltet bis zu zehn alternative Bezeichnungen.KdDefaultParameterdatensaetze
getKdDefaultParameterdatensaetze()
Attributgruppe zur Speicherung von Default-Parameterdatensätzen für alle Parameter-Attributgruppen eines Typs.KdInfo
getKdInfo()
Attributgruppe zur Speicherung von beschreibenden Informationen zu einem Objekt.de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektBereich
getKonfigurationsBereich()
java.lang.String
getName()
de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory
getObjektFactory()
OdBcManagedApplicationAntwort
getOdBcManagedApplicationAntwort()
Datensatz zur Beschreibung einer Antwort von einer Managed Application.OdBcManagedApplicationKommando
getOdBcManagedApplicationKommando()
Datensatz zur Beschreibung einer Anfrage an eine Managed Application.PdParameterKExWSDLProgramm
getPdParameterKExWSDLProgramm()
Parameter, die das Verhalten der Applikation KEx-WSDL-Programm steuern.java.lang.String
getPid()
de.bsvrz.dav.daf.main.config.SystemObject
getSystemObject()
de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektTyp
getTyp()
int
hashCode()
void
init(de.bsvrz.dav.daf.main.config.SystemObject arg0, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory arg1)
java.lang.String
toString()
-
Methods inherited from class de.bsvrz.sys.funclib.bitctrl.modell.impl.AbstractSystemObjekt
getDatensatz
-
-
-
-
Constructor Detail
-
KexWsdlProgrammImpl
public KexWsdlProgrammImpl()
Der Defaultkonstruktor wird für das Erzeugen des Systemobjekts über per Reflection-API benötigt.
-
KexWsdlProgrammImpl
public KexWsdlProgrammImpl(de.bsvrz.dav.daf.main.config.SystemObject objekt, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
Initialisierung.- Parameters:
objekt
- ein beliebiges Systemobjekt.factory
- die Fabrik, die das Systemobjekt angelegt hat.
-
-
Method Detail
-
doGetTypPid
protected java.lang.String doGetTypPid()
-
getKdDefaultParameterdatensaetze
public KdDefaultParameterdatensaetze getKdDefaultParameterdatensaetze()
Description copied from interface:KexWsdlProgramm
Attributgruppe zur Speicherung von Default-Parameterdatensätzen für alle Parameter-Attributgruppen eines Typs.- Specified by:
getKdDefaultParameterdatensaetze
in interfaceBcManagedApplication
- Specified by:
getKdDefaultParameterdatensaetze
in interfaceKexWsdlProgramm
- Specified by:
getKdDefaultParameterdatensaetze
in interfaceKonfigurationsObjekt
- Returns:
- der Datensatz DefaultParameterdatensaetze.
-
getPdParameterKExWSDLProgramm
public PdParameterKExWSDLProgramm getPdParameterKExWSDLProgramm()
Description copied from interface:KexWsdlProgramm
Parameter, die das Verhalten der Applikation KEx-WSDL-Programm steuern.Insbesondere wird hier beschrieben, welche Programme die externe Stelle überhaupt anfordern kann.
- Specified by:
getPdParameterKExWSDLProgramm
in interfaceKexWsdlProgramm
- Returns:
- der Datensatz ParameterKExWSDLProgramm.
-
getKdInfo
public KdInfo getKdInfo()
Description copied from interface:KexWsdlProgramm
Attributgruppe zur Speicherung von beschreibenden Informationen zu einem Objekt.- Specified by:
getKdInfo
in interfaceBcManagedApplication
- Specified by:
getKdInfo
in interfaceKexWsdlProgramm
- Specified by:
getKdInfo
in interfaceKonfigurationsObjekt
- Returns:
- der Datensatz Info.
-
getKdAlternativeObjektbezeichnung
public KdAlternativeObjektbezeichnung getKdAlternativeObjektbezeichnung()
Description copied from interface:KexWsdlProgramm
Verwaltet bis zu zehn alternative Bezeichnungen.- Specified by:
getKdAlternativeObjektbezeichnung
in interfaceBcManagedApplication
- Specified by:
getKdAlternativeObjektbezeichnung
in interfaceKexWsdlProgramm
- Specified by:
getKdAlternativeObjektbezeichnung
in interfaceKonfigurationsObjekt
- Returns:
- der Datensatz AlternativeObjektbezeichnung.
-
getOdBcManagedApplicationKommando
public OdBcManagedApplicationKommando getOdBcManagedApplicationKommando()
Description copied from interface:KexWsdlProgramm
Datensatz zur Beschreibung einer Anfrage an eine Managed Application.- Specified by:
getOdBcManagedApplicationKommando
in interfaceBcManagedApplication
- Specified by:
getOdBcManagedApplicationKommando
in interfaceKexWsdlProgramm
- Returns:
- der Datensatz BcManagedApplicationKommando.
-
getOdBcManagedApplicationAntwort
public OdBcManagedApplicationAntwort getOdBcManagedApplicationAntwort()
Description copied from interface:KexWsdlProgramm
Datensatz zur Beschreibung einer Antwort von einer Managed Application.- Specified by:
getOdBcManagedApplicationAntwort
in interfaceBcManagedApplication
- Specified by:
getOdBcManagedApplicationAntwort
in interfaceKexWsdlProgramm
- Returns:
- der Datensatz BcManagedApplicationAntwort.
-
init
public void init(de.bsvrz.dav.daf.main.config.SystemObject arg0, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory arg1)
-
getObjektFactory
public de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory getObjektFactory()
-
equals
public boolean equals(java.lang.Object arg0)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
getId
public long getId()
- Specified by:
getId
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
-
getPid
public java.lang.String getPid()
- Specified by:
getPid
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
-
getTyp
public de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektTyp getTyp()
- Specified by:
getTyp
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
-
getKonfigurationsBereich
public de.bsvrz.sys.funclib.bitctrl.modell.SystemObjektBereich getKonfigurationsBereich()
- Specified by:
getKonfigurationsBereich
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
-
getSystemObject
public de.bsvrz.dav.daf.main.config.SystemObject getSystemObject()
- Specified by:
getSystemObject
in interfacede.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
compareTo
public int compareTo(de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt arg0)
- Specified by:
compareTo
in interfacejava.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.SystemObjekt>
-
-