public class VisitGroup extends AbstractRealTimeDto implements Serializable
Java class for visitGroup complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected List<Long> |
criterionsElementIds |
protected String |
groupKindInternalCode |
protected String |
groupName |
protected Integer |
numberOfAccompaniers |
protected Integer |
numberOfParticipants |
protected String |
remark |
protected Long |
visitGroupId |
protected String |
visitLanguageCode |
protected Long |
visitThemeId |
Constructor and Description |
---|
VisitGroup() |
Modifier and Type | Method and Description |
---|---|
List<Long> |
getCriterionsElementIds()
Gets the value of the criterionsElementIds property.
|
String |
getGroupKindInternalCode()
Gets the value of the groupKindInternalCode 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.
|
String |
getRemark()
Gets the value of the remark property.
|
Long |
getVisitGroupId()
Gets the value of the visitGroupId property.
|
String |
getVisitLanguageCode()
Gets the value of the visitLanguageCode property.
|
Long |
getVisitThemeId()
Gets the value of the visitThemeId property.
|
void |
setGroupKindInternalCode(String value)
Sets the value of the groupKindInternalCode property.
|
void |
setGroupName(String value)
Sets the value of the groupName property.
|
void |
setNumberOfAccompaniers(Integer value)
Sets the value of the numberOfAccompaniers property.
|
void |
setNumberOfParticipants(Integer value)
Sets the value of the numberOfParticipants property.
|
void |
setRemark(String value)
Sets the value of the remark property.
|
void |
setVisitGroupId(Long value)
Sets the value of the visitGroupId property.
|
void |
setVisitLanguageCode(String value)
Sets the value of the visitLanguageCode property.
|
void |
setVisitThemeId(Long value)
Sets the value of the visitThemeId property.
|
protected String groupKindInternalCode
protected String groupName
protected Integer numberOfAccompaniers
protected Integer numberOfParticipants
protected String remark
protected Long visitGroupId
protected String visitLanguageCode
protected Long visitThemeId
public List<Long> getCriterionsElementIds()
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 criterionsElementIds property.
For example, to add a new item, do as follows:
getCriterionsElementIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public String getGroupKindInternalCode()
String
public void setGroupKindInternalCode(String value)
value
- allowed object is
String
public String getGroupName()
String
public void setGroupName(String value)
value
- allowed object is
String
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 String getRemark()
String
public void setRemark(String value)
value
- allowed object is
String
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 Long getVisitThemeId()
Long
Copyright © 2021. All rights reserved.