public class PropertyShapeReport extends Object implements Comparable<PropertyShapeReport>, ReportElement
| Constructor and Description |
|---|
PropertyShapeReport(PropertyConstraint propertyShape) |
public PropertyShapeReport(PropertyConstraint propertyShape)
public boolean isRequiresShapeOrIriNodeKind()
public void setRequiresShapeOrIriNodeKind(boolean requiresShapeOrIriNodeKind)
public PropertyConstraint getPropertyShape()
public boolean isValid()
public boolean isDatatypeWithClass()
public void setDatatypeWithClass(boolean datatypeWithClass)
public boolean isDatatypeWithShape()
public void setDatatypeWithShape(boolean datatypeWithShape)
public boolean isDatatypeWithIriNodeKind()
public void setDatatypeWithIriNodeKind(boolean datatypeWithIriNodeKind)
public TypeConflict getTypeConflict()
public void setTypeConflict(TypeConflict typeConflict)
public boolean isRequiresDatatypeClassOrShape()
public void setRequiresDatatypeClassOrShape(boolean requiresDatatypeClassOrShape)
public boolean isRequiresMinCount()
public void setRequiresMinCount(boolean requiresMinCount)
public int compareTo(PropertyShapeReport o)
compareTo in interface Comparable<PropertyShapeReport>public boolean getRequiresDescription()
public void setRequiresDescription(boolean requiresDescription)
public org.openrdf.model.URI getInvalidXmlSchemaDatatype()
public void setInvalidXmlSchemaDatatype(org.openrdf.model.URI invalidXmlSchemaDatatype)
public int errorCount()
errorCount in interface ReportElementCopyright © 2019. All rights reserved.