public class SecureClientProfile
extends java.lang.Object
Java class for SecureClientProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecureClientProfile"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="serialNumber" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/> <element name="secureClientProperties" type="{http://irdeto.com/pisys/secureclient}ArrayOfProperty" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
SecureClientProfile() |
Modifier and Type | Method and Description |
---|---|
ArrayOfProperty |
getSecureClientProperties()
Gets the value of the secureClientProperties property.
|
java.math.BigInteger |
getSerialNumber()
Gets the value of the serialNumber property.
|
void |
setSecureClientProperties(ArrayOfProperty value)
Sets the value of the secureClientProperties property.
|
void |
setSerialNumber(java.math.BigInteger value)
Sets the value of the serialNumber property.
|
public java.math.BigInteger getSerialNumber()
BigInteger
public void setSerialNumber(java.math.BigInteger value)
value
- allowed object is
BigInteger
public ArrayOfProperty getSecureClientProperties()
ArrayOfProperty
public void setSecureClientProperties(ArrayOfProperty value)
value
- allowed object is
ArrayOfProperty