Package com.helger.schematron.pure.model
Class PSRichGroup
java.lang.Object
com.helger.schematron.pure.model.PSRichGroup
- All Implemented Interfaces:
com.helger.commons.lang.ICloneable<PSRichGroup>,Serializable
@NotThreadSafe
public class PSRichGroup
extends Object
implements com.helger.commons.lang.ICloneable<PSRichGroup>, Serializable
A single "rich" group
- Author:
- Philip Helger
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfillMicroElement(com.helger.xml.microdom.IMicroElement aElement) getClone()getFPI()A formal public identifier for the schema, phase or other element.
An implementation is not required to make use of this attribute.getIcon()The location of a graphics file containing some visible representation of the severity, significance or other grouping of the associated element.
An implementation is not required to make use of this attribute.getSee()The URI of external information of interest to maintainers and users of the schema.
An implementation is not required to make use of this attribute.booleanbooleanstatic booleanisRichAttribute(String sAttrName) voidvoidvoidvoidsetXmlLang(String sXmlLang) voidsetXmlSpace(PSRichGroup.ESpace eXmlSpace) toString()
-
Constructor Details
-
PSRichGroup
public PSRichGroup()
-
-
Method Details
-
getIcon
The location of a graphics file containing some visible representation of the severity, significance or other grouping of the associated element.
An implementation is not required to make use of this attribute.- Returns:
- The icon value
-
setIcon
-
getSee
The URI of external information of interest to maintainers and users of the schema.
An implementation is not required to make use of this attribute.- Returns:
- The see value
-
setSee
-
getFPI
A formal public identifier for the schema, phase or other element.
An implementation is not required to make use of this attribute.- Returns:
- The FPI value
-
setFPI
-
getXmlLang
-
hasXmlLang
public boolean hasXmlLang() -
setXmlLang
-
getXmlSpace
-
hasXmlSpace
public boolean hasXmlSpace() -
setXmlSpace
-
isRichAttribute
-
fillMicroElement
-
getClone
- Specified by:
getClonein interfacecom.helger.commons.lang.ICloneable<PSRichGroup>
-
toString
-