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 inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFSAObject(String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgeterrorArguments()semicolon separated list of error argumentsList<List<Object>>getErrorArguments()StringgeterrorCodes()comma separated list of error codesList<Integer>getErrorCodes()StringgetstructureID()id of group in format id:-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, 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
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Constructor Detail
-
GFSAObject
public GFSAObject(String type)
-
-
Method Detail
-
getstructureID
public String getstructureID()
Description copied from interface:SAObjectid of group in format id:- Specified by:
getstructureIDin interfaceSAObject
-
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
-
-