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 StringcreationDate<?protected Stringcreator<?protected Stringintents<?protected Integeropacity<?protected MarkupType.Relationrelation<?protected StringrichContents<?protected Stringsubject<?
-
Constructor Summary
Constructors Constructor Description MarkupType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreationDate()<?StringgetCreator()<?StringgetIntents()<?intgetOpacity()<?MarkupType.RelationgetRelation()<?StringgetRichContents()<?StringgetSubject()<?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()
-
-
-
Field Detail
-
richContents
protected String richContents
<?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">A richtext string containing defining style and contents of the annotation. (This String shall conform to the richtext conventions of the XML Forms Specification (XFA)).</p>
-
relation
protected MarkupType.Relation relation
<?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">Selects the relation of this annotation to other annotations.</p>
-
opacity
protected Integer opacity
<?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">The annotations opacity as a percentage, where 100 is fully oqaque and 0 is fully transparent.</p>
-
creationDate
protected String creationDate
<?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">The date of the annotation's creation. This string will contain the date in ASN.1 standard format. (D:YYYYMMDDHHmmSSOHH'mm)</p>
-
subject
protected String subject
<?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">The annotation's subject.</p>
-
intents
protected String intents
<?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">The annotation's intents. Depending on the annotation sub type the intents value shall serve further purposes.</p>
-
creator
protected String creator
<?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">The name of the annotation's author.</p>
-
-
Method Detail
-
getRichContents
public String getRichContents()
<?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">A richtext string containing defining style and contents of the annotation. (This String shall conform to the richtext conventions of the XML Forms Specification (XFA)).</p>
- Returns:
- possible object is
String
-
setRichContents
public void setRichContents(String value)
Sets the value of the richContents property.- Parameters:
value- allowed object isString- See Also:
getRichContents()
-
isSetRichContents
public boolean isSetRichContents()
-
getRelation
public MarkupType.Relation getRelation()
<?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">Selects the relation of this annotation to other annotations.</p>
- 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- See Also:
getRelation()
-
isSetRelation
public boolean isSetRelation()
-
getOpacity
public int getOpacity()
<?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">The annotations opacity as a percentage, where 100 is fully oqaque and 0 is fully transparent.</p>
- Returns:
- possible object is
Integer
-
setOpacity
public void setOpacity(int value)
Sets the value of the opacity property.- Parameters:
value- allowed object isInteger- See Also:
getOpacity()
-
isSetOpacity
public boolean isSetOpacity()
-
unsetOpacity
public void unsetOpacity()
-
getCreationDate
public String getCreationDate()
<?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">The date of the annotation's creation. This string will contain the date in ASN.1 standard format. (D:YYYYMMDDHHmmSSOHH'mm)</p>
- Returns:
- possible object is
String
-
setCreationDate
public void setCreationDate(String value)
Sets the value of the creationDate property.- Parameters:
value- allowed object isString- See Also:
getCreationDate()
-
isSetCreationDate
public boolean isSetCreationDate()
-
getSubject
public String getSubject()
<?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">The annotation's subject.</p>
- Returns:
- possible object is
String
-
setSubject
public void setSubject(String value)
Sets the value of the subject property.- Parameters:
value- allowed object isString- See Also:
getSubject()
-
isSetSubject
public boolean isSetSubject()
-
getIntents
public String getIntents()
<?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">The annotation's intents. Depending on the annotation sub type the intents value shall serve further purposes.</p>
- Returns:
- possible object is
String
-
setIntents
public void setIntents(String value)
Sets the value of the intents property.- Parameters:
value- allowed object isString- See Also:
getIntents()
-
isSetIntents
public boolean isSetIntents()
-
getCreator
public String getCreator()
<?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">The name of the annotation's author.</p>
- Returns:
- possible object is
String
-
setCreator
public void setCreator(String value)
Sets the value of the creator property.- Parameters:
value- allowed object isString- See Also:
getCreator()
-
isSetCreator
public boolean isSetCreator()
-
-