Class MarkupType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.MarkupType
-
public class MarkupType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines a set of attributes for text markup annotations.</p>
Java class for MarkupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MarkupType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="richContents" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="relation" minOccurs="0"> <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> </element> </sequence> <attribute name="opacity" type="{http://schema.webpdf.de/1.0/extraction/info}OpacityType" default="100" /> <attribute name="creationDate" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="subject" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="intents" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="creator" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMarkupType.RelationJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected StringcreationDateprotected Stringcreatorprotected Stringintentsprotected Integeropacityprotected MarkupType.Relationrelationprotected StringrichContentsprotected Stringsubject
-
Constructor Summary
Constructors Constructor Description MarkupType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreationDate()Gets the value of the creationDate property.StringgetCreator()Gets the value of the creator property.StringgetIntents()Gets the value of the intents property.intgetOpacity()Gets the value of the opacity property.MarkupType.RelationgetRelation()Gets the value of the relation property.StringgetRichContents()Gets the value of the richContents property.StringgetSubject()Gets the value of the subject property.booleanisSetCreationDate()booleanisSetCreator()booleanisSetIntents()booleanisSetOpacity()booleanisSetRelation()booleanisSetRichContents()booleanisSetSubject()voidsetCreationDate(String value)Sets the value of the creationDate property.voidsetCreator(String value)Sets the value of the creator property.voidsetIntents(String value)Sets the value of the intents property.voidsetOpacity(int value)Sets the value of the opacity property.voidsetRelation(MarkupType.Relation value)Sets the value of the relation property.voidsetRichContents(String value)Sets the value of the richContents property.voidsetSubject(String value)Sets the value of the subject property.voidunsetOpacity()
-
-
-
Method Detail
-
getRichContents
public String getRichContents()
Gets the value of the richContents property.- Returns:
- possible object is
String
-
setRichContents
public void setRichContents(String value)
Sets the value of the richContents property.- Parameters:
value- allowed object isString
-
isSetRichContents
public boolean isSetRichContents()
-
getRelation
public MarkupType.Relation getRelation()
Gets the value of the relation property.- Returns:
- possible object is
MarkupType.Relation
-
setRelation
public void setRelation(MarkupType.Relation value)
Sets the value of the relation property.- Parameters:
value- allowed object isMarkupType.Relation
-
isSetRelation
public boolean isSetRelation()
-
getOpacity
public int getOpacity()
Gets the value of the opacity property.- Returns:
- possible object is
Integer
-
setOpacity
public void setOpacity(int value)
Sets the value of the opacity property.- Parameters:
value- allowed object isInteger
-
isSetOpacity
public boolean isSetOpacity()
-
unsetOpacity
public void unsetOpacity()
-
getCreationDate
public String getCreationDate()
Gets the value of the creationDate property.- Returns:
- possible object is
String
-
setCreationDate
public void setCreationDate(String value)
Sets the value of the creationDate property.- Parameters:
value- allowed object isString
-
isSetCreationDate
public boolean isSetCreationDate()
-
getSubject
public String getSubject()
Gets the value of the subject property.- Returns:
- possible object is
String
-
setSubject
public void setSubject(String value)
Sets the value of the subject property.- Parameters:
value- allowed object isString
-
isSetSubject
public boolean isSetSubject()
-
getIntents
public String getIntents()
Gets the value of the intents property.- Returns:
- possible object is
String
-
setIntents
public void setIntents(String value)
Sets the value of the intents property.- Parameters:
value- allowed object isString
-
isSetIntents
public boolean isSetIntents()
-
getCreator
public String getCreator()
Gets the value of the creator property.- Returns:
- possible object is
String
-
setCreator
public void setCreator(String value)
Sets the value of the creator property.- Parameters:
value- allowed object isString
-
isSetCreator
public boolean isSetCreator()
-
-