public class SECURITYPARAMETERSType extends Object
Java class for SECURITY_PARAMETERSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SECURITY_PARAMETERSType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="SECURITY_PARAMETER" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
securityparameter |
| Constructor and Description |
|---|
SECURITYPARAMETERSType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSECURITYPARAMETER()
Gets the value of the securityparameter property.
|
void |
setSECURITYPARAMETER(String value)
Sets the value of the securityparameter property.
|
Copyright © 2022. All rights reserved.