public class SecureClientInfo
extends java.lang.Object
Java class for SecureClientInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecureClientInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="serialNumber" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/> <element name="pairingInfoProperties" type="{http://irdeto.com/pisys/secureclient}ArrayOfProperty1" minOccurs="0"/> <element name="entitlementsInfoProperties" type="{http://irdeto.com/pisys/secureclient}ArrayOfProperty2" minOccurs="0"/> <element name="basicInfoProperties" type="{http://irdeto.com/pisys/secureclient}ArrayOfProperty3" minOccurs="0"/> <element name="securityInfoProperties" type="{http://irdeto.com/pisys/secureclient}ArrayOfProperty4" minOccurs="0"/> <element name="anchoringInfoProperties" type="{http://irdeto.com/pisys/secureclient}ArrayOfProperty5" minOccurs="0"/> <element name="TMSAttributeInfoProperties" type="{http://irdeto.com/pisys/secureclient}TMSAttributeInfoProperties" minOccurs="0"/> <element name="sectorInfoProperties" type="{http://irdeto.com/pisys/secureclient}ArrayOfSectorInfoProperty" minOccurs="0"/> <element name="ppvInfoProperties" type="{http://irdeto.com/pisys/secureclient}ArrayOfProperty7" minOccurs="0"/> <element name="deviceDomainInfoProperties" type="{http://irdeto.com/pisys/secureclient}ArrayOfProperty8" minOccurs="0"/> <element name="locationTag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
SecureClientInfo() |
Modifier and Type | Method and Description |
---|---|
ArrayOfProperty5 |
getAnchoringInfoProperties()
Gets the value of the anchoringInfoProperties property.
|
ArrayOfProperty3 |
getBasicInfoProperties()
Gets the value of the basicInfoProperties property.
|
ArrayOfProperty8 |
getDeviceDomainInfoProperties()
Gets the value of the deviceDomainInfoProperties property.
|
ArrayOfProperty2 |
getEntitlementsInfoProperties()
Gets the value of the entitlementsInfoProperties property.
|
java.lang.String |
getLocationTag()
Gets the value of the locationTag property.
|
ArrayOfProperty1 |
getPairingInfoProperties()
Gets the value of the pairingInfoProperties property.
|
ArrayOfProperty7 |
getPpvInfoProperties()
Gets the value of the ppvInfoProperties property.
|
ArrayOfSectorInfoProperty |
getSectorInfoProperties()
Gets the value of the sectorInfoProperties property.
|
ArrayOfProperty4 |
getSecurityInfoProperties()
Gets the value of the securityInfoProperties property.
|
java.math.BigInteger |
getSerialNumber()
Gets the value of the serialNumber property.
|
TMSAttributeInfoProperties |
getTMSAttributeInfoProperties()
Gets the value of the tmsAttributeInfoProperties property.
|
void |
setAnchoringInfoProperties(ArrayOfProperty5 value)
Sets the value of the anchoringInfoProperties property.
|
void |
setBasicInfoProperties(ArrayOfProperty3 value)
Sets the value of the basicInfoProperties property.
|
void |
setDeviceDomainInfoProperties(ArrayOfProperty8 value)
Sets the value of the deviceDomainInfoProperties property.
|
void |
setEntitlementsInfoProperties(ArrayOfProperty2 value)
Sets the value of the entitlementsInfoProperties property.
|
void |
setLocationTag(java.lang.String value)
Sets the value of the locationTag property.
|
void |
setPairingInfoProperties(ArrayOfProperty1 value)
Sets the value of the pairingInfoProperties property.
|
void |
setPpvInfoProperties(ArrayOfProperty7 value)
Sets the value of the ppvInfoProperties property.
|
void |
setSectorInfoProperties(ArrayOfSectorInfoProperty value)
Sets the value of the sectorInfoProperties property.
|
void |
setSecurityInfoProperties(ArrayOfProperty4 value)
Sets the value of the securityInfoProperties property.
|
void |
setSerialNumber(java.math.BigInteger value)
Sets the value of the serialNumber property.
|
void |
setTMSAttributeInfoProperties(TMSAttributeInfoProperties value)
Sets the value of the tmsAttributeInfoProperties property.
|
public java.math.BigInteger getSerialNumber()
BigInteger
public void setSerialNumber(java.math.BigInteger value)
value
- allowed object is
BigInteger
public ArrayOfProperty1 getPairingInfoProperties()
ArrayOfProperty1
public void setPairingInfoProperties(ArrayOfProperty1 value)
value
- allowed object is
ArrayOfProperty1
public ArrayOfProperty2 getEntitlementsInfoProperties()
ArrayOfProperty2
public void setEntitlementsInfoProperties(ArrayOfProperty2 value)
value
- allowed object is
ArrayOfProperty2
public ArrayOfProperty3 getBasicInfoProperties()
ArrayOfProperty3
public void setBasicInfoProperties(ArrayOfProperty3 value)
value
- allowed object is
ArrayOfProperty3
public ArrayOfProperty4 getSecurityInfoProperties()
ArrayOfProperty4
public void setSecurityInfoProperties(ArrayOfProperty4 value)
value
- allowed object is
ArrayOfProperty4
public ArrayOfProperty5 getAnchoringInfoProperties()
ArrayOfProperty5
public void setAnchoringInfoProperties(ArrayOfProperty5 value)
value
- allowed object is
ArrayOfProperty5
public TMSAttributeInfoProperties getTMSAttributeInfoProperties()
TMSAttributeInfoProperties
public void setTMSAttributeInfoProperties(TMSAttributeInfoProperties value)
value
- allowed object is
TMSAttributeInfoProperties
public ArrayOfSectorInfoProperty getSectorInfoProperties()
ArrayOfSectorInfoProperty
public void setSectorInfoProperties(ArrayOfSectorInfoProperty value)
value
- allowed object is
ArrayOfSectorInfoProperty
public ArrayOfProperty7 getPpvInfoProperties()
ArrayOfProperty7
public void setPpvInfoProperties(ArrayOfProperty7 value)
value
- allowed object is
ArrayOfProperty7
public ArrayOfProperty8 getDeviceDomainInfoProperties()
ArrayOfProperty8
public void setDeviceDomainInfoProperties(ArrayOfProperty8 value)
value
- allowed object is
ArrayOfProperty8
public java.lang.String getLocationTag()
String
public void setLocationTag(java.lang.String value)
value
- allowed object is
String