public class Publisher extends AbstractProducerRole
In DDMS | 2.0 | 3.0 | 3.1 | 4.0.1/4.1 | 5.0 |
History |
---|
None. |
Nested Elements | |||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Attributes | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Validation Rules | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Modifier and Type | Class and Description |
---|---|
static class |
Publisher.Builder
Builder for this DDMS component.
|
OUTPUT_TEMPLATES
Constructor and Description |
---|
Publisher(nu.xom.Element element)
Constructor for creating a component from a XOM Element
|
Publisher(IRoleEntity entity,
List<String> pocTypes,
SecurityAttributes securityAttributes)
Constructor which builds from raw data.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Test for logical equality.
|
static String |
getName(DDMSVersion version)
Accessor for the element name of this component, based on the version of DDMS used
|
protected void |
validate()
Base case for validation.
|
getEntity, getHTMLTextOutput, getJSONObject, getNestedComponents, getPocTypes, getSecurityAttributes, hashCode
addDdms40Warning, addJson, addJson, addJson, addJson, addWarning, addWarnings, buildHTMLTextOutput, buildHTMLTextOutput, buildIndex, buildPrefix, getAttributeValue, getAttributeValue, getChild, getChildTextAsDouble, getDDMSVersion, getLocatorSuffix, getName, getNamespace, getPrefix, getQualifiedName, getValidationWarnings, getXOMElement, getXOMElementCopy, requireAtLeastVersion, requireAtMostVersion, setXOMElement, toHTML, toJSON, toString, toText, toXML, validateWarnings
public Publisher(nu.xom.Element element) throws InvalidDDMSException
element
- the XOM element representing thisInvalidDDMSException
- if any required information is missing or malformedpublic Publisher(IRoleEntity entity, List<String> pocTypes, SecurityAttributes securityAttributes) throws InvalidDDMSException
entity
- the actual entity fulfilling this rolepocTypes
- the ISM pocType for this producersecurityAttributes
- any security attributesInvalidDDMSException
protected void validate() throws InvalidDDMSException
AbstractBaseComponent
validate
in class AbstractProducerRole
InvalidDDMSException
AbstractProducerRole.validate()
public boolean equals(Object obj)
AbstractBaseComponent
The base case tests against the name value and namespaceURI, as well as any child components classified as "nested components" and any security attributes. Extending classes may require additional rules for equality. This case automatically includes any nested components or security attributes.
equals
in class AbstractProducerRole
Object.equals(Object)
public static String getName(DDMSVersion version)
version
- the DDMSVersionCopyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/