public class CardChannelRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Script" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}ScriptElement"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ScriptElement |
script |
Constructor and Description |
---|
CardChannelRequest() |
Modifier and Type | Method and Description |
---|---|
ScriptElement |
getScript()
Gets the value of the script property.
|
void |
setScript(ScriptElement value)
Sets the value of the script property.
|
protected ScriptElement script
public ScriptElement getScript()
ScriptElement
public void setScript(ScriptElement value)
value
- allowed object is
ScriptElement