Class MarkupType.Relation
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.MarkupType.Relation
-
- Enclosing class:
- MarkupType
public static class MarkupType.Relation 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> <element name="group" type="{http://schema.webpdf.de/1.0/extraction/info}GroupRelationType"/> <element name="mark" type="{http://schema.webpdf.de/1.0/extraction/info}MarkRelationType"/> <element name="state" type="{http://schema.webpdf.de/1.0/extraction/info}ReplyStateRelationType"/> <element name="comment" type="{http://schema.webpdf.de/1.0/extraction/info}CommentRelationType"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CommentRelationTypecommentprotected GroupRelationTypegroupprotected MarkRelationTypemarkprotected ReplyStateRelationTypestate
-
Constructor Summary
Constructors Constructor Description Relation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentRelationTypegetComment()Gets the value of the comment property.GroupRelationTypegetGroup()Gets the value of the group property.MarkRelationTypegetMark()Gets the value of the mark property.ReplyStateRelationTypegetState()Gets the value of the state property.booleanisSetComment()booleanisSetGroup()booleanisSetMark()booleanisSetState()voidsetComment(CommentRelationType value)Sets the value of the comment property.voidsetGroup(GroupRelationType value)Sets the value of the group property.voidsetMark(MarkRelationType value)Sets the value of the mark property.voidsetState(ReplyStateRelationType value)Sets the value of the state property.
-
-
-
Field Detail
-
group
protected GroupRelationType group
-
mark
protected MarkRelationType mark
-
state
protected ReplyStateRelationType state
-
comment
protected CommentRelationType comment
-
-
Method Detail
-
getGroup
public GroupRelationType getGroup()
Gets the value of the group property.- Returns:
- possible object is
GroupRelationType
-
setGroup
public void setGroup(GroupRelationType value)
Sets the value of the group property.- Parameters:
value- allowed object isGroupRelationType
-
isSetGroup
public boolean isSetGroup()
-
getMark
public MarkRelationType getMark()
Gets the value of the mark property.- Returns:
- possible object is
MarkRelationType
-
setMark
public void setMark(MarkRelationType value)
Sets the value of the mark property.- Parameters:
value- allowed object isMarkRelationType
-
isSetMark
public boolean isSetMark()
-
getState
public ReplyStateRelationType getState()
Gets the value of the state property.- Returns:
- possible object is
ReplyStateRelationType
-
setState
public void setState(ReplyStateRelationType value)
Sets the value of the state property.- Parameters:
value- allowed object isReplyStateRelationType
-
isSetState
public boolean isSetState()
-
getComment
public CommentRelationType getComment()
Gets the value of the comment property.- Returns:
- possible object is
CommentRelationType
-
setComment
public void setComment(CommentRelationType value)
Sets the value of the comment property.- Parameters:
value- allowed object isCommentRelationType
-
isSetComment
public boolean isSetComment()
-
-