public class ResetBouquetChannelOrderGlobal
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="bouquetId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/> <element name="tmsExpression" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ResetBouquetChannelOrderGlobal() |
Modifier and Type | Method and Description |
---|---|
long |
getBouquetId()
Gets the value of the bouquetId property.
|
java.lang.String |
getOperatorTag()
Gets the value of the operatorTag property.
|
java.lang.String |
getTmsExpression()
Gets the value of the tmsExpression property.
|
void |
setBouquetId(long value)
Sets the value of the bouquetId property.
|
void |
setOperatorTag(java.lang.String value)
Sets the value of the operatorTag property.
|
void |
setTmsExpression(java.lang.String value)
Sets the value of the tmsExpression property.
|
public java.lang.String getOperatorTag()
String
public void setOperatorTag(java.lang.String value)
value
- allowed object is
String
public long getBouquetId()
public void setBouquetId(long value)
public java.lang.String getTmsExpression()
String
public void setTmsExpression(java.lang.String value)
value
- allowed object is
String