public class AudienceSubCategory extends Object
Java class for audienceSubCategory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="audienceSubCategory"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="audienceCategoryKind" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}audienceCategoryKind" minOccurs="0"/> <element name="code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="externalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="internalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AudienceCategoryKind |
audienceCategoryKind |
protected String |
code |
protected String |
externalName |
protected Long |
id |
protected String |
internalName |
Constructor and Description |
---|
AudienceSubCategory() |
Modifier and Type | Method and Description |
---|---|
AudienceCategoryKind |
getAudienceCategoryKind()
Gets the value of the audienceCategoryKind property.
|
String |
getCode()
Gets the value of the code property.
|
String |
getExternalName()
Gets the value of the externalName property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getInternalName()
Gets the value of the internalName property.
|
void |
setAudienceCategoryKind(AudienceCategoryKind value)
Sets the value of the audienceCategoryKind property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setExternalName(String value)
Sets the value of the externalName property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setInternalName(String value)
Sets the value of the internalName property.
|
protected AudienceCategoryKind audienceCategoryKind
protected String code
protected String externalName
protected Long id
protected String internalName
public AudienceCategoryKind getAudienceCategoryKind()
AudienceCategoryKind
public void setAudienceCategoryKind(AudienceCategoryKind value)
value
- allowed object is
AudienceCategoryKind
public String getCode()
String
public void setCode(String value)
value
- allowed object is
String
public String getExternalName()
String
public void setExternalName(String value)
value
- allowed object is
String
public void setId(Long value)
value
- allowed object is
Long
public String getInternalName()
String
Copyright © 2021. All rights reserved.