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()
String
public void setGroupKindIC(String value)
value
- allowed object is
String
public String getGroupKindName()
String
public void setGroupKindName(String value)
value
- allowed object is
String
public String getGroupName()
String
public void setGroupName(String value)
value
- allowed object is
String
public boolean isGuided()
public void setGuided(boolean value)
public Integer getNumberOfAccompaniers()
Integer
public void setNumberOfAccompaniers(Integer value)
value
- allowed object is
Integer
public Integer getNumberOfParticipants()
Integer
public void setNumberOfParticipants(Integer value)
value
- allowed object is
Integer
public PricingType getPricingType()
PricingType
public void setPricingType(PricingType value)
value
- allowed object is
PricingType
public VisitPassTicketType getTicketType()
VisitPassTicketType
public void setTicketType(VisitPassTicketType value)
value
- allowed object is
VisitPassTicketType
public Long getVisitGroupId()
Long
public void setVisitGroupId(Long value)
value
- allowed object is
Long
public String getVisitLanguageCode()
String
public void setVisitLanguageCode(String value)
value
- allowed object is
String
public String getVisitLanguageName()
String
public void setVisitLanguageName(String value)
value
- allowed object is
String
public String getVisitThemeCode()
String
public void setVisitThemeCode(String value)
value
- allowed object is
String
public String getVisitThemeName()
String
Copyright © 2021. All rights reserved.