@NotThreadSafe public class PSRichGroup extends Object implements com.helger.commons.lang.ICloneable<PSRichGroup>, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
PSRichGroup.ESpace |
Constructor and Description |
---|
PSRichGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fillMicroElement(com.helger.xml.microdom.IMicroElement aElement) |
PSRichGroup |
getClone() |
String |
getFPI()
A formal public identifier for the schema, phase or other element.
|
String |
getIcon()
The location of a graphics file containing some visible representation of
the severity, significance or other grouping of the associated element.
|
String |
getSee()
The URI of external information of interest to maintainers and users of the
schema.
|
String |
getXmlLang() |
PSRichGroup.ESpace |
getXmlSpace() |
static boolean |
isRichAttribute(String sAttrName) |
void |
setFPI(String sFPI) |
void |
setIcon(String sIcon) |
void |
setSee(String sSee) |
void |
setXmlLang(String sXmlLang) |
void |
setXmlSpace(PSRichGroup.ESpace eXmlSpace) |
String |
toString() |
@Nullable public String getIcon()
@Nullable public String getSee()
@Nullable public String getFPI()
public void setXmlSpace(@Nullable PSRichGroup.ESpace eXmlSpace)
@Nullable public PSRichGroup.ESpace getXmlSpace()
public void fillMicroElement(@Nonnull com.helger.xml.microdom.IMicroElement aElement)
@Nonnull public PSRichGroup getClone()
getClone
in interface com.helger.commons.lang.ICloneable<PSRichGroup>
Copyright © 2014–2016 Philip Helger. All rights reserved.