Class BaseRelationType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.BaseRelationType
-
- Direct Known Subclasses:
CommentRelationType,GroupRelationType,MarkRelationType,ReplyStateRelationType
public class BaseRelationType 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 some sort of relation to another annotation with the given ID.</p>
Java class for BaseRelationType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseRelationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="objectID" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description BaseRelationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetObjectID()<?booleanisSetObjectID()voidsetObjectID(String value)Sets the value of the objectID property.
-
-
-
Field Detail
-
objectID
protected String objectID
<?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 object ID of the annotation. <b>Info:</b> A PDF object ID consists of two numbers, where the first number selects the object's number and the second the "generation" of the object. The object ID shall always be unique within the context of the document and can be used to select a specific object. </p>
-
-
Method Detail
-
getObjectID
public String getObjectID()
<?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 object ID of the annotation. <b>Info:</b> A PDF object ID consists of two numbers, where the first number selects the object's number and the second the "generation" of the object. The object ID shall always be unique within the context of the document and can be used to select a specific object. </p>- Returns:
- possible object is
String
-
setObjectID
public void setObjectID(String value)
Sets the value of the objectID property.- Parameters:
value- allowed object isString- See Also:
getObjectID()
-
isSetObjectID
public boolean isSetObjectID()
-
-