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()
BigIntegerpublic void setSerialNumber(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic ArrayOfProperty1 getPairingInfoProperties()
ArrayOfProperty1public void setPairingInfoProperties(ArrayOfProperty1 value)
value - allowed object is
ArrayOfProperty1public ArrayOfProperty2 getEntitlementsInfoProperties()
ArrayOfProperty2public void setEntitlementsInfoProperties(ArrayOfProperty2 value)
value - allowed object is
ArrayOfProperty2public ArrayOfProperty3 getBasicInfoProperties()
ArrayOfProperty3public void setBasicInfoProperties(ArrayOfProperty3 value)
value - allowed object is
ArrayOfProperty3public ArrayOfProperty4 getSecurityInfoProperties()
ArrayOfProperty4public void setSecurityInfoProperties(ArrayOfProperty4 value)
value - allowed object is
ArrayOfProperty4public ArrayOfProperty5 getAnchoringInfoProperties()
ArrayOfProperty5public void setAnchoringInfoProperties(ArrayOfProperty5 value)
value - allowed object is
ArrayOfProperty5public TMSAttributeInfoProperties getTMSAttributeInfoProperties()
TMSAttributeInfoPropertiespublic void setTMSAttributeInfoProperties(TMSAttributeInfoProperties value)
value - allowed object is
TMSAttributeInfoPropertiespublic ArrayOfSectorInfoProperty getSectorInfoProperties()
ArrayOfSectorInfoPropertypublic void setSectorInfoProperties(ArrayOfSectorInfoProperty value)
value - allowed object is
ArrayOfSectorInfoPropertypublic ArrayOfProperty7 getPpvInfoProperties()
ArrayOfProperty7public void setPpvInfoProperties(ArrayOfProperty7 value)
value - allowed object is
ArrayOfProperty7public ArrayOfProperty8 getDeviceDomainInfoProperties()
ArrayOfProperty8public void setDeviceDomainInfoProperties(ArrayOfProperty8 value)
value - allowed object is
ArrayOfProperty8public java.lang.String getLocationTag()
Stringpublic void setLocationTag(java.lang.String value)
value - allowed object is
String