public class Comment extends AbstractDataProviderReferencing
<pi:EmergencyCallData.Comment> element.| Constructor and Description |
|---|
Comment() |
Comment(java.lang.String dataProviderReference,
LangContent... comments) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
clone() |
java.util.List<LangContent> |
getComments() |
void |
setComments(java.util.List<LangContent> comments) |
getDataProviderReference, setDataProviderReferencepublic Comment()
public Comment(java.lang.String dataProviderReference, LangContent... comments)
public java.util.List<LangContent> getComments()
public void setComments(java.util.List<LangContent> comments)
public Comment clone()
clone in class AbstractDataProviderReferencing