Class AnnotationType.Comment
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.AnnotationType.Comment
-
- Enclosing class:
- AnnotationType
public static class AnnotationType.Comment extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice minOccurs="0"> <element name="add"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded"> <element name="replyTo" type="{http://schema.webpdf.de/1.0/operation}ReplyToAnnotationType"/> <element name="changeAnnotationState" type="{http://schema.webpdf.de/1.0/operation}ReplyStateAnnotationType"/> <element name="markAnnotation" type="{http://schema.webpdf.de/1.0/operation}MarkedStateAnnotationType"/> </choice> </restriction> </complexContent> </complexType> </element> <element name="edit"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded"> <element name="replyTo" type="{http://schema.webpdf.de/1.0/operation}ReplyToAnnotationEditType"/> </choice> </restriction> </complexContent> </complexType> </element> </choice> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnnotationType.Comment.AddJava class for anonymous complex type.static classAnnotationType.Comment.EditJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected AnnotationType.Comment.Addaddprotected AnnotationType.Comment.Editedit
-
Constructor Summary
Constructors Constructor Description Comment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationType.Comment.AddgetAdd()Gets the value of the add property.AnnotationType.Comment.EditgetEdit()Gets the value of the edit property.booleanisSetAdd()booleanisSetEdit()voidsetAdd(AnnotationType.Comment.Add value)Sets the value of the add property.voidsetEdit(AnnotationType.Comment.Edit value)Sets the value of the edit property.
-
-
-
Field Detail
-
add
protected AnnotationType.Comment.Add add
-
edit
protected AnnotationType.Comment.Edit edit
-
-
Method Detail
-
getAdd
public AnnotationType.Comment.Add getAdd()
Gets the value of the add property.- Returns:
- possible object is
AnnotationType.Comment.Add
-
setAdd
public void setAdd(AnnotationType.Comment.Add value)
Sets the value of the add property.- Parameters:
value- allowed object isAnnotationType.Comment.Add
-
isSetAdd
public boolean isSetAdd()
-
getEdit
public AnnotationType.Comment.Edit getEdit()
Gets the value of the edit property.- Returns:
- possible object is
AnnotationType.Comment.Edit
-
setEdit
public void setEdit(AnnotationType.Comment.Edit value)
Sets the value of the edit property.- Parameters:
value- allowed object isAnnotationType.Comment.Edit
-
isSetEdit
public boolean isSetEdit()
-
-