public class SynchronizeSector
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="operatorTag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="serialNumber" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
<element name="nationality" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="regionTag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="productTagList" type="{http://irdeto.com/pisys/sector}ArrayOfString" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SynchronizeSector() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNationality()
Gets the value of the nationality property.
|
java.lang.String |
getOperatorTag()
Gets the value of the operatorTag property.
|
ArrayOfString |
getProductTagList()
Gets the value of the productTagList property.
|
java.lang.String |
getRegionTag()
Gets the value of the regionTag property.
|
java.math.BigInteger |
getSerialNumber()
Gets the value of the serialNumber property.
|
void |
setNationality(java.lang.String value)
Sets the value of the nationality property.
|
void |
setOperatorTag(java.lang.String value)
Sets the value of the operatorTag property.
|
void |
setProductTagList(ArrayOfString value)
Sets the value of the productTagList property.
|
void |
setRegionTag(java.lang.String value)
Sets the value of the regionTag property.
|
void |
setSerialNumber(java.math.BigInteger value)
Sets the value of the serialNumber property.
|
public java.lang.String getOperatorTag()
Stringpublic void setOperatorTag(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getSerialNumber()
BigIntegerpublic void setSerialNumber(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getNationality()
Stringpublic void setNationality(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRegionTag()
Stringpublic void setRegionTag(java.lang.String value)
value - allowed object is
Stringpublic ArrayOfString getProductTagList()
ArrayOfStringpublic void setProductTagList(ArrayOfString value)
value - allowed object is
ArrayOfString