public class VisitGroupData extends AbstractRealTimeDto implements Serializable
Java class for visitGroupData complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
fileRemarks |
protected List<GroupCriterionElement> |
groupCriterionElements |
protected String |
groupKindIC |
protected String |
groupKindName |
protected String |
groupName |
protected boolean |
guided |
protected Integer |
numberOfAccompaniers |
protected Integer |
numberOfParticipants |
protected PricingType |
pricingType |
protected VisitPassTicketType |
ticketType |
protected Long |
visitGroupId |
protected String |
visitLanguageCode |
protected String |
visitLanguageName |
protected String |
visitThemeCode |
protected String |
visitThemeName |
| Constructor and Description |
|---|
VisitGroupData() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFileRemarks()
Gets the value of the fileRemarks property.
|
List<GroupCriterionElement> |
getGroupCriterionElements()
Gets the value of the groupCriterionElements property.
|
String |
getGroupKindIC()
Gets the value of the groupKindIC property.
|
String |
getGroupKindName()
Gets the value of the groupKindName property.
|
String |
getGroupName()
Gets the value of the groupName property.
|
Integer |
getNumberOfAccompaniers()
Gets the value of the numberOfAccompaniers property.
|
Integer |
getNumberOfParticipants()
Gets the value of the numberOfParticipants property.
|
PricingType |
getPricingType()
Gets the value of the pricingType property.
|
VisitPassTicketType |
getTicketType()
Gets the value of the ticketType property.
|
Long |
getVisitGroupId()
Gets the value of the visitGroupId property.
|
String |
getVisitLanguageCode()
Gets the value of the visitLanguageCode property.
|
String |
getVisitLanguageName()
Gets the value of the visitLanguageName property.
|
String |
getVisitThemeCode()
Gets the value of the visitThemeCode property.
|
String |
getVisitThemeName()
Gets the value of the visitThemeName property.
|
boolean |
isGuided()
Gets the value of the guided property.
|
void |
setGroupKindIC(String value)
Sets the value of the groupKindIC property.
|
void |
setGroupKindName(String value)
Sets the value of the groupKindName property.
|
void |
setGroupName(String value)
Sets the value of the groupName property.
|
void |
setGuided(boolean value)
Sets the value of the guided property.
|
void |
setNumberOfAccompaniers(Integer value)
Sets the value of the numberOfAccompaniers property.
|
void |
setNumberOfParticipants(Integer value)
Sets the value of the numberOfParticipants property.
|
void |
setPricingType(PricingType value)
Sets the value of the pricingType property.
|
void |
setTicketType(VisitPassTicketType value)
Sets the value of the ticketType property.
|
void |
setVisitGroupId(Long value)
Sets the value of the visitGroupId property.
|
void |
setVisitLanguageCode(String value)
Sets the value of the visitLanguageCode property.
|
void |
setVisitLanguageName(String value)
Sets the value of the visitLanguageName property.
|
void |
setVisitThemeCode(String value)
Sets the value of the visitThemeCode property.
|
void |
setVisitThemeName(String value)
Sets the value of the visitThemeName property.
|
protected List<GroupCriterionElement> groupCriterionElements
protected String groupKindIC
protected String groupKindName
protected String groupName
protected boolean guided
protected Integer numberOfAccompaniers
protected Integer numberOfParticipants
protected PricingType pricingType
protected VisitPassTicketType ticketType
protected Long visitGroupId
protected String visitLanguageCode
protected String visitLanguageName
protected String visitThemeCode
protected String visitThemeName
public List<String> getFileRemarks()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the fileRemarks property.
For example, to add a new item, do as follows:
getFileRemarks().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<GroupCriterionElement> getGroupCriterionElements()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the groupCriterionElements property.
For example, to add a new item, do as follows:
getGroupCriterionElements().add(newItem);
Objects of the following type(s) are allowed in the list
GroupCriterionElement
public String getGroupKindIC()
Stringpublic void setGroupKindIC(String value)
value - allowed object is
Stringpublic String getGroupKindName()
Stringpublic void setGroupKindName(String value)
value - allowed object is
Stringpublic String getGroupName()
Stringpublic void setGroupName(String value)
value - allowed object is
Stringpublic boolean isGuided()
public void setGuided(boolean value)
public Integer getNumberOfAccompaniers()
Integerpublic void setNumberOfAccompaniers(Integer value)
value - allowed object is
Integerpublic Integer getNumberOfParticipants()
Integerpublic void setNumberOfParticipants(Integer value)
value - allowed object is
Integerpublic PricingType getPricingType()
PricingTypepublic void setPricingType(PricingType value)
value - allowed object is
PricingTypepublic VisitPassTicketType getTicketType()
VisitPassTicketTypepublic void setTicketType(VisitPassTicketType value)
value - allowed object is
VisitPassTicketTypepublic Long getVisitGroupId()
Longpublic void setVisitGroupId(Long value)
value - allowed object is
Longpublic String getVisitLanguageCode()
Stringpublic void setVisitLanguageCode(String value)
value - allowed object is
Stringpublic String getVisitLanguageName()
Stringpublic void setVisitLanguageName(String value)
value - allowed object is
Stringpublic String getVisitThemeCode()
Stringpublic void setVisitThemeCode(String value)
value - allowed object is
Stringpublic String getVisitThemeName()
StringCopyright © 2021. All rights reserved.