public class BusinessRule extends APIObject
Java class for BusinessRule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BusinessRule">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="MemberBusinessRuleID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="BusinessRuleID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Data" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Quality" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsViewable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsInheritedFromParent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DisplayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ProductCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
businessRuleID |
protected int |
data |
protected String |
description |
protected String |
displayName |
protected Boolean |
isInheritedFromParent |
protected Boolean |
isViewable |
protected int |
memberBusinessRuleID |
protected String |
name |
protected String |
productCode |
protected String |
quality |
protected String |
type |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
BusinessRule() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBusinessRuleID()
Gets the value of the businessRuleID property.
|
int |
getData()
Gets the value of the data property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
Boolean |
getIsInheritedFromParent()
Gets the value of the isInheritedFromParent property.
|
Boolean |
getIsViewable()
Gets the value of the isViewable property.
|
int |
getMemberBusinessRuleID()
Gets the value of the memberBusinessRuleID property.
|
String |
getName()
Gets the value of the name property.
|
String |
getProductCode()
Gets the value of the productCode property.
|
String |
getQuality()
Gets the value of the quality property.
|
String |
getType()
Gets the value of the type property.
|
void |
setBusinessRuleID(int value)
Sets the value of the businessRuleID property.
|
void |
setData(int value)
Sets the value of the data property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setIsInheritedFromParent(Boolean value)
Sets the value of the isInheritedFromParent property.
|
void |
setIsViewable(Boolean value)
Sets the value of the isViewable property.
|
void |
setMemberBusinessRuleID(int value)
Sets the value of the memberBusinessRuleID property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setProductCode(String value)
Sets the value of the productCode property.
|
void |
setQuality(String value)
Sets the value of the quality property.
|
void |
setType(String value)
Sets the value of the type property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected int memberBusinessRuleID
protected int businessRuleID
protected int data
protected String quality
protected String name
protected String type
protected String description
protected Boolean isViewable
protected Boolean isInheritedFromParent
protected String displayName
protected String productCode
public int getMemberBusinessRuleID()
public void setMemberBusinessRuleID(int value)
public int getBusinessRuleID()
public void setBusinessRuleID(int value)
public int getData()
public void setData(int value)
public String getQuality()
Stringpublic void setQuality(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Boolean getIsViewable()
Booleanpublic void setIsViewable(Boolean value)
value - allowed object is
Booleanpublic Boolean getIsInheritedFromParent()
Booleanpublic void setIsInheritedFromParent(Boolean value)
value - allowed object is
Booleanpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getProductCode()
Stringpublic void setProductCode(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.