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()Gets the value of the objectID property.booleanisSetObjectID()voidsetObjectID(String value)Sets the value of the objectID property.
-
-
-
Field Detail
-
objectID
protected String objectID
-
-
Method Detail
-
getObjectID
public String getObjectID()
Gets the value of the objectID property.- Returns:
- possible object is
String
-
setObjectID
public void setObjectID(String value)
Sets the value of the objectID property.- Parameters:
value- allowed object isString
-
isSetObjectID
public boolean isSetObjectID()
-
-