Package org.verapdf.gf.model.impl.sa
Class GFSAObject
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.sa.GFSAObject
-
- Direct Known Subclasses:
GFSAList,GFSAListItem,GFSAStructElem,GFSATableBorder,GFSATableBorderCell,GFSATableBorderRow
public class GFSAObject extends GenericModelObject implements SAObject
- Author:
- Maxim Plushchov
-
-
Field Summary
Fields Modifier and Type Field Description protected IObjectobject-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFSAObject(String type)GFSAObject(IObject object, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContext()StringgeterrorArguments()semicolon separated list of error argumentsList<List<Object>>getErrorArguments()StringgeterrorCodes()comma separated list of error codesList<Integer>getErrorCodes()protected IObjectgetObject()StringgetstructureID()id of group in format id:protected voidsetObject(IObject object)-
Methods inherited from class org.verapdf.model.GenericModelObject
getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Field Detail
-
object
protected IObject object
-
-
Method Detail
-
geterrorCodes
public String geterrorCodes()
Description copied from interface:SAObjectcomma separated list of error codes- Specified by:
geterrorCodesin interfaceSAObject
-
geterrorArguments
public String geterrorArguments()
Description copied from interface:SAObjectsemicolon separated list of error arguments- Specified by:
geterrorArgumentsin interfaceSAObject
-
getContext
public String getContext()
- Specified by:
getContextin interfaceObject- Overrides:
getContextin classGenericModelObject- Returns:
- context of the current object
-
getstructureID
public String getstructureID()
Description copied from interface:SAObjectid of group in format id:- Specified by:
getstructureIDin interfaceSAObject
-
setObject
protected void setObject(IObject object)
-
getObject
protected IObject getObject()
-
-