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()
String
public void setOperatorTag(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getSerialNumber()
BigInteger
public void setSerialNumber(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getNationality()
String
public void setNationality(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRegionTag()
String
public void setRegionTag(java.lang.String value)
value
- allowed object is
String
public ArrayOfString getProductTagList()
ArrayOfString
public void setProductTagList(ArrayOfString value)
value
- allowed object is
ArrayOfString