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()
AudienceCategoryKindpublic void setAudienceCategoryKind(AudienceCategoryKind value)
value - allowed object is
AudienceCategoryKindpublic String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic String getExternalName()
Stringpublic void setExternalName(String value)
value - allowed object is
Stringpublic void setId(Long value)
value - allowed object is
Longpublic String getInternalName()
StringCopyright © 2021. All rights reserved.