public class Creator extends AbstractProducerRole
| Nested Elements |
|---|
ddms:organization: The organization who is in this role (0-1, optional), implemented as an Organizationddms:person: the person who is in this role (0-1, optional), implemented as a Personddms:service: The web service who is in this role (0-1, optional), implemented as a Serviceddms:unknown: The unknown entity who is in this role (0-1, optional), implemented as an UnknownOnly one of the nested entities can appear in this element. |
| Attributes |
|---|
SecurityAttributes: The classification and ownerProducer attributes are optional.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Creator.Builder
Builder for this DDMS component.
|
| Constructor and Description |
|---|
Creator(nu.xom.Element element)
Constructor for creating a component from a XOM Element
|
Creator(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()
Validates the component.
|
getEntity, getNestedComponents, getOutput, getPocTypes, getSecurityAttributes, hashCodeaddDdms40Warning, addWarning, addWarnings, buildIndex, buildOutput, buildOutput, buildPrefix, getAttributeValue, getAttributeValue, getChild, getChildTextAsDouble, getDDMSVersion, getLocatorSuffix, getName, getNamespace, getPrefix, getQualifiedName, getStringAsDouble, getValidationWarnings, getXOMElement, getXOMElementCopy, requireVersion, setXOMElement, toHTML, toString, toText, toXML, validateWarningspublic Creator(nu.xom.Element element)
throws InvalidDDMSException
element - the XOM element representing thisInvalidDDMSException - if any required information is missing or malformedpublic Creator(IRoleEntity entity, List<String> pocTypes, SecurityAttributes securityAttributes) throws InvalidDDMSException
entity - the actual entity fulfilling this rolepocTypes - the ISM pocType for this producer (optional, starting in DDMS 4.0.1)securityAttributes - any security attributes (optional)InvalidDDMSExceptionprotected void validate()
throws InvalidDDMSException
| Rules |
|---|
|
|
validate in class AbstractProducerRoleInvalidDDMSException - if any required information is missing or malformedAbstractProducerRole.validate()public boolean equals(Object obj)
AbstractBaseComponentThe 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 AbstractProducerRoleObject.equals(Object)public static String getName(DDMSVersion version)
version - the DDMSVersionCopyright 2010 - 2013 by Brian Uri!
Generated on 12/15/2013 10:22 AM
http://ddmsence.urizone.net/