public class CommentExtended
extends java.lang.Object
Java-Klasse für CommentExtended complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="CommentExtended"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="commentType2" type="{http://datex2.eu/schema/2/2_0}CommentType2Enum"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CommentType2Enum |
commentType2 |
Constructor and Description |
---|
CommentExtended() |
Modifier and Type | Method and Description |
---|---|
CommentType2Enum |
getCommentType2()
Ruft den Wert der commentType2-Eigenschaft ab.
|
void |
setCommentType2(CommentType2Enum value)
Legt den Wert der commentType2-Eigenschaft fest.
|
protected CommentType2Enum commentType2
public CommentType2Enum getCommentType2()
CommentType2Enum
public void setCommentType2(CommentType2Enum value)
value
- allowed object is
CommentType2Enum