public class SecurityType extends Object
Java class for securityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="securityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="encryption" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}encryptionType" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SecurityType() |
| Modifier and Type | Method and Description |
|---|---|
EncryptionType |
getEncryption()
Gets the value of the encryption property.
|
String |
getId()
Gets the value of the id property.
|
void |
setEncryption(EncryptionType value)
Sets the value of the encryption property.
|
void |
setId(String value)
Sets the value of the id property.
|
public EncryptionType getEncryption()
EncryptionTypepublic void setEncryption(EncryptionType value)
value - allowed object is
EncryptionTypeCopyright © 2005-2025 LSC project. All Rights Reserved.