public class Addressee extends AbstractTaskingRole
| Nested Elements |
|---|
ddms:organization: The organization who is the addressee (0-1, optional), implemented as an
Organizationddms:person: the person who is the addressee (0-1, optional), implemented as a PersonOnly one of the nested entities can appear in an addressee element. |
| Attributes |
|---|
SecurityAttributes: The classification and ownerProducer attributes are required.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Addressee.Builder
Builder for this DDMS component.
|
| Constructor and Description |
|---|
Addressee(nu.xom.Element element)
Constructor for creating a component from a XOM Element
|
Addressee(IRoleEntity entity,
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, getSecurityAttributesaddDdms40Warning, addWarning, addWarnings, buildIndex, buildOutput, buildOutput, buildPrefix, getAttributeValue, getAttributeValue, getChild, getChildTextAsDouble, getDDMSVersion, getLocatorSuffix, getName, getNamespace, getPrefix, getQualifiedName, getStringAsDouble, getValidationWarnings, getXOMElement, getXOMElementCopy, hashCode, requireVersion, setXOMElement, toHTML, toString, toText, toXML, validateWarningspublic Addressee(nu.xom.Element element)
throws InvalidDDMSException
element - the XOM element representing thisInvalidDDMSException - if any required information is missing or malformedpublic Addressee(IRoleEntity entity, SecurityAttributes securityAttributes) throws InvalidDDMSException
entity - the actual entity who is the addressee (required)securityAttributes - any security attributes (required)InvalidDDMSExceptionprotected void validate()
throws InvalidDDMSException
| Rules |
|---|
|
|
validate in class AbstractTaskingRoleInvalidDDMSException - if any required information is missing or malformedAbstractTaskingRole.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 AbstractTaskingRoleObject.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/