Skip navigation links
A B C D E F G H I K L M N O P R S T U V W X 

A

AbstractAccessEntity - Class in buri.ddmsence
Base class for NTK elements which describe system access rules for an Individual, Group, or Profile.
AbstractAccessEntity(Element) - Constructor for class buri.ddmsence.AbstractAccessEntity
Constructor for creating a component from a XOM Element.
AbstractAccessEntity(String, SystemName, SecurityAttributes) - Constructor for class buri.ddmsence.AbstractAccessEntity
Constructor for creating a component from raw data.
AbstractAccessEntity.Builder - Class in buri.ddmsence
Builder for this DDMS component.
AbstractAttributeGroup - Class in buri.ddmsence
Top-level base class for attribute groups, such as SecurityAttributes.
AbstractAttributeGroup() - Constructor for class buri.ddmsence.AbstractAttributeGroup
Empty constructor
AbstractBaseComponent - Class in buri.ddmsence
Top-level base class for all DDMS elements and attributes modeled as Java objects.
AbstractBaseComponent() - Constructor for class buri.ddmsence.AbstractBaseComponent
Empty constructor
AbstractBaseComponent(Element) - Constructor for class buri.ddmsence.AbstractBaseComponent
Base constructor
AbstractNtkString - Class in buri.ddmsence
Base class for NTK elements which consist of simple child text decorated with NTK attributes, and security attributes.
AbstractNtkString(boolean, Element) - Constructor for class buri.ddmsence.AbstractNtkString
Base constructor which works from a XOM element.
AbstractNtkString(boolean, String, String, String, String, String, SecurityAttributes, boolean) - Constructor for class buri.ddmsence.AbstractNtkString
Constructor which builds from raw data.
AbstractNtkString.Builder - Class in buri.ddmsence
Abstract Builder for this DDMS component.
AbstractProducerRole - Class in buri.ddmsence
Base class for DDMS producer elements, such as ddms:creator and ddms:contributor.
AbstractProducerRole(Element) - Constructor for class buri.ddmsence.AbstractProducerRole
Base constructor
AbstractProducerRole(String, IRoleEntity, List<String>, SecurityAttributes) - Constructor for class buri.ddmsence.AbstractProducerRole
Constructor which builds from raw data.
AbstractProducerRole.Builder - Class in buri.ddmsence
Abstract Builder for this DDMS component.
AbstractQualifierValue - Class in buri.ddmsence
Base class for DDMS elements which have a qualifier/value attribute, such as ddms:Identifier and ddms:source.
AbstractQualifierValue() - Constructor for class buri.ddmsence.AbstractQualifierValue
This implicit superconstructor does nothing.
AbstractQualifierValue(Element, boolean) - Constructor for class buri.ddmsence.AbstractQualifierValue
Base constructor
AbstractQualifierValue(String, String, String, boolean, boolean) - Constructor for class buri.ddmsence.AbstractQualifierValue
Constructor which builds from raw data.
AbstractQualifierValue.Builder - Class in buri.ddmsence
Abstract Builder for this DDMS component.
AbstractRoleEntity - Class in buri.ddmsence
Base class for entities which fulfill some role, such as ddms:person and ddms:organization.
AbstractRoleEntity(Element, boolean) - Constructor for class buri.ddmsence.AbstractRoleEntity
Base constructor
AbstractRoleEntity(String, List<String>, List<String>, List<String>, ExtensibleAttributes) - Constructor for class buri.ddmsence.AbstractRoleEntity
Constructor which builds from raw data.
AbstractRoleEntity.Builder - Class in buri.ddmsence
Abstract Builder for this DDMS component.
AbstractSimpleString - Class in buri.ddmsence
Base class for DDMS elements which consist of simple child text, possibly decorated with attributes, such as Description, Title, and Subtitle.
AbstractSimpleString(Element, boolean) - Constructor for class buri.ddmsence.AbstractSimpleString
Base constructor which works from a XOM element.
AbstractSimpleString(String, String, SecurityAttributes, boolean) - Constructor for class buri.ddmsence.AbstractSimpleString
Constructor which builds from raw data.
AbstractSimpleString(String, String, String, String, SecurityAttributes, boolean) - Constructor for class buri.ddmsence.AbstractSimpleString
Constructor which builds from raw data.
AbstractSimpleString.Builder - Class in buri.ddmsence
Abstract Builder for this DDMS component.
AbstractTaskingRole - Class in buri.ddmsence
Base class for DDMS tasking role elements, including RequesterInfo and Addressee.
AbstractTaskingRole(Element) - Constructor for class buri.ddmsence.AbstractTaskingRole
Base constructor
AbstractTaskingRole(String, IRoleEntity, SecurityAttributes) - Constructor for class buri.ddmsence.AbstractTaskingRole
Constructor which builds from raw data.
AbstractTaskingRole.Builder - Class in buri.ddmsence
Abstract Builder for this DDMS component.
AbstractTspiAddress - Class in buri.ddmsence
Base class for TSPI addresses.
AbstractTspiAddress(Element) - Constructor for class buri.ddmsence.AbstractTspiAddress
Base constructor which works from a XOM element.
AbstractTspiAddress.Builder - Class in buri.ddmsence
Abstract Builder for this DDMS component.
AbstractTspiShape - Class in buri.ddmsence
Base class for TSPI shapes.
AbstractTspiShape(Element) - Constructor for class buri.ddmsence.AbstractTspiShape
Base constructor which works from a XOM element.
AbstractTspiShape.Builder - Class in buri.ddmsence
Abstract Builder for this DDMS component.
Access - Class in buri.ddmsence.ddms.security.ntk
An immutable implementation of ntk:Access.
Access(Element) - Constructor for class buri.ddmsence.ddms.security.ntk.Access
Constructor for creating a component from a XOM Element
Access(List<Individual>, List<Group>, ProfileList, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.security.ntk.Access
Deprecated.
A new constructor was added for DDMS 4.1 to support ntk:externalResource. This constructor is preserved for backwards compatibility, but may disappear in the next major release.
Access(List<Individual>, List<Group>, ProfileList, Boolean, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.security.ntk.Access
Constructor for creating a component from raw data
Access.Builder - Class in buri.ddmsence.ddms.security.ntk
Builder for this DDMS component.
add(Object) - Method in class buri.ddmsence.util.LazyList
 
add(int, Object) - Method in class buri.ddmsence.util.LazyList
 
ADD_ACTION - Static variable in class buri.ddmsence.AbstractTspiAddress
The value for an add action.
addAll(Collection) - Method in class buri.ddmsence.util.LazyList
 
addAll(int, Collection) - Method in class buri.ddmsence.util.LazyList
 
addAttribute(Element, String, String, String, String) - Static method in class buri.ddmsence.util.Util
Helper method to add an attribute to an element.
addDdms40Warning(String) - Method in class buri.ddmsence.AbstractBaseComponent
Adds a warning about a component which is used in a valid manner, but may cause issues with systems that only process an earlier DDMS version with the same namespace.
addDDMSAttribute(Element, String, String) - Static method in class buri.ddmsence.util.Util
Helper method to add a ddms attribute to an element.
addDDMSChildElement(Element, String, String) - Static method in class buri.ddmsence.util.Util
Helper method to add a ddms child element to an element.
addExternalSchemaLocation(String, String) - Method in class buri.ddmsence.util.DDMSReader
Add additional schema locations to those already known by this DDMSReader.
addJson(JsonObject, String, Object) - Static method in class buri.ddmsence.AbstractAttributeGroup
Adds a value to a JSON object, but only if it is not empty and not null.
addJson(JsonObject, String, List<?>) - Static method in class buri.ddmsence.AbstractAttributeGroup
Adds a list of values to a JSON object, but only if it is not empty and not null.
addJson(JsonObject, String, Object) - Static method in class buri.ddmsence.AbstractBaseComponent
Adds a value to a JSON object, but only if it is not empty and not null.
addJson(JsonObject, String, List<?>) - Static method in class buri.ddmsence.AbstractBaseComponent
Adds a list of values to a JSON object, but only if it is not empty and not null.
addJson(JsonObject, AbstractAttributeGroup) - Static method in class buri.ddmsence.AbstractBaseComponent
Adds an attribute group's JSON object to a JSON object, but only if it is not empty.
addJson(JsonObject, AbstractBaseComponent) - Static method in class buri.ddmsence.AbstractBaseComponent
Adds a DMMS component's JSON object to a JSON object.
addNonEmptyJsonProperty(JsonObject, String, Object) - Static method in class buri.ddmsence.util.Util
Adds a value to a JSON object, but only if it is not empty and not null.
Addressee - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:addressee.
Addressee(Element) - Constructor for class buri.ddmsence.ddms.resource.Addressee
Constructor for creating a component from a XOM Element
Addressee(IRoleEntity, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.resource.Addressee
Constructor which builds from raw data.
Addressee.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
addTo(Element) - Method in class buri.ddmsence.ddms.extensible.ExtensibleAttributes
Convenience method to add these attributes onto an existing XOM Element
addTo(Element) - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes
Convenience method to add these attributes onto an existing XOM Element
addTo(Element) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Convenience method to add these attributes onto an existing XOM Element
addTo(Element) - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes
Convenience method to add these attributes onto an existing XOM Element
addTo(Element) - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes
Convenience method to add these attributes onto an existing XOM Element
addWarning(String) - Method in class buri.ddmsence.AbstractBaseComponent
Convenience method to create a warning and add it to the list of validation warnings.
addWarnings(List<ValidationMessage>, boolean) - Method in class buri.ddmsence.AbstractBaseComponent
Convenience method to add multiple warnings to the list of validation warnings.
ApplicationSoftware - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:applicationSoftware.
ApplicationSoftware(Element) - Constructor for class buri.ddmsence.ddms.resource.ApplicationSoftware
Constructor for creating a component from a XOM Element
ApplicationSoftware(String, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.resource.ApplicationSoftware
Constructor for creating a component from raw data
ApplicationSoftware.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
ApproximableDate - Class in buri.ddmsence.ddms
Base class for DDMS elements which are an approximable date, such as ddms:dates/ddms:acquiredOn.
ApproximableDate(Element) - Constructor for class buri.ddmsence.ddms.ApproximableDate
Constructor for creating a component from a XOM Element
ApproximableDate(String, String, String, String, String, String) - Constructor for class buri.ddmsence.ddms.ApproximableDate
Constructor for creating a component from raw data
ApproximableDate.Builder - Class in buri.ddmsence.ddms
Builder for this DDMS component.
ATOMIC_ENERGY_MARKINGS_NAME - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Attribute name
AttributeBuilder() - Constructor for class buri.ddmsence.ddms.extensible.ExtensibleAttributes.AttributeBuilder
Empty constructor
AttributeBuilder(Attribute) - Constructor for class buri.ddmsence.ddms.extensible.ExtensibleAttributes.AttributeBuilder
Constructor which starts from an existing component.

B

BIDRECTIONAL_DIRECTION - Static variable in class buri.ddmsence.ddms.summary.RelatedResource
The value for an bidirectional direction.
booleanHashCode(boolean) - Static method in class buri.ddmsence.util.Util
Returns an int value for a boolean, for use in a hashCode function.
BoundingBox - Class in buri.ddmsence.ddms.summary
An immutable implementation of ddms:boundingBox.
BoundingBox(Element) - Constructor for class buri.ddmsence.ddms.summary.BoundingBox
Constructor for creating a component from a XOM Element
BoundingBox(double, double, double, double) - Constructor for class buri.ddmsence.ddms.summary.BoundingBox
Constructor for creating a component from raw data
BoundingBox.Builder - Class in buri.ddmsence.ddms.summary
Builder for this DDMS component.
BoundingGeometry - Class in buri.ddmsence.ddms.summary
An immutable implementation of ddms:boundingGeometry.
BoundingGeometry(Element) - Constructor for class buri.ddmsence.ddms.summary.BoundingGeometry
Constructor for creating a component from a XOM Element
BoundingGeometry(List<Polygon>, List<Point>) - Constructor for class buri.ddmsence.ddms.summary.BoundingGeometry
Constructor for creating a component from raw data, in earlier versions of DDMS.
BoundingGeometry(List<ITspiShape>) - Constructor for class buri.ddmsence.ddms.summary.BoundingGeometry
Constructor for creating a component from raw data
BoundingGeometry.Builder - Class in buri.ddmsence.ddms.summary
Builder for this DDMS component.
buildAttribute(String, String, String, String) - Static method in class buri.ddmsence.util.Util
Convenience method to create an attribute in a namespace.
buildDDMSAttribute(String, String) - Static method in class buri.ddmsence.util.Util
Convenience method to create an attribute in the default DDMS namespace.
buildDDMSElement(String, String) - Static method in class buri.ddmsence.util.Util
Convenience method to create an element in the default DDMS namespace with some child text.
buildElement(String, String, String, String) - Static method in class buri.ddmsence.util.Util
Convenience method to create an element in a namespace with some child text.
Builder() - Constructor for class buri.ddmsence.AbstractAccessEntity.Builder
Empty constructor
Builder(AbstractAccessEntity) - Constructor for class buri.ddmsence.AbstractAccessEntity.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.AbstractNtkString.Builder
Empty constructor
Builder(AbstractNtkString) - Constructor for class buri.ddmsence.AbstractNtkString.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.AbstractProducerRole.Builder
Base constructor
Builder(AbstractProducerRole) - Constructor for class buri.ddmsence.AbstractProducerRole.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.AbstractQualifierValue.Builder
Empty constructor
Builder(AbstractQualifierValue) - Constructor for class buri.ddmsence.AbstractQualifierValue.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.AbstractRoleEntity.Builder
Empty constructor
Builder(AbstractRoleEntity) - Constructor for class buri.ddmsence.AbstractRoleEntity.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.AbstractSimpleString.Builder
Empty constructor
Builder(AbstractSimpleString) - Constructor for class buri.ddmsence.AbstractSimpleString.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.AbstractTaskingRole.Builder
Base constructor
Builder(AbstractTaskingRole) - Constructor for class buri.ddmsence.AbstractTaskingRole.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.AbstractTspiAddress.Builder
Empty constructor
Builder(AbstractTspiAddress) - Constructor for class buri.ddmsence.AbstractTspiAddress.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.AbstractTspiShape.Builder
Empty constructor
Builder(AbstractTspiShape) - Constructor for class buri.ddmsence.AbstractTspiShape.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.ApproximableDate.Builder
Empty constructor
Builder(ApproximableDate) - Constructor for class buri.ddmsence.ddms.ApproximableDate.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.extensible.ExtensibleAttributes.Builder
Empty constructor
Builder(ExtensibleAttributes) - Constructor for class buri.ddmsence.ddms.extensible.ExtensibleAttributes.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.extensible.ExtensibleElement.Builder
Empty constructor
Builder(ExtensibleElement) - Constructor for class buri.ddmsence.ddms.extensible.ExtensibleElement.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.format.Extent.Builder
Empty constructor
Builder(Extent) - Constructor for class buri.ddmsence.ddms.format.Extent.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.format.Format.Builder
Empty constructor
Builder(Format) - Constructor for class buri.ddmsence.ddms.format.Format.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
Empty constructor
Builder(MetacardInfo) - Constructor for class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.Addressee.Builder
Empty constructor
Builder(Addressee) - Constructor for class buri.ddmsence.ddms.resource.Addressee.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.ApplicationSoftware.Builder
Empty constructor
Builder(ApplicationSoftware) - Constructor for class buri.ddmsence.ddms.resource.ApplicationSoftware.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.Resource.Builder
Empty constructor
Builder(Resource) - Constructor for class buri.ddmsence.ddms.Resource.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.Contributor.Builder
Empty constructor
Builder(Contributor) - Constructor for class buri.ddmsence.ddms.resource.Contributor.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.Creator.Builder
Empty constructor
Builder(Creator) - Constructor for class buri.ddmsence.ddms.resource.Creator.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.Dates.Builder
Empty constructor
Builder(Dates) - Constructor for class buri.ddmsence.ddms.resource.Dates.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.Details.Builder
Empty constructor
Builder(Details) - Constructor for class buri.ddmsence.ddms.resource.Details.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.Identifier.Builder
Empty constructor
Builder(Identifier) - Constructor for class buri.ddmsence.ddms.resource.Identifier.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.Language.Builder
Empty constructor
Builder(Language) - Constructor for class buri.ddmsence.ddms.resource.Language.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.Organization.Builder
Empty constructor
Builder(Organization) - Constructor for class buri.ddmsence.ddms.resource.Organization.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.Person.Builder
Empty constructor
Builder(Person) - Constructor for class buri.ddmsence.ddms.resource.Person.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.PointOfContact.Builder
Empty constructor
Builder(PointOfContact) - Constructor for class buri.ddmsence.ddms.resource.PointOfContact.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.ProcessingInfo.Builder
Empty constructor
Builder(ProcessingInfo) - Constructor for class buri.ddmsence.ddms.resource.ProcessingInfo.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.Publisher.Builder
Empty constructor
Builder(Publisher) - Constructor for class buri.ddmsence.ddms.resource.Publisher.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.RecordKeeper.Builder
Empty constructor
Builder(RecordKeeper) - Constructor for class buri.ddmsence.ddms.resource.RecordKeeper.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.RecordsManagementInfo.Builder
Empty constructor
Builder(RecordsManagementInfo) - Constructor for class buri.ddmsence.ddms.resource.RecordsManagementInfo.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.RequesterInfo.Builder
Empty constructor
Builder(RequesterInfo) - Constructor for class buri.ddmsence.ddms.resource.RequesterInfo.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.ResourceManagement.Builder
Empty constructor
Builder(ResourceManagement) - Constructor for class buri.ddmsence.ddms.resource.ResourceManagement.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.RevisionRecall.Builder
Empty constructor
Builder(RevisionRecall) - Constructor for class buri.ddmsence.ddms.resource.RevisionRecall.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.Rights.Builder
Empty constructor
Builder(Rights) - Constructor for class buri.ddmsence.ddms.resource.Rights.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.Service.Builder
Empty constructor
Builder(Service) - Constructor for class buri.ddmsence.ddms.resource.Service.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.Source.Builder
Empty constructor
Builder(Source) - Constructor for class buri.ddmsence.ddms.resource.Source.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.SubOrganization.Builder
Empty constructor
Builder(SubOrganization) - Constructor for class buri.ddmsence.ddms.resource.SubOrganization.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.Subtitle.Builder
Empty constructor
Builder(Subtitle) - Constructor for class buri.ddmsence.ddms.resource.Subtitle.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.TaskID.Builder
Empty constructor
Builder(TaskID) - Constructor for class buri.ddmsence.ddms.resource.TaskID.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.TaskingInfo.Builder
Empty constructor
Builder(TaskingInfo) - Constructor for class buri.ddmsence.ddms.resource.TaskingInfo.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.Title.Builder
Empty constructor
Builder(Title) - Constructor for class buri.ddmsence.ddms.resource.Title.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.Type.Builder
Empty constructor
Builder(Type) - Constructor for class buri.ddmsence.ddms.resource.Type.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.resource.Unknown.Builder
Empty constructor
Builder(Unknown) - Constructor for class buri.ddmsence.ddms.resource.Unknown.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.security.ism.Notice.Builder
Empty constructor
Builder(Notice) - Constructor for class buri.ddmsence.ddms.security.ism.Notice.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.security.ism.NoticeAttributes.Builder
Empty constructor
Builder(NoticeAttributes) - Constructor for class buri.ddmsence.ddms.security.ism.NoticeAttributes.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.security.ism.NoticeText.Builder
Empty constructor
Builder(NoticeText) - Constructor for class buri.ddmsence.ddms.security.ism.NoticeText.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Empty constructor
Builder(SecurityAttributes) - Constructor for class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.security.NoticeList.Builder
Empty constructor
Builder(NoticeList) - Constructor for class buri.ddmsence.ddms.security.NoticeList.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.security.ntk.Access.Builder
Empty constructor
Builder(Access) - Constructor for class buri.ddmsence.ddms.security.ntk.Access.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.security.ntk.Group.Builder
Empty constructor
Builder(Group) - Constructor for class buri.ddmsence.ddms.security.ntk.Group.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.security.ntk.GroupValue.Builder
Empty constructor
Builder(GroupValue) - Constructor for class buri.ddmsence.ddms.security.ntk.GroupValue.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.security.ntk.Individual.Builder
Empty constructor
Builder(Individual) - Constructor for class buri.ddmsence.ddms.security.ntk.Individual.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.security.ntk.IndividualValue.Builder
Empty constructor
Builder(IndividualValue) - Constructor for class buri.ddmsence.ddms.security.ntk.IndividualValue.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.security.ntk.Profile.Builder
Empty constructor
Builder(Profile) - Constructor for class buri.ddmsence.ddms.security.ntk.Profile.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.security.ntk.ProfileList.Builder
Empty constructor
Builder(ProfileList) - Constructor for class buri.ddmsence.ddms.security.ntk.ProfileList.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.security.ntk.ProfileValue.Builder
Empty constructor
Builder(ProfileValue) - Constructor for class buri.ddmsence.ddms.security.ntk.ProfileValue.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.security.ntk.SystemName.Builder
Empty constructor
Builder(SystemName) - Constructor for class buri.ddmsence.ddms.security.ntk.SystemName.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.security.Security.Builder
Empty constructor
Builder(Security) - Constructor for class buri.ddmsence.ddms.security.Security.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.BoundingBox.Builder
Empty constructor
Builder(BoundingBox) - Constructor for class buri.ddmsence.ddms.summary.BoundingBox.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.BoundingGeometry.Builder
Empty constructor
Builder(BoundingGeometry) - Constructor for class buri.ddmsence.ddms.summary.BoundingGeometry.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.Category.Builder
Empty constructor
Builder(Category) - Constructor for class buri.ddmsence.ddms.summary.Category.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.CountryCode.Builder
Empty constructor
Builder(CountryCode) - Constructor for class buri.ddmsence.ddms.summary.CountryCode.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.Description.Builder
Empty constructor
Builder(Description) - Constructor for class buri.ddmsence.ddms.summary.Description.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.FacilityIdentifier.Builder
Empty constructor
Builder(FacilityIdentifier) - Constructor for class buri.ddmsence.ddms.summary.FacilityIdentifier.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.GeographicIdentifier.Builder
Empty constructor
Builder(GeographicIdentifier) - Constructor for class buri.ddmsence.ddms.summary.GeographicIdentifier.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.GeospatialCoverage.Builder
Empty constructor
Builder(GeospatialCoverage) - Constructor for class buri.ddmsence.ddms.summary.GeospatialCoverage.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.gml.Point.Builder
Empty constructor
Builder(Point) - Constructor for class buri.ddmsence.ddms.summary.gml.Point.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.gml.Polygon.Builder
Empty constructor
Builder(Polygon) - Constructor for class buri.ddmsence.ddms.summary.gml.Polygon.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.gml.Position.Builder
Empty constructor
Builder(Position) - Constructor for class buri.ddmsence.ddms.summary.gml.Position.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.gml.SRSAttributes.Builder
Empty constructor
Builder(SRSAttributes) - Constructor for class buri.ddmsence.ddms.summary.gml.SRSAttributes.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.Keyword.Builder
Empty constructor
Builder(Keyword) - Constructor for class buri.ddmsence.ddms.summary.Keyword.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.Link.Builder
Empty constructor
Builder(Link) - Constructor for class buri.ddmsence.ddms.summary.Link.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.NonStateActor.Builder
Empty constructor
Builder(NonStateActor) - Constructor for class buri.ddmsence.ddms.summary.NonStateActor.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.PostalAddress.Builder
Empty constructor
Builder(PostalAddress) - Constructor for class buri.ddmsence.ddms.summary.PostalAddress.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.ProductionMetric.Builder
Empty constructor
Builder(ProductionMetric) - Constructor for class buri.ddmsence.ddms.summary.ProductionMetric.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.RelatedResource.Builder
Empty constructor
Builder(RelatedResource) - Constructor for class buri.ddmsence.ddms.summary.RelatedResource.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.SubDivisionCode.Builder
Empty constructor
Builder(SubDivisionCode) - Constructor for class buri.ddmsence.ddms.summary.SubDivisionCode.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.SubjectCoverage.Builder
Empty constructor
Builder(SubjectCoverage) - Constructor for class buri.ddmsence.ddms.summary.SubjectCoverage.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.TemporalCoverage.Builder
Empty constructor
Builder(TemporalCoverage) - Constructor for class buri.ddmsence.ddms.summary.TemporalCoverage.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.tspi.Circle.Builder
Empty constructor
Builder(Circle) - Constructor for class buri.ddmsence.ddms.summary.tspi.Circle.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.tspi.Ellipse.Builder
Empty constructor
Builder(Ellipse) - Constructor for class buri.ddmsence.ddms.summary.tspi.Ellipse.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.tspi.Envelope.Builder
Empty constructor
Builder(Envelope) - Constructor for class buri.ddmsence.ddms.summary.tspi.Envelope.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.tspi.GeneralAddressClass.Builder
Empty constructor
Builder(GeneralAddressClass) - Constructor for class buri.ddmsence.ddms.summary.tspi.GeneralAddressClass.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.tspi.IntersectionAddress.Builder
Empty constructor
Builder(IntersectionAddress) - Constructor for class buri.ddmsence.ddms.summary.tspi.IntersectionAddress.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.tspi.LandmarkAddress.Builder
Empty constructor
Builder(LandmarkAddress) - Constructor for class buri.ddmsence.ddms.summary.tspi.LandmarkAddress.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.tspi.NumberedThoroughfareAddress.Builder
Empty constructor
Builder(NumberedThoroughfareAddress) - Constructor for class buri.ddmsence.ddms.summary.tspi.NumberedThoroughfareAddress.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.tspi.Point.Builder
Empty constructor
Builder(Point) - Constructor for class buri.ddmsence.ddms.summary.tspi.Point.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.tspi.Polygon.Builder
Empty constructor
Builder(Polygon) - Constructor for class buri.ddmsence.ddms.summary.tspi.Polygon.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.tspi.TwoNumberAddressRange.Builder
Empty constructor
Builder(TwoNumberAddressRange) - Constructor for class buri.ddmsence.ddms.summary.tspi.TwoNumberAddressRange.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.tspi.UnnumberedThoroughfareAddress.Builder
Empty constructor
Builder(UnnumberedThoroughfareAddress) - Constructor for class buri.ddmsence.ddms.summary.tspi.UnnumberedThoroughfareAddress.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.tspi.USPSGeneralDeliveryOffice.Builder
Empty constructor
Builder(USPSGeneralDeliveryOffice) - Constructor for class buri.ddmsence.ddms.summary.tspi.USPSGeneralDeliveryOffice.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.tspi.USPSPostalDeliveryBox.Builder
Empty constructor
Builder(USPSPostalDeliveryBox) - Constructor for class buri.ddmsence.ddms.summary.tspi.USPSPostalDeliveryBox.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.tspi.USPSPostalDeliveryRoute.Builder
Empty constructor
Builder(USPSPostalDeliveryRoute) - Constructor for class buri.ddmsence.ddms.summary.tspi.USPSPostalDeliveryRoute.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.VerticalExtent.Builder
Empty constructor
Builder(VerticalExtent) - Constructor for class buri.ddmsence.ddms.summary.VerticalExtent.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.VirtualCoverage.Builder
Empty constructor
Builder(VirtualCoverage) - Constructor for class buri.ddmsence.ddms.summary.VirtualCoverage.Builder
Constructor which starts from an existing component.
Builder() - Constructor for class buri.ddmsence.ddms.summary.xlink.XLinkAttributes.Builder
Empty constructor
Builder(XLinkAttributes) - Constructor for class buri.ddmsence.ddms.summary.xlink.XLinkAttributes.Builder
Constructor which starts from an existing component.
buildHTMLTextOutput(OutputFormat, String, String) - Static method in class buri.ddmsence.AbstractBaseComponent
Convenience method to build a meta tag for HTML output or a text line for Text output.
buildHTMLTextOutput(OutputFormat, String, List<?>) - Method in class buri.ddmsence.AbstractBaseComponent
Convenience method to build a meta tag for HTML output or a text line for Text output for a list of multiple DDMS components.
buildIndex(int, int) - Method in class buri.ddmsence.AbstractBaseComponent
Constructs a braced 1-based index to differentiate multiples in HTML/Text output, based on the 0-based list index of the item, and the output.indexLevel configurable property.
buildPrefix(String, String, String) - Method in class buri.ddmsence.AbstractBaseComponent
Convenience method to construct a naming prefix for use in HTML/Text output
buildResource(Element) - Method in class buri.ddmsence.util.DDMSReader
Shared helper method to build a DDMS Resource from a XOM Element
buildSchematronTransform(File) - Static method in class buri.ddmsence.util.Util
Takes a Schematron file and transforms it with the ISO Schematron skeleton files.
buildXmlDocument(InputStream) - Static method in class buri.ddmsence.util.Util
Loads a XOM object tree from an input stream.
buri.ddmsence - package buri.ddmsence
The core package of DDMSence, which contains the abstract base classes which do not need to be directly referenced.
buri.ddmsence.ddms - package buri.ddmsence.ddms
Contains the top-level DDMS component, Resource, various exception classes, and other supporting classes.
buri.ddmsence.ddms.extensible - package buri.ddmsence.ddms.extensible
Contains the components from the "Extensible" layer of the DDMS specification.
buri.ddmsence.ddms.format - package buri.ddmsence.ddms.format
Contains the components from the "Format" set of the DDMS specification.
buri.ddmsence.ddms.metacard - package buri.ddmsence.ddms.metacard
Contains the components from the "Metacard" set of the DDMS specification.
buri.ddmsence.ddms.resource - package buri.ddmsence.ddms.resource
Contains the components from the "Resource" set of the DDMS specification.
buri.ddmsence.ddms.security - package buri.ddmsence.ddms.security
Contains the components from the "Security" set of the DDMS specification.
buri.ddmsence.ddms.security.ism - package buri.ddmsence.ddms.security.ism
Contains the components from the "Security" set of the DDMS specification which exist in the ISM XML namespace.
buri.ddmsence.ddms.security.ntk - package buri.ddmsence.ddms.security.ntk
Contains the components from the "Security" set of the DDMS specification which exist in the NTK XML namespace.
buri.ddmsence.ddms.summary - package buri.ddmsence.ddms.summary
Contains the components from the "Summary" set of the DDMS specification.
buri.ddmsence.ddms.summary.gml - package buri.ddmsence.ddms.summary.gml
Contains the components from the "Summary" set of the DDMS specification which exist in the GML XML namespace.
buri.ddmsence.ddms.summary.tspi - package buri.ddmsence.ddms.summary.tspi
Contains the components from the "Summary" set of the DDMS specification which exist in the TSPI XML namespace.
buri.ddmsence.ddms.summary.xlink - package buri.ddmsence.ddms.summary.xlink
Contains the attributes which exist in the XLINK XML namespace.
buri.ddmsence.util - package buri.ddmsence.util
Contains shared utility classes used throughout the project.

C

capitalize(String) - Static method in class buri.ddmsence.util.Util
Capitalizes the first letter of a String.
Category - Class in buri.ddmsence.ddms.summary
An immutable implementation of ddms:category.
Category(Element) - Constructor for class buri.ddmsence.ddms.summary.Category
Constructor for creating a component from a XOM Element
Category(String, String, String, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.summary.Category
Constructor for creating a component from raw data
Category(String, String, String, SecurityAttributes, ExtensibleAttributes) - Constructor for class buri.ddmsence.ddms.summary.Category
Constructor for creating a component from raw data
Category.Builder - Class in buri.ddmsence.ddms.summary
Builder for this DDMS component.
Circle - Class in buri.ddmsence.ddms.summary.tspi
An immutable implementation of tspi:Circle.
Circle(Element) - Constructor for class buri.ddmsence.ddms.summary.tspi.Circle
Constructor for creating a component from a XOM Element
Circle.Builder - Class in buri.ddmsence.ddms.summary.tspi
Builder for this DDMS component.
CLASSIFICATION_NAME - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Attribute name
CLASSIFICATION_REASON_NAME - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Attribute name
CLASSIFIED_BY_NAME - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Attribute name
clear() - Method in class buri.ddmsence.util.LazyList
 
clearCurrentVersion() - Static method in class buri.ddmsence.util.DDMSVersion
Clears the current version.
commit() - Method in class buri.ddmsence.ddms.ApproximableDate.Builder
 
commit() - Method in class buri.ddmsence.ddms.extensible.ExtensibleAttributes.AttributeBuilder
 
commit() - Method in class buri.ddmsence.ddms.extensible.ExtensibleAttributes.Builder
Finalizes the data gathered for this builder instance.
commit() - Method in class buri.ddmsence.ddms.extensible.ExtensibleElement.Builder
 
commit() - Method in class buri.ddmsence.ddms.format.Extent.Builder
 
commit() - Method in class buri.ddmsence.ddms.format.Format.Builder
 
commit() - Method in interface buri.ddmsence.ddms.IBuilder
Finalizes the data gathered for this builder instance.
commit() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.Addressee.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.ApplicationSoftware.Builder
 
commit() - Method in class buri.ddmsence.ddms.Resource.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.Contributor.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.Creator.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.Dates.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.Details.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.Identifier.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.Language.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.Organization.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.Person.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.PointOfContact.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.ProcessingInfo.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.Publisher.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.RecordKeeper.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.RecordsManagementInfo.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.RequesterInfo.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.ResourceManagement.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.RevisionRecall.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.Rights.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.Service.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.Source.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.SubOrganization.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.Subtitle.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.TaskID.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.TaskingInfo.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.Title.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.Type.Builder
 
commit() - Method in class buri.ddmsence.ddms.resource.Unknown.Builder
 
commit() - Method in class buri.ddmsence.ddms.security.ism.Notice.Builder
 
commit() - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes.Builder
Finalizes the data gathered for this builder instance.
commit() - Method in class buri.ddmsence.ddms.security.ism.NoticeText.Builder
 
commit() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Finalizes the data gathered for this builder instance.
commit() - Method in class buri.ddmsence.ddms.security.NoticeList.Builder
 
commit() - Method in class buri.ddmsence.ddms.security.ntk.Access.Builder
 
commit() - Method in class buri.ddmsence.ddms.security.ntk.Group.Builder
 
commit() - Method in class buri.ddmsence.ddms.security.ntk.GroupValue.Builder
 
commit() - Method in class buri.ddmsence.ddms.security.ntk.Individual.Builder
 
commit() - Method in class buri.ddmsence.ddms.security.ntk.IndividualValue.Builder
 
commit() - Method in class buri.ddmsence.ddms.security.ntk.Profile.Builder
 
commit() - Method in class buri.ddmsence.ddms.security.ntk.ProfileList.Builder
 
commit() - Method in class buri.ddmsence.ddms.security.ntk.ProfileValue.Builder
 
commit() - Method in class buri.ddmsence.ddms.security.ntk.SystemName.Builder
 
commit() - Method in class buri.ddmsence.ddms.security.Security.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.BoundingBox.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.BoundingGeometry.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.Category.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.CountryCode.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.Description.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.FacilityIdentifier.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.gml.Point.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.gml.Polygon.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.gml.Position.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.gml.Position.DoubleBuilder
 
commit() - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes.Builder
Finalizes the data gathered for this builder instance.
commit() - Method in class buri.ddmsence.ddms.summary.Keyword.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.Link.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.NonStateActor.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.ProductionMetric.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.RelatedResource.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.SubDivisionCode.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.SubjectCoverage.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.TemporalCoverage.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.tspi.Circle.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.tspi.Ellipse.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.tspi.Envelope.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.tspi.GeneralAddressClass.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.tspi.IntersectionAddress.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.tspi.LandmarkAddress.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.tspi.NumberedThoroughfareAddress.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.tspi.Point.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.tspi.Polygon.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.tspi.TwoNumberAddressRange.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.tspi.UnnumberedThoroughfareAddress.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.tspi.USPSGeneralDeliveryOffice.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.tspi.USPSPostalDeliveryBox.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.tspi.USPSPostalDeliveryRoute.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.VerticalExtent.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.VirtualCoverage.Builder
 
commit() - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes.Builder
Finalizes the data gathered for this builder instance.
commitSelectedAddress() - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Commits the address which is active in this builder, based on the addressType.
commitSelectedEntity() - Method in class buri.ddmsence.AbstractProducerRole.Builder
Commits the entity which is active in this builder, based on the entityType.
commitSelectedEntity() - Method in class buri.ddmsence.AbstractTaskingRole.Builder
Commits the entity which is active in this builder, based on the entityType.
commitXml() - Method in class buri.ddmsence.AbstractTspiAddress.Builder
Commits the XML string to a XOM element
commitXml() - Method in class buri.ddmsence.AbstractTspiShape.Builder
Commits the XML string to a XOM element
commitXml(String) - Static method in class buri.ddmsence.util.Util
Attempts to convert arbitrary XML into an Element.
COMPILATION_REASON_NAME - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Attribute name
COMPLIES_WITH_NAME - Static variable in class buri.ddmsence.ddms.Resource
The attribute name for the compliesWith attribute
contains(Object) - Method in class buri.ddmsence.util.LazyList
 
containsAll(Collection) - Method in class buri.ddmsence.util.LazyList
 
containsOnlyEmptyValues(List<String>) - Static method in class buri.ddmsence.util.Util
Checks if all of the entries in a list of Strings is empty or null.
Contributor - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:contributor.
Contributor(Element) - Constructor for class buri.ddmsence.ddms.resource.Contributor
Constructor for creating a component from a XOM Element
Contributor(IRoleEntity, List<String>, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.resource.Contributor
Constructor which builds from raw data.
Contributor.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
CountryCode - Class in buri.ddmsence.ddms.summary
An immutable implementation of ddms:countryCode.
CountryCode(Element) - Constructor for class buri.ddmsence.ddms.summary.CountryCode
Constructor for creating a component from a XOM Element
CountryCode(String, String) - Constructor for class buri.ddmsence.ddms.summary.CountryCode
Constructor for creating a component from raw data
CountryCode.Builder - Class in buri.ddmsence.ddms.summary
Builder for this DDMS component.
CREATE_DATE_NAME - Static variable in class buri.ddmsence.ddms.Resource
The attribute name for create date
Creator - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:creator.
Creator(Element) - Constructor for class buri.ddmsence.ddms.resource.Creator
Constructor for creating a component from a XOM Element
Creator(IRoleEntity, List<String>, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.resource.Creator
Constructor which builds from raw data.
Creator.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
CVE_ALL_CLASSIFICATIONS - Static variable in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Filename for the enumerations allowed in a classification attribute
CVE_ATOMIC_ENERGY_MARKINGS - Static variable in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Filename for the enumerations allowed in an atomicEnergyMarkings attribute
CVE_COMPLIES_WITH - Static variable in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Filename for the enumerations allowed in a compliesWith attribute
CVE_DECLASS_EXCEPTION - Static variable in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Filename for the enumerations allowed in a declassException attribute
CVE_DISPLAY_ONLY_TO - Static variable in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Filename for the enumerations allowed in a displayOnlyTo attribute
CVE_DISSEMINATION_CONTROLS - Static variable in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Filename for the enumerations allowed in a disseminationControls attribute
CVE_FGI_SOURCE_OPEN - Static variable in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Filename for the enumerations allowed in a FGIsourceOpen attribute
CVE_FGI_SOURCE_PROTECTED - Static variable in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Filename for the enumerations allowed in a FGIsourceProtected attribute
CVE_NON_IC_MARKINGS - Static variable in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Filename for the enumerations allowed in a nonICmarkings attribute
CVE_NON_US_CONTROLS - Static variable in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Filename for the enumerations allowed in a nonUSControls attribute
CVE_NOTICE_TYPE - Static variable in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Filename for the enumerations allowed in a noticeType attribute
CVE_OWNER_PRODUCERS - Static variable in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Filename for the enumerations allowed in an ownerProducer attribute
CVE_POC_TYPE - Static variable in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Filename for the enumerations allowed in a pocType attribute
CVE_RELEASABLE_TO - Static variable in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Filename for the enumerations allowed in a releasableTo attribute
CVE_SAR_IDENTIFIER - Static variable in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Filename for the enumerations allowed in a SARIdentifier attribute
CVE_SCI_CONTROLS - Static variable in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Filename for the enumerations allowed in a SCIcontrols attribute
CVE_TYPE_EXEMPTED_SOURCE - Static variable in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Filename for the enumerations allowed in a typeOfExemptedSource attribute
CVE_US_CLASSIFICATIONS - Static variable in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Filename for the enumerations allowed in a classification attribute (US only)

D

DATE_OF_EXEMPTED_SOURCE_NAME - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Attribute name
Dates - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:dates.
Dates(Element) - Constructor for class buri.ddmsence.ddms.resource.Dates
Constructor for creating a component from a XOM Element
Dates(String, String, String, String, String, String) - Constructor for class buri.ddmsence.ddms.resource.Dates
Deprecated.
A new constructor was added for DDMS 4.1 to support ddms:acquiredOn. This constructor is preserved for backwards compatibility, but may disappear in the next major release.
Dates(List<ApproximableDate>, String, String, String, String, String, String) - Constructor for class buri.ddmsence.ddms.resource.Dates
Constructor for creating a component from raw data.
Dates.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
DDMSReader - Class in buri.ddmsence.util
Reader class which loads an XML file containing DDMS information and converts it into XOM elements.
DDMSReader(DDMSVersion) - Constructor for class buri.ddmsence.util.DDMSReader
Constructor
DDMSVersion - Class in buri.ddmsence.util
Manages the supported versions of DDMS.
decapitalize(String) - Static method in class buri.ddmsence.util.Util
Lowers the first letter of a String.
DECLASS_DATE_NAME - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Attribute name
DECLASS_EVENT_NAME - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Attribute name
DECLASS_EXCEPTION_NAME - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Attribute name
DECLASS_MANUAL_REVIEW_NAME - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Attribute name
DELETE_ACTION - Static variable in class buri.ddmsence.AbstractTspiAddress
The value for a delete action.
DERIVATIVELY_CLASSIFIED_BY_NAME - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Attribute name
DERIVED_FROM_NAME - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Attribute name
DES_VERSION_NAME - Static variable in class buri.ddmsence.ddms.Resource
The attribute name for DES version
Description - Class in buri.ddmsence.ddms.summary
An immutable implementation of ddms:description.
Description(Element) - Constructor for class buri.ddmsence.ddms.summary.Description
Constructor for creating a component from a XOM Element
Description(String, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.summary.Description
Constructor for creating a component from raw data
Description.Builder - Class in buri.ddmsence.ddms.summary
Builder for this DDMS component.
Details - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:details.
Details(Element) - Constructor for class buri.ddmsence.ddms.resource.Details
Constructor for creating a component from a XOM Element
Details(String, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.resource.Details
Constructor for creating a component from raw data
Details.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
DISPLAY_ONLY_TO_NAME - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Attribute name
DISSEMINATION_CONTROLS_NAME - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Attribute name
DoubleBuilder() - Constructor for class buri.ddmsence.ddms.summary.gml.Position.DoubleBuilder
Empty constructor
DoubleBuilder(Double) - Constructor for class buri.ddmsence.ddms.summary.gml.Position.DoubleBuilder
Constructor which starts from an existing component.

E

ELEMENT_PREFIX - Static variable in class buri.ddmsence.ddms.ValidationMessage
XPath prefix to separate elements
Ellipse - Class in buri.ddmsence.ddms.summary.tspi
An immutable implementation of tspi:Ellipse.
Ellipse(Element) - Constructor for class buri.ddmsence.ddms.summary.tspi.Ellipse
Constructor for creating a component from a XOM Element
Ellipse.Builder - Class in buri.ddmsence.ddms.summary.tspi
Builder for this DDMS component.
enumContains(DDMSVersion, String, String) - Static method in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Checks if a value exists in the controlled vocabulary identified by the key.
Envelope - Class in buri.ddmsence.ddms.summary.tspi
An immutable implementation of tspi:Envelope.
Envelope(Element) - Constructor for class buri.ddmsence.ddms.summary.tspi.Envelope
Constructor for creating a component from a XOM Element
Envelope.Builder - Class in buri.ddmsence.ddms.summary.tspi
Builder for this DDMS component.
equals(Object) - Method in class buri.ddmsence.AbstractAccessEntity
 
equals(Object) - Method in class buri.ddmsence.AbstractBaseComponent
Test for logical equality.
equals(Object) - Method in class buri.ddmsence.AbstractNtkString
 
equals(Object) - Method in class buri.ddmsence.AbstractProducerRole
 
equals(Object) - Method in class buri.ddmsence.AbstractQualifierValue
 
equals(Object) - Method in class buri.ddmsence.AbstractRoleEntity
 
equals(Object) - Method in class buri.ddmsence.AbstractSimpleString
 
equals(Object) - Method in class buri.ddmsence.AbstractTaskingRole
 
equals(Object) - Method in class buri.ddmsence.AbstractTspiAddress
 
equals(Object) - Method in class buri.ddmsence.AbstractTspiShape
 
equals(Object) - Method in class buri.ddmsence.ddms.ApproximableDate
 
equals(Object) - Method in class buri.ddmsence.ddms.extensible.ExtensibleAttributes
 
equals(Object) - Method in class buri.ddmsence.ddms.extensible.ExtensibleElement
 
equals(Object) - Method in class buri.ddmsence.ddms.format.Extent
 
equals(Object) - Method in class buri.ddmsence.ddms.format.Format
 
equals(Object) - Method in class buri.ddmsence.ddms.metacard.MetacardInfo
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.Addressee
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.ApplicationSoftware
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.Contributor
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.Creator
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.Dates
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.Details
 
equals(Object) - Method in class buri.ddmsence.ddms.Resource
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.Identifier
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.Language
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.Organization
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.Person
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.PointOfContact
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.ProcessingInfo
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.Publisher
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.RecordKeeper
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.RecordsManagementInfo
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.RequesterInfo
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.ResourceManagement
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.RevisionRecall
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.Rights
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.Service
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.Source
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.SubOrganization
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.Subtitle
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.TaskID
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.TaskingInfo
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.Title
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.Type
 
equals(Object) - Method in class buri.ddmsence.ddms.resource.Unknown
 
equals(Object) - Method in class buri.ddmsence.ddms.security.ism.Notice
 
equals(Object) - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes
 
equals(Object) - Method in class buri.ddmsence.ddms.security.ism.NoticeText
 
equals(Object) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
 
equals(Object) - Method in class buri.ddmsence.ddms.security.NoticeList
 
equals(Object) - Method in class buri.ddmsence.ddms.security.ntk.Access
 
equals(Object) - Method in class buri.ddmsence.ddms.security.ntk.Group
 
equals(Object) - Method in class buri.ddmsence.ddms.security.ntk.GroupValue
 
equals(Object) - Method in class buri.ddmsence.ddms.security.ntk.Individual
 
equals(Object) - Method in class buri.ddmsence.ddms.security.ntk.IndividualValue
 
equals(Object) - Method in class buri.ddmsence.ddms.security.ntk.Profile
 
equals(Object) - Method in class buri.ddmsence.ddms.security.ntk.ProfileList
 
equals(Object) - Method in class buri.ddmsence.ddms.security.ntk.ProfileValue
 
equals(Object) - Method in class buri.ddmsence.ddms.security.ntk.SystemName
 
equals(Object) - Method in class buri.ddmsence.ddms.security.Security
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.BoundingBox
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.BoundingGeometry
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.Category
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.CountryCode
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.Description
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.FacilityIdentifier
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.gml.Point
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.gml.Polygon
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.gml.Position
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.Keyword
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.Link
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.NonStateActor
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.PostalAddress
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.ProductionMetric
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.RelatedResource
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.SubDivisionCode
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.SubjectCoverage
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.TemporalCoverage
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.tspi.Circle
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.tspi.Ellipse
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.tspi.Envelope
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.tspi.GeneralAddressClass
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.tspi.IntersectionAddress
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.tspi.LandmarkAddress
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.tspi.NumberedThoroughfareAddress
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.tspi.Point
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.tspi.Polygon
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.tspi.TwoNumberAddressRange
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.tspi.UnnumberedThoroughfareAddress
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.tspi.USPSGeneralDeliveryOffice
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.tspi.USPSPostalDeliveryBox
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.tspi.USPSPostalDeliveryRoute
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.VerticalExtent
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.VirtualCoverage
 
equals(Object) - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes
 
equals(Object) - Method in class buri.ddmsence.ddms.ValidationMessage
 
equals(Object) - Method in class buri.ddmsence.util.LazyList
 
ERROR_TYPE - Static variable in class buri.ddmsence.ddms.ValidationMessage
Constant type for an error.
EXCLUDE_FROM_ROLLUP_NAME - Static variable in class buri.ddmsence.ddms.security.Security
Attribute name
EXTENDED_DATE_TYPES - Static variable in class buri.ddmsence.ddms.summary.TemporalCoverage
 
ExtensibleAttributes - Class in buri.ddmsence.ddms.extensible
Attribute group representing the xs:anyAttribute tag which appears on various DDMS components.
ExtensibleAttributes(Element) - Constructor for class buri.ddmsence.ddms.extensible.ExtensibleAttributes
Base constructor
ExtensibleAttributes(List<Attribute>) - Constructor for class buri.ddmsence.ddms.extensible.ExtensibleAttributes
Constructor which builds from raw data.
ExtensibleAttributes.AttributeBuilder - Class in buri.ddmsence.ddms.extensible
Builder for a XOM attribute.
ExtensibleAttributes.Builder - Class in buri.ddmsence.ddms.extensible
Builder for these attributes.
ExtensibleElement - Class in buri.ddmsence.ddms.extensible
An immutable implementation of an element which might fulfill the xs:any space in the Extensible Layer.
ExtensibleElement(Element) - Constructor for class buri.ddmsence.ddms.extensible.ExtensibleElement
Constructor for creating a component from a XOM Element
ExtensibleElement.Builder - Class in buri.ddmsence.ddms.extensible
Builder for this DDMS component.
Extent - Class in buri.ddmsence.ddms.format
An immutable implementation of ddms:extent.
Extent(Element) - Constructor for class buri.ddmsence.ddms.format.Extent
Constructor for creating a component from a XOM Element
Extent(String, String) - Constructor for class buri.ddmsence.ddms.format.Extent
Constructor for creating a component from raw data
Extent.Builder - Class in buri.ddmsence.ddms.format
Builder for this DDMS component.
EXTERNAL_NOTICE_NAME - Static variable in class buri.ddmsence.ddms.security.ism.NoticeAttributes
Attribute name

F

FacilityIdentifier - Class in buri.ddmsence.ddms.summary
An immutable implementation of ddms:facilityIdentifier.
FacilityIdentifier(Element) - Constructor for class buri.ddmsence.ddms.summary.FacilityIdentifier
Constructor for creating a component from a XOM Element
FacilityIdentifier(String, String) - Constructor for class buri.ddmsence.ddms.summary.FacilityIdentifier
Constructor for creating a component from raw data
FacilityIdentifier.Builder - Class in buri.ddmsence.ddms.summary
Builder for this DDMS component.
FGI_SOURCE_OPEN_NAME - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Attribute name
FGI_SOURCE_PROTECTED_NAME - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Attribute name
Format - Class in buri.ddmsence.ddms.format
An immutable implementation of ddms:format.
Format(Element) - Constructor for class buri.ddmsence.ddms.format.Format
Constructor for creating a component from a XOM Element
Format(String, Extent, String) - Constructor for class buri.ddmsence.ddms.format.Format
Constructor for creating a component from raw data
Format.Builder - Class in buri.ddmsence.ddms.format
Builder for this DDMS component.

G

GeneralAddressClass - Class in buri.ddmsence.ddms.summary.tspi
An immutable implementation of tspi:GeneralAddressClass.
GeneralAddressClass(Element) - Constructor for class buri.ddmsence.ddms.summary.tspi.GeneralAddressClass
Constructor for creating a component from a XOM Element
GeneralAddressClass.Builder - Class in buri.ddmsence.ddms.summary.tspi
Builder for this DDMS component.
GeographicIdentifier - Class in buri.ddmsence.ddms.summary
An immutable implementation of ddms:geographicIdentifier.
GeographicIdentifier(Element) - Constructor for class buri.ddmsence.ddms.summary.GeographicIdentifier
Constructor for creating a component from a XOM Element
GeographicIdentifier(List<String>, List<String>, CountryCode, SubDivisionCode) - Constructor for class buri.ddmsence.ddms.summary.GeographicIdentifier
Constructor for creating a component from raw data.
GeographicIdentifier(FacilityIdentifier) - Constructor for class buri.ddmsence.ddms.summary.GeographicIdentifier
Constructor for creating a component from raw data
GeographicIdentifier.Builder - Class in buri.ddmsence.ddms.summary
Builder for this DDMS component.
GeospatialCoverage - Class in buri.ddmsence.ddms.summary
An immutable implementation of ddms:geospatialCoverage.
GeospatialCoverage(Element) - Constructor for class buri.ddmsence.ddms.summary.GeospatialCoverage
Constructor for creating a component from a XOM Element
GeospatialCoverage(GeographicIdentifier, BoundingBox, BoundingGeometry, PostalAddress, VerticalExtent, String, Integer, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.summary.GeospatialCoverage
Constructor for creating a component from raw data
GeospatialCoverage.Builder - Class in buri.ddmsence.ddms.summary
Builder for this DDMS component.
get(int) - Method in class buri.ddmsence.util.LazyList
Intercepts the get() method to create new items if get() might return null.
getAccess() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
Builder accessor for the access
getAccess() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo
Accessor for the Access.
getAccess() - Method in class buri.ddmsence.ddms.security.Security.Builder
Builder accessor for the access
getAccess() - Method in class buri.ddmsence.ddms.security.Security
Accessor for the Access.
getAccess() - Method in class buri.ddmsence.ddms.summary.VirtualCoverage.Builder
Builder accessor for the access attribute
getAccess() - Method in class buri.ddmsence.ddms.summary.VirtualCoverage
Accessor for the access attribute
getAcquiredOns() - Method in class buri.ddmsence.ddms.resource.Dates.Builder
Builder accessor for the acquiredOn dates
getAcquiredOns() - Method in class buri.ddmsence.ddms.resource.Dates
Accessor for the acquiredOn dates (0-many optional).
getAcronym() - Method in class buri.ddmsence.ddms.resource.Organization.Builder
Builder accessor for the acronym
getAcronym() - Method in class buri.ddmsence.ddms.resource.Organization
Accessor for the acronym
getAction() - Method in class buri.ddmsence.AbstractTspiAddress
Accessor for the action
getActuate() - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes.Builder
Builder accessor for the actuate
getActuate() - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes
Accessor for the actuate
getAddress() - Method in class buri.ddmsence.ddms.summary.VirtualCoverage.Builder
Builder accessor for the address attribute
getAddress() - Method in class buri.ddmsence.ddms.summary.VirtualCoverage
Accessor for the address attribute
getAddressees() - Method in class buri.ddmsence.ddms.resource.TaskingInfo.Builder
Builder accessor for the addressees
getAddressees() - Method in class buri.ddmsence.ddms.resource.TaskingInfo
Accessor for the addressees
getAddressType() - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the addressType
getAffiliations() - Method in class buri.ddmsence.ddms.resource.Person.Builder
Builder accessor for the affiliations
getAffiliations() - Method in class buri.ddmsence.ddms.resource.Person
Accessor for the affiliations of the person
getAffiliations() - Method in class buri.ddmsence.ddms.resource.Service.Builder
Builder accessor for the affiliations
getAffiliations() - Method in class buri.ddmsence.ddms.resource.Service
Accessor for the affiliations of the service
getAffiliations() - Method in class buri.ddmsence.ddms.resource.Unknown.Builder
Builder accessor for the affiliations
getAffiliations() - Method in class buri.ddmsence.ddms.resource.Unknown
Accessor for the affiliations of the unknown entity
getApplicationSoftware() - Method in class buri.ddmsence.ddms.resource.RecordsManagementInfo.Builder
Builder accessor for the applicationSoftware
getApplicationSoftware() - Method in class buri.ddmsence.ddms.resource.RecordsManagementInfo
Accessor for the applicationSoftware
getApprovedOn() - Method in class buri.ddmsence.ddms.resource.Dates.Builder
Builder accessor for the approvedOn date.
getApprovedOn() - Method in class buri.ddmsence.ddms.resource.Dates
Accessor for the approved on date.
getApprovedOnString() - Method in class buri.ddmsence.ddms.resource.Dates
Accessor for the approved on date.
getApproximableDate() - Method in class buri.ddmsence.ddms.ApproximableDate.Builder
Builder accessor for the approximableDate
getApproximableDateString() - Method in class buri.ddmsence.ddms.ApproximableDate
Accessor for the approximableDate.
getApproximableEnd() - Method in class buri.ddmsence.ddms.summary.TemporalCoverage.Builder
Builder accessor for the approximableEnd
getApproximableEnd() - Method in class buri.ddmsence.ddms.summary.TemporalCoverage
Accessor for the approximableStart date.
getApproximableStart() - Method in class buri.ddmsence.ddms.summary.TemporalCoverage.Builder
Builder accessor for the approximableStart
getApproximableStart() - Method in class buri.ddmsence.ddms.summary.TemporalCoverage
Accessor for the approximableStart date.
getApproximation() - Method in class buri.ddmsence.ddms.ApproximableDate.Builder
Builder accessor for the approximation
getApproximation() - Method in class buri.ddmsence.ddms.ApproximableDate
Accessor for the value of the approximation attribute
getArcrole() - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes.Builder
Builder accessor for the arcrole
getArcrole() - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes
Accessor for the arcrole
getAtomicEnergyMarkings() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the atomicEnergyMarkings attribute
getAtomicEnergyMarkings() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Accessor for the atomicEnergyMarkings attribute.
getAttributes() - Method in class buri.ddmsence.ddms.extensible.ExtensibleAttributes.Builder
Builder accessor for the attributes
getAttributes() - Method in class buri.ddmsence.ddms.extensible.ExtensibleAttributes
Accessor for the attributes.
getAttributeValue(String) - Method in class buri.ddmsence.AbstractBaseComponent
Convenience method to look up an attribute which is in the same namespace as the enclosing element
getAttributeValue(String, String) - Method in class buri.ddmsence.AbstractBaseComponent
Convenience method to look up an attribute
getAxisLabels() - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes.Builder
Builder accessor for the axisLabels
getAxisLabels() - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes
Accessor for the axisLabels.
getAxisLabelsAsXsList() - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes
Accessor for the String representation of the axisLabels
getBeNumber() - Method in class buri.ddmsence.ddms.summary.FacilityIdentifier.Builder
Builder accessor for the beNumber attribute.
getBeNumber() - Method in class buri.ddmsence.ddms.summary.FacilityIdentifier
Accessor for the beNumber attribute.
getBoundingBox() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage.Builder
Builder accessor for the boundingBox
getBoundingBox() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage
Accessor for the boundingBox.
getBoundingGeometry() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage.Builder
Builder accessor for the boundingGeometry
getBoundingGeometry() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage
Accessor for the boundingGeometry.
getCategories() - Method in class buri.ddmsence.ddms.summary.SubjectCoverage.Builder
Builder accessor for the categories in this coverage.
getCategories() - Method in class buri.ddmsence.ddms.summary.SubjectCoverage
Accessor for the categories (0 to many).
getChild(String) - Method in class buri.ddmsence.AbstractBaseComponent
Convenience method to get the first child element with a given name in the same namespace as the parent element
getChildComponents() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo
Accessor for an ordered list of the components in this metcardInfo.
getChildTextAsDouble(Element, String) - Static method in class buri.ddmsence.AbstractBaseComponent
Convenience method to convert one of the lat/lon fields into a Double.
getCircles() - Method in class buri.ddmsence.ddms.summary.BoundingGeometry.Builder
Builder accessor for the circles in this geometry.
getCity() - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the city
getCity() - Method in class buri.ddmsence.ddms.summary.PostalAddress
Accessor for the city
getClassification() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the classification attribute
getClassification() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Accessor for the classification attribute.
getClassificationReason() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the classificationReason attribute
getClassificationReason() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Accessor for the classificationReason attribute.
getClassifiedBy() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the classifiedBy attribute
getClassifiedBy() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Accessor for the classifiedBy attribute.
getCode() - Method in class buri.ddmsence.ddms.summary.Category.Builder
Builder accessor for the code attribute
getCode() - Method in class buri.ddmsence.ddms.summary.Category
Accessor for the code attribute.
getCompilationReason() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the compilationReason attribute
getCompilationReason() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Accessor for the compilationReason attribute.
getCompliesWiths() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the compliesWith attribute
getCompliesWiths() - Method in class buri.ddmsence.ddms.Resource
Accessor for the ISM compliesWith attribute.
getContributors() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
Builder accessor for contributors
getContributors() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo
Accessor for a list of all Contributor entities
getContributors() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for contributors
getContributors() - Method in class buri.ddmsence.ddms.Resource
Accessor for a list of all Contributor entities
getCoordinates() - Method in class buri.ddmsence.ddms.summary.gml.Position.Builder
Builder accessor for the coordinates of the position
getCoordinates() - Method in class buri.ddmsence.ddms.summary.gml.Position
Accessor for the coordinates of the position.
getCoordinatesAsXsList() - Method in class buri.ddmsence.ddms.summary.gml.Position
Accessor for the String representation of the coordinates
getCopyright() - Method in class buri.ddmsence.ddms.resource.Rights.Builder
Builder accessor for the copyright attribute.
getCopyright() - Method in class buri.ddmsence.ddms.resource.Rights
Accessor for the copyright attribute.
getCountryCode() - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier.Builder
Builder accessor for the country code
getCountryCode() - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier
Accessor for the country code.
getCountryCode() - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the countryCode
getCountryCode() - Method in class buri.ddmsence.ddms.summary.PostalAddress
Accessor for the country code
getCoverage() - Method in class buri.ddmsence.ddms.summary.ProductionMetric.Builder
Builder accessor for the coverage attribute
getCoverage() - Method in class buri.ddmsence.ddms.summary.ProductionMetric
Accessor for the coverage attribute.
getCreated() - Method in class buri.ddmsence.ddms.resource.Dates.Builder
Builder accessor for the created date.
getCreated() - Method in class buri.ddmsence.ddms.resource.Dates
Accessor for the created date.
getCreateDate() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the createDate attribute
getCreateDate() - Method in class buri.ddmsence.ddms.Resource
Accessor for the createDate date.
getCreatedString() - Method in class buri.ddmsence.ddms.resource.Dates
Accessor for the created date.
getCreators() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
Builder accessor for creators
getCreators() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo
Accessor for a list of all Creator entities
getCreators() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for creators
getCreators() - Method in class buri.ddmsence.ddms.Resource
Accessor for a list of all Creator entities
getCurrentVersion() - Static method in class buri.ddmsence.util.DDMSVersion
Accessor for the current version.
getDataTypeFactory() - Static method in class buri.ddmsence.util.Util
Accessor for the datatype factory, which is cached as a thread-local variable.
getDateOfExemptedSource() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the dateOfExemptedSource attribute
getDateOfExemptedSource() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Accessor for the dateOfExemptedSource attribute.
getDateProcessed() - Method in class buri.ddmsence.ddms.resource.ProcessingInfo.Builder
Builder accessor for the dateProcessed
getDateProcessed() - Method in class buri.ddmsence.ddms.resource.ProcessingInfo
Accessor for the processing date.
getDateProcessedString() - Method in class buri.ddmsence.ddms.resource.ProcessingInfo
Accessor for the processing date.
getDates() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
Builder accessor for the dates
getDates() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo
Accessor for the dates
getDates() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the dates
getDates() - Method in class buri.ddmsence.ddms.Resource
Accessor for the dates component.
getDatum() - Method in class buri.ddmsence.ddms.summary.VerticalExtent.Builder
Builder accessor for the vertical datum attribute
getDatum() - Method in class buri.ddmsence.ddms.summary.VerticalExtent
Accessor for the vertical datum attribute
getDDMSChildValues(Element, String) - Static method in class buri.ddmsence.util.Util
Gets the child text of any child elements in the DDMS namespace and returns them as a list.
getDDMSResource(File) - Method in class buri.ddmsence.util.DDMSReader
Creates a DDMS resource based on the contents of a file, and also sets the DDMSVersion based on the namespace URIs in the file.
getDDMSResource(String) - Method in class buri.ddmsence.util.DDMSReader
Creates a DDMS resource based on the contents of a string representation of an XML document, and also sets the DDMSVersion based on the namespace URIs in the document.
getDDMSResource(InputStream) - Method in class buri.ddmsence.util.DDMSReader
Creates a DDMS resource based on the contents of an input stream, and also sets the DDMSVersion based on the namespace URIs in the document.
getDDMSResource(Reader) - Method in class buri.ddmsence.util.DDMSReader
Creates a DDMS resource based on the contents of a reader, and also sets the DDMSVersion based on the namespace URIs in the document.
getDDMSVersion() - Method in class buri.ddmsence.AbstractBaseComponent
Returns the most recent compatible DDMSVersion for this component, based on the XML Namespace.
getDeclassDate() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the declassDate attribute
getDeclassDate() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Accessor for the declassDate attribute.
getDeclassEvent() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the declassEvent attribute
getDeclassEvent() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Accessor for the declassEvent attribute.
getDeclassException() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the declassException attribute
getDeclassException() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Accessor for the declassException attribute.
getDeclassManualReview() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the declassManualReview attribute
getDeclassManualReview() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Accessor for the declassManualReview attribute.
getDerivativelyClassifiedBy() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the derivativelyClassifiedBy attribute
getDerivativelyClassifiedBy() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Accessor for the derivativelyClassifiedBy attribute.
getDerivedFrom() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the derivedFrom attribute
getDerivedFrom() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Accessor for the derivedFrom attribute.
getDescription() - Method in class buri.ddmsence.ddms.ApproximableDate.Builder
Builder accessor for the description
getDescription() - Method in class buri.ddmsence.ddms.ApproximableDate
Accessor for the description.
getDescription() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
Builder accessor for the description
getDescription() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo
Accessor for the description
getDescription() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the description
getDescription() - Method in class buri.ddmsence.ddms.Resource
Accessor for the description component
getDescription() - Method in class buri.ddmsence.ddms.resource.TaskingInfo.Builder
Builder accessor for the description
getDescription() - Method in class buri.ddmsence.ddms.resource.TaskingInfo
Accessor for the description
getDescription() - Method in class buri.ddmsence.ddms.resource.Type.Builder
Builder accessor for the description
getDescription() - Method in class buri.ddmsence.ddms.resource.Type
Accessor for the description child text, which provides additional context to the qualifier/value pairing of this component.
getDetails() - Method in class buri.ddmsence.ddms.resource.RevisionRecall.Builder
Builder accessor for the details
getDetails() - Method in class buri.ddmsence.ddms.resource.RevisionRecall
Accessor for the list of Details.
getDirection() - Method in class buri.ddmsence.ddms.summary.RelatedResource.Builder
Builder accessor for the direction attribute
getDirection() - Method in class buri.ddmsence.ddms.summary.RelatedResource
Accessor for the direction attribute (may be empty)
getDisplayOnlyTo() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the displayOnlyTo attribute
getDisplayOnlyTo() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Accessor for the displayOnlyTo attribute.
getDisseminationControls() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the disseminationControls attribute
getDisseminationControls() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Accessor for the disseminationControls attribute.
getEastBL() - Method in class buri.ddmsence.ddms.summary.BoundingBox.Builder
Builder accessor for the eastbound longitude
getEastBL() - Method in class buri.ddmsence.ddms.summary.BoundingBox
Accessor for the eastbound longitude.
getElement(File) - Method in class buri.ddmsence.util.DDMSReader
Creates a XOM element representing the root XML element in the file.
getElement(String) - Method in class buri.ddmsence.util.DDMSReader
Creates a XOM element representing the root XML element in a string representation of an XML document.
getElement(InputStream) - Method in class buri.ddmsence.util.DDMSReader
Creates a XOM element representing the root XML element in an input stream.
getElement(Reader) - Method in class buri.ddmsence.util.DDMSReader
Creates a XOM element representing the root XML element in a reader.
getEllipses() - Method in class buri.ddmsence.ddms.summary.BoundingGeometry.Builder
Builder accessor for the ellipses in this geometry.
getEmails() - Method in class buri.ddmsence.AbstractRoleEntity.Builder
Builder accessor for the emails
getEmails() - Method in class buri.ddmsence.AbstractRoleEntity
Accessor for the emails of the entity (0 to many).
getEmails() - Method in interface buri.ddmsence.ddms.IRoleEntity
Accessor for the emails of the entity (0 to many).
getEnd() - Method in class buri.ddmsence.ddms.summary.TemporalCoverage
Accessor for the XML calendar representing the end date.
getEndString() - Method in class buri.ddmsence.ddms.summary.TemporalCoverage.Builder
Builder accessor for the end date as a string.
getEndString() - Method in class buri.ddmsence.ddms.summary.TemporalCoverage
Accessor for the end date as a string.
getEntity() - Method in class buri.ddmsence.AbstractProducerRole
Accessor for the entity fulfilling this producer role
getEntity() - Method in class buri.ddmsence.AbstractTaskingRole
Accessor for the producer entity
getEntityType() - Method in class buri.ddmsence.AbstractProducerRole.Builder
Builder accessor for the entityType, which determines which of the 4 entity builders are used.
getEntityType() - Method in class buri.ddmsence.AbstractTaskingRole.Builder
Builder accessor for the entityType, which determines which of the 4 entity builders are used.
getEnumerationPatterns(DDMSVersion, String) - Static method in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Returns an unmodifiable set of controlled vocabulary regular expression patterns.
getEnumerationTokens(DDMSVersion, String) - Static method in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Returns an unmodifiable set of controlled vocabulary tokens.
getEnvelopes() - Method in class buri.ddmsence.ddms.summary.BoundingGeometry.Builder
Builder accessor for the envelopes in this geometry.
getExcludeFromRollup() - Method in class buri.ddmsence.ddms.security.Security
Accessor for the excludeFromRollup attribute.
getExtensibleAttributes() - Method in class buri.ddmsence.AbstractRoleEntity.Builder
Builder accessor for the Extensible Attributes
getExtensibleAttributes() - Method in class buri.ddmsence.AbstractRoleEntity
Accessor for the extensible attributes.
getExtensibleAttributes() - Method in interface buri.ddmsence.ddms.IRoleEntity
Accessor for any extensible attributes on the producer
getExtensibleAttributes() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the extensibleAttributes
getExtensibleAttributes() - Method in class buri.ddmsence.ddms.Resource
Accessor for the extensible attributes.
getExtensibleAttributes() - Method in class buri.ddmsence.ddms.summary.Category.Builder
Builder accessor for the Extensible Attributes
getExtensibleAttributes() - Method in class buri.ddmsence.ddms.summary.Category
Accessor for the extensible attributes.
getExtensibleAttributes() - Method in class buri.ddmsence.ddms.summary.Keyword.Builder
Builder accessor for the Extensible Attributes
getExtensibleAttributes() - Method in class buri.ddmsence.ddms.summary.Keyword
Accessor for the extensible attributes.
getExtensibleElements() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the extensibleElements
getExtensibleElements() - Method in class buri.ddmsence.ddms.Resource
Accessor for the extensible layer elements.
getExtent() - Method in class buri.ddmsence.ddms.format.Format.Builder
Builder accessor for the mediaExtent element.
getExtent() - Method in class buri.ddmsence.ddms.format.Format
Accessor for the extent
getExtentQualifier() - Method in class buri.ddmsence.ddms.format.Format
Convenience accessor for the extent qualifier.
getExtentValue() - Method in class buri.ddmsence.ddms.format.Format
Convenience accessor for the extent value.
getExternalNotice() - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes.Builder
Builder accessor for the externalNotice attribute
getExternalReference() - Method in class buri.ddmsence.ddms.security.ntk.Access.Builder
Accessor for the externalReference attribute
getExternalSchemaLocations() - Method in class buri.ddmsence.util.DDMSReader
Returns the external schema locations.
getFacilityIdentifier() - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier.Builder
Builder accessor for the facility identifier
getFacilityIdentifier() - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier
Accessor for the facility identifier.
getFGIsourceOpen() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the FGIsourceOpen attribute
getFGIsourceOpen() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Accessor for the FGIsourceOpen attribute.
getFGIsourceProtected() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the FGIsourceProtected attribute
getFGIsourceProtected() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Accessor for the FGIsourceProtected attribute.
getFirstDDMSChildValue(Element, String) - Static method in class buri.ddmsence.util.Util
Gets the child text of the first child element matching the name in the DDMS namespace.
getFormat() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the format
getFormat() - Method in class buri.ddmsence.ddms.Resource
Accessor for the Format component.
getGeneralAddressClass() - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the generalAddressClass
getGeographicIdentifier() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage.Builder
Builder accessor for the geographicIdentifier
getGeographicIdentifier() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage
Accessor for the geographicIdentifier.
getGeospatialCoverages() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the geospatialCoverages
getGeospatialCoverages() - Method in class buri.ddmsence.ddms.Resource
Accessor for the geospatialCoverage components
getGmlNamespace() - Method in class buri.ddmsence.util.DDMSVersion
Accessor for the gml namespace
getGmlPoints() - Method in class buri.ddmsence.ddms.summary.BoundingGeometry.Builder
Builder accessor for the GML points in this geometry.
getGmlPoints() - Method in class buri.ddmsence.ddms.summary.BoundingGeometry
Accessor for the GML points in this geometry.
getGmlPolygons() - Method in class buri.ddmsence.ddms.summary.BoundingGeometry.Builder
Builder accessor for the GML polygons in this geometry.
getGmlPolygons() - Method in class buri.ddmsence.ddms.summary.BoundingGeometry
Accessor for the GML polygons in this geometry.
getGmlSchema() - Method in class buri.ddmsence.util.DDMSVersion
Accessor for the gml schema location
getGroups() - Method in class buri.ddmsence.ddms.security.ntk.Access.Builder
Builder accessor for the groups
getGroups() - Method in class buri.ddmsence.ddms.security.ntk.Access
Accessor for the groups
getGroupValues() - Method in class buri.ddmsence.ddms.security.ntk.Group.Builder
Builder accessor for the values
getGroupValues() - Method in class buri.ddmsence.ddms.security.ntk.Group
Accessor for the list of group values (1-many)
getHref() - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes.Builder
Builder accessor for the href
getHref() - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes
Accessor for the href
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.AbstractAccessEntity
 
getHTMLTextOutput(OutputFormat, String) - Method in class buri.ddmsence.AbstractAttributeGroup
Outputs to HTML or Text with a prefix at the beginning of each meta tag or line.
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.AbstractBaseComponent
Renders this component as HTML or Text, with an optional prefix to nest it.
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.AbstractProducerRole
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.AbstractRoleEntity
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.AbstractTaskingRole
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.AbstractTspiAddress
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.AbstractTspiShape
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.ApproximableDate
 
getHTMLTextOutput(OutputFormat, String) - Method in class buri.ddmsence.ddms.extensible.ExtensibleAttributes
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.extensible.ExtensibleElement
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.format.Extent
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.format.Format
 
getHTMLTextOutput(OutputFormat, String, String) - Method in interface buri.ddmsence.ddms.ITspiAddress
I consider this to be an internal method, that unfortunately must be marked as public to allow cross-package access when generating output.
getHTMLTextOutput(OutputFormat, String, String) - Method in interface buri.ddmsence.ddms.ITspiShape
I consider this to be an internal method, that unfortunately must be marked as public to allow cross-package access when generating output.
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.metacard.MetacardInfo
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.resource.ApplicationSoftware
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.resource.Dates
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.resource.Details
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.Resource
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.resource.Identifier
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.resource.Language
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.resource.Organization
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.resource.Person
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.resource.ProcessingInfo
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.resource.RecordKeeper
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.resource.RecordsManagementInfo
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.resource.ResourceManagement
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.resource.RevisionRecall
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.resource.Rights
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.resource.Service
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.resource.Source
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.resource.SubOrganization
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.resource.Subtitle
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.resource.TaskID
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.resource.TaskingInfo
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.resource.Title
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.resource.Type
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.resource.Unknown
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.security.ism.Notice
 
getHTMLTextOutput(OutputFormat, String) - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.security.ism.NoticeText
 
getHTMLTextOutput(OutputFormat, String) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.security.NoticeList
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.security.ntk.Access
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.security.ntk.GroupValue
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.security.ntk.IndividualValue
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.security.ntk.ProfileList
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.security.ntk.ProfileValue
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.security.ntk.SystemName
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.security.Security
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.summary.BoundingBox
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.summary.BoundingGeometry
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.summary.Category
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.summary.CountryCode
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.summary.Description
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.summary.FacilityIdentifier
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.summary.gml.Point
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.summary.gml.Polygon
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.summary.gml.Position
 
getHTMLTextOutput(OutputFormat, String) - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.summary.Keyword
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.summary.Link
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.summary.NonStateActor
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.summary.PostalAddress
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.summary.ProductionMetric
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.summary.RelatedResource
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.summary.SubDivisionCode
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.summary.SubjectCoverage
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.summary.TemporalCoverage
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.summary.VerticalExtent
 
getHTMLTextOutput(OutputFormat, String, String) - Method in class buri.ddmsence.ddms.summary.VirtualCoverage
 
getHTMLTextOutput(OutputFormat, String) - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes
 
getID() - Method in class buri.ddmsence.AbstractNtkString.Builder
Builder accessor for the id
getID() - Method in class buri.ddmsence.AbstractNtkString
Accessor for the ID
getId() - Method in class buri.ddmsence.AbstractTspiShape
Accessor for the ID
getId() - Method in class buri.ddmsence.ddms.summary.gml.Point.Builder
Accessor for the ID
getId() - Method in class buri.ddmsence.ddms.summary.gml.Point
Accessor for the ID
getId() - Method in class buri.ddmsence.ddms.summary.gml.Polygon.Builder
Accessor for the ID
getId() - Method in class buri.ddmsence.ddms.summary.gml.Polygon
Accessor for the ID
getIdentifiers() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
Builder accessor for the taskingInfos
getIdentifiers() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo
Accessor for a list of all identifiers
getIdentifiers() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the identifiers
getIdentifiers() - Method in class buri.ddmsence.ddms.Resource
Accessor for the identifier components.
getIDReference() - Method in class buri.ddmsence.AbstractNtkString.Builder
Builder accessor for the idReference
getIDReference() - Method in class buri.ddmsence.AbstractNtkString
Accessor for the IDReference
getIndividuals() - Method in class buri.ddmsence.ddms.security.ntk.Access.Builder
Builder accessor for the individuals
getIndividuals() - Method in class buri.ddmsence.ddms.security.ntk.Access
Accessor for the individuals
getIndividualValues() - Method in class buri.ddmsence.ddms.security.ntk.Individual.Builder
Builder accessor for the values
getIndividualValues() - Method in class buri.ddmsence.ddms.security.ntk.Individual
Accessor for the list of individual values (1-many)
getInfoCutOff() - Method in class buri.ddmsence.ddms.resource.Dates.Builder
Builder accessor for the infoCutOff date.
getInfoCutOff() - Method in class buri.ddmsence.ddms.resource.Dates
Accessor for the cutoff date.
getInfoCutOffString() - Method in class buri.ddmsence.ddms.resource.Dates
Accessor for the cutoff date.
getInstantiatingClass() - Method in class buri.ddmsence.util.LazyList
Accessor for the class that will be instantiated lazily
getIntellectualProperty() - Method in class buri.ddmsence.ddms.resource.Rights.Builder
Builder accessor for the intellectualProperty attribute.
getIntellectualProperty() - Method in class buri.ddmsence.ddms.resource.Rights
Accessor for the intellectualProperty attribute.
getIntersectionAddress() - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the intersectionAddress
getInvalidMessage(String, String) - Static method in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Generates a message for an invalid value.
getIsmCveLocation() - Method in class buri.ddmsence.util.DDMSVersion
Accessor for the ISM CVE location
getIsmDESVersion() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the ISM DESVersion
getIsmDESVersion() - Method in class buri.ddmsence.ddms.Resource
Accessor for the ISM DESVersion attribute.
getIsmNamespace() - Method in class buri.ddmsence.util.DDMSVersion
Accessor for the ISM namespace
getJSONArray(List<?>) - Static method in class buri.ddmsence.util.Util
Converts a list of items into a JSON Array.
getJSONObject() - Method in class buri.ddmsence.AbstractAccessEntity
 
getJSONObject() - Method in class buri.ddmsence.AbstractAttributeGroup
Renders this component as a JSON object, which can either be converted to a JSON string or inserted into the parent JSON object.
getJSONObject() - Method in class buri.ddmsence.AbstractBaseComponent
Renders this component as a JSON object, which can either be converted to a JSON string or inserted into the parent JSON object.
getJSONObject() - Method in class buri.ddmsence.AbstractProducerRole
 
getJSONObject() - Method in class buri.ddmsence.AbstractRoleEntity
 
getJSONObject() - Method in class buri.ddmsence.AbstractTaskingRole
 
getJSONObject() - Method in class buri.ddmsence.AbstractTspiAddress
 
getJSONObject() - Method in class buri.ddmsence.AbstractTspiShape
 
getJSONObject() - Method in class buri.ddmsence.ddms.ApproximableDate
 
getJSONObject() - Method in class buri.ddmsence.ddms.extensible.ExtensibleAttributes
 
getJSONObject() - Method in class buri.ddmsence.ddms.extensible.ExtensibleElement
 
getJSONObject() - Method in class buri.ddmsence.ddms.format.Extent
 
getJSONObject() - Method in class buri.ddmsence.ddms.format.Format
 
getJSONObject() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo
 
getJSONObject() - Method in class buri.ddmsence.ddms.resource.ApplicationSoftware
 
getJSONObject() - Method in class buri.ddmsence.ddms.resource.Dates
 
getJSONObject() - Method in class buri.ddmsence.ddms.resource.Details
 
getJSONObject() - Method in class buri.ddmsence.ddms.Resource
 
getJSONObject() - Method in class buri.ddmsence.ddms.resource.Identifier
 
getJSONObject() - Method in class buri.ddmsence.ddms.resource.Language
 
getJSONObject() - Method in class buri.ddmsence.ddms.resource.Organization
 
getJSONObject() - Method in class buri.ddmsence.ddms.resource.Person
 
getJSONObject() - Method in class buri.ddmsence.ddms.resource.ProcessingInfo
 
getJSONObject() - Method in class buri.ddmsence.ddms.resource.RecordKeeper
 
getJSONObject() - Method in class buri.ddmsence.ddms.resource.RecordsManagementInfo
 
getJSONObject() - Method in class buri.ddmsence.ddms.resource.ResourceManagement
 
getJSONObject() - Method in class buri.ddmsence.ddms.resource.RevisionRecall
 
getJSONObject() - Method in class buri.ddmsence.ddms.resource.Rights
 
getJSONObject() - Method in class buri.ddmsence.ddms.resource.Service
 
getJSONObject() - Method in class buri.ddmsence.ddms.resource.Source
 
getJSONObject() - Method in class buri.ddmsence.ddms.resource.SubOrganization
 
getJSONObject() - Method in class buri.ddmsence.ddms.resource.Subtitle
 
getJSONObject() - Method in class buri.ddmsence.ddms.resource.TaskID
 
getJSONObject() - Method in class buri.ddmsence.ddms.resource.TaskingInfo
 
getJSONObject() - Method in class buri.ddmsence.ddms.resource.Title
 
getJSONObject() - Method in class buri.ddmsence.ddms.resource.Type
 
getJSONObject() - Method in class buri.ddmsence.ddms.resource.Unknown
 
getJSONObject() - Method in class buri.ddmsence.ddms.security.ism.Notice
 
getJSONObject() - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes
 
getJSONObject() - Method in class buri.ddmsence.ddms.security.ism.NoticeText
 
getJSONObject() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
 
getJSONObject() - Method in class buri.ddmsence.ddms.security.NoticeList
 
getJSONObject() - Method in class buri.ddmsence.ddms.security.ntk.Access
An extra layer is added around the individualList and groupList, to make the output consistent with the profileList.
getJSONObject() - Method in class buri.ddmsence.ddms.security.ntk.GroupValue
 
getJSONObject() - Method in class buri.ddmsence.ddms.security.ntk.IndividualValue
 
getJSONObject() - Method in class buri.ddmsence.ddms.security.ntk.ProfileList
 
getJSONObject() - Method in class buri.ddmsence.ddms.security.ntk.ProfileValue
 
getJSONObject() - Method in class buri.ddmsence.ddms.security.ntk.SystemName
 
getJSONObject() - Method in class buri.ddmsence.ddms.security.Security
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.BoundingBox
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.BoundingGeometry
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.Category
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.CountryCode
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.Description
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.FacilityIdentifier
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.gml.Point
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.gml.Polygon
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.gml.Position
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.Keyword
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.Link
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.NonStateActor
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.PostalAddress
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.ProductionMetric
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.RelatedResource
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.SubDivisionCode
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.SubjectCoverage
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.TemporalCoverage
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.VerticalExtent
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.VirtualCoverage
 
getJSONObject() - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes
 
getKeywords() - Method in class buri.ddmsence.ddms.summary.SubjectCoverage.Builder
Builder accessor for the keywords in this coverage.
getKeywords() - Method in class buri.ddmsence.ddms.summary.SubjectCoverage
Accessor for the keywords (0 to many).
getLabel() - Method in class buri.ddmsence.ddms.summary.Category.Builder
Builder accessor for the label attribute
getLabel() - Method in class buri.ddmsence.ddms.summary.Category
Accessor for the label attribute.
getLabel() - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes.Builder
Builder accessor for the label
getLabel() - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes
Accessor for the label
getLandmarkAddress() - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the landmarkAddress
getLanguages() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the languages
getLanguages() - Method in class buri.ddmsence.ddms.Resource
Accessor for the language components
getLinks() - Method in class buri.ddmsence.ddms.resource.RevisionRecall.Builder
Builder accessor for the links
getLinks() - Method in class buri.ddmsence.ddms.resource.RevisionRecall
Accessor for the list of Links.
getLinks() - Method in class buri.ddmsence.ddms.summary.RelatedResource.Builder
Builder accessor for the links
getLinks() - Method in class buri.ddmsence.ddms.summary.RelatedResource
Accessor for the links (1 to many).
getListProperty(String) - Static method in class buri.ddmsence.util.PropertyReader
Locates a list property and returns it as a List
getLocalSchemaLocation(String) - Method in class buri.ddmsence.util.DDMSReader
Returns the full path to a local schema copy, based on the relative location from the properties file.
getLocator() - Method in exception buri.ddmsence.ddms.InvalidDDMSException
Accessor for the locator
getLocator() - Method in class buri.ddmsence.ddms.ValidationMessage
Accessor for the locator
getLocatorSuffix() - Method in class buri.ddmsence.AbstractBaseComponent
Can be overridden to change the locator string used in warnings and errors.
getLocatorSuffix() - Method in class buri.ddmsence.ddms.format.Format
 
getLocatorSuffix() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage
 
getLocatorSuffix() - Method in class buri.ddmsence.ddms.summary.gml.Polygon
 
getLocatorSuffix() - Method in class buri.ddmsence.ddms.summary.SubjectCoverage
 
getLocatorSuffix() - Method in class buri.ddmsence.ddms.summary.TemporalCoverage
 
getMaxVerticalExtent() - Method in class buri.ddmsence.ddms.summary.VerticalExtent.Builder
Builder accessor for the maximum extent
getMaxVerticalExtent() - Method in class buri.ddmsence.ddms.summary.VerticalExtent
Accessor for the maximum extent
getMedium() - Method in class buri.ddmsence.ddms.format.Format.Builder
Builder accessor for the medium element child text.
getMedium() - Method in class buri.ddmsence.ddms.format.Format
Accessor for the medium element child text
getMetacardInfo() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the metacardInfo
getMetacardInfo() - Method in class buri.ddmsence.ddms.Resource
Accessor for the MetacardInfo component
getMimeType() - Method in class buri.ddmsence.ddms.format.Format.Builder
Builder accessor for the mimeType element child text.
getMimeType() - Method in class buri.ddmsence.ddms.format.Format
Accessor for the mimeType element child text.
getMinVerticalExtent() - Method in class buri.ddmsence.ddms.summary.VerticalExtent.Builder
Builder accessor for the minimum extent
getMinVerticalExtent() - Method in class buri.ddmsence.ddms.summary.VerticalExtent
Accessor for the minimum extent
getName() - Method in class buri.ddmsence.AbstractAttributeGroup
Returns a name that describes this attribute group.
getName() - Method in class buri.ddmsence.AbstractBaseComponent
Will return an empty string if the element is not set, but this cannot occur after instantiation.
getName() - Method in class buri.ddmsence.ddms.ApproximableDate.Builder
Builder accessor for the name of the element
getName() - Method in class buri.ddmsence.ddms.extensible.ExtensibleAttributes.AttributeBuilder
Builder accessor for the name
getName() - Method in class buri.ddmsence.ddms.extensible.ExtensibleAttributes
 
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.format.Extent
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.format.Format
Accessor for the element name of this component, based on the version of DDMS used
getName() - Method in interface buri.ddmsence.ddms.IDDMSComponent
Accessor for the name of the component
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.metacard.MetacardInfo
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.Addressee
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.ApplicationSoftware
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.Contributor
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.Creator
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.Dates
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.Details
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.Resource
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.Identifier
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.Language
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.Organization
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.Person
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.PointOfContact
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.ProcessingInfo
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.Publisher
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.RecordKeeper
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.RecordsManagementInfo
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.RequesterInfo
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.ResourceManagement
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.RevisionRecall
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.Rights
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.Service
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.Source
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.SubOrganization
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.Subtitle
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.TaskID
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.TaskingInfo
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.Title
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.Type
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.resource.Unknown
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.security.ism.Notice
Accessor for the element name of this component, based on the version of DDMS used
getName() - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes
 
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.security.ism.NoticeText
Accessor for the element name of this component, based on the version of DDMS used
getName() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
 
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.security.NoticeList
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.security.ntk.Access
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.security.ntk.Group
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.security.ntk.GroupValue
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.security.ntk.Individual
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.security.ntk.IndividualValue
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.security.ntk.Profile
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.security.ntk.ProfileList
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.security.ntk.ProfileValue
Builder for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.security.ntk.SystemName
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.security.Security
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.BoundingBox
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.BoundingGeometry
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.Category
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.CountryCode
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.Description
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.FacilityIdentifier
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.GeographicIdentifier
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.GeospatialCoverage
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.gml.Point
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.gml.Polygon
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.gml.Position
Accessor for the element name of this component, based on the version of DDMS used
getName() - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes
 
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.Keyword
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.Link
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.NonStateActor
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.PostalAddress
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.ProductionMetric
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.RelatedResource
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.SubDivisionCode
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.SubjectCoverage
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.TemporalCoverage
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.tspi.Circle
Builder for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.tspi.Ellipse
Builder for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.tspi.Envelope
Builder for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.tspi.GeneralAddressClass
Builder for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.tspi.IntersectionAddress
Builder for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.tspi.LandmarkAddress
Builder for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.tspi.NumberedThoroughfareAddress
Builder for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.tspi.Point
Builder for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.tspi.Polygon
Builder for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.tspi.TwoNumberAddressRange
Builder for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.tspi.UnnumberedThoroughfareAddress
Builder for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.tspi.USPSGeneralDeliveryOffice
Builder for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.tspi.USPSPostalDeliveryBox
Builder for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.tspi.USPSPostalDeliveryRoute
Builder for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.VerticalExtent
Accessor for the element name of this component, based on the version of DDMS used
getName(DDMSVersion) - Static method in class buri.ddmsence.ddms.summary.VirtualCoverage
Accessor for the element name of this component, based on the version of DDMS used
getName() - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes
 
getNames() - Method in class buri.ddmsence.AbstractRoleEntity.Builder
Builder accessor for the names
getNames() - Method in class buri.ddmsence.AbstractRoleEntity
Accessor for the names of the entity (1 to many).
getNames() - Method in interface buri.ddmsence.ddms.IRoleEntity
Accessor for the names of the entity (1 to many).
getNames() - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier.Builder
Builder accessor for the names
getNames() - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier
Accessor for the names
getNamespace() - Method in class buri.ddmsence.AbstractAttributeGroup
Accessor for the XML namespace of these attributes
getNamespace() - Method in class buri.ddmsence.AbstractBaseComponent
Will return an empty string if the element is not set, but this cannot occur after instantiation.
getNamespace() - Method in interface buri.ddmsence.ddms.IDDMSComponent
Accessor for the XML namespace of the component
getNamespace() - Method in class buri.ddmsence.util.DDMSVersion
Accessor for the DDMS namespace
getNestedComponents() - Method in class buri.ddmsence.AbstractAccessEntity
 
getNestedComponents() - Method in class buri.ddmsence.AbstractBaseComponent
Accessor for a collection of nested components.
getNestedComponents() - Method in class buri.ddmsence.AbstractProducerRole
 
getNestedComponents() - Method in class buri.ddmsence.AbstractTaskingRole
 
getNestedComponents() - Method in class buri.ddmsence.ddms.format.Format
 
getNestedComponents() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo
 
getNestedComponents() - Method in class buri.ddmsence.ddms.resource.Dates
 
getNestedComponents() - Method in class buri.ddmsence.ddms.Resource
 
getNestedComponents() - Method in class buri.ddmsence.ddms.resource.Organization
 
getNestedComponents() - Method in class buri.ddmsence.ddms.resource.RecordKeeper
 
getNestedComponents() - Method in class buri.ddmsence.ddms.resource.RecordsManagementInfo
 
getNestedComponents() - Method in class buri.ddmsence.ddms.resource.ResourceManagement
 
getNestedComponents() - Method in class buri.ddmsence.ddms.resource.RevisionRecall
 
getNestedComponents() - Method in class buri.ddmsence.ddms.resource.TaskingInfo
 
getNestedComponents() - Method in class buri.ddmsence.ddms.security.ism.Notice
 
getNestedComponents() - Method in class buri.ddmsence.ddms.security.NoticeList
 
getNestedComponents() - Method in class buri.ddmsence.ddms.security.ntk.Access
 
getNestedComponents() - Method in class buri.ddmsence.ddms.security.ntk.Group
 
getNestedComponents() - Method in class buri.ddmsence.ddms.security.ntk.Individual
 
getNestedComponents() - Method in class buri.ddmsence.ddms.security.ntk.Profile
 
getNestedComponents() - Method in class buri.ddmsence.ddms.security.ntk.ProfileList
 
getNestedComponents() - Method in class buri.ddmsence.ddms.security.Security
 
getNestedComponents() - Method in class buri.ddmsence.ddms.summary.BoundingGeometry
 
getNestedComponents() - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier
 
getNestedComponents() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage
 
getNestedComponents() - Method in class buri.ddmsence.ddms.summary.gml.Point
 
getNestedComponents() - Method in class buri.ddmsence.ddms.summary.gml.Polygon
 
getNestedComponents() - Method in class buri.ddmsence.ddms.summary.PostalAddress
 
getNestedComponents() - Method in class buri.ddmsence.ddms.summary.RelatedResource
 
getNestedComponents() - Method in class buri.ddmsence.ddms.summary.SubjectCoverage
 
getNestedComponents() - Method in class buri.ddmsence.ddms.summary.TemporalCoverage
 
getNetwork() - Method in class buri.ddmsence.ddms.resource.RevisionRecall.Builder
Builder accessor for the network
getNetwork() - Method in class buri.ddmsence.ddms.resource.RevisionRecall
Accessor for the network attribute.
getNetwork() - Method in class buri.ddmsence.ddms.resource.TaskID.Builder
Builder accessor for the network
getNetwork() - Method in class buri.ddmsence.ddms.resource.TaskID
Accessor for the network attribute.
getNetwork() - Method in class buri.ddmsence.ddms.summary.VirtualCoverage.Builder
Builder accessor for the network attribute
getNetwork() - Method in class buri.ddmsence.ddms.summary.VirtualCoverage
Accessor for the network attribute
getNonICmarkings() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the nonICmarkings attribute
getNonICmarkings() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Accessor for the nonICmarkings attribute.
getNonNullInstance(ExtensibleAttributes) - Static method in class buri.ddmsence.ddms.extensible.ExtensibleAttributes
Returns a non-null instance of extensible attributes.
getNonNullInstance(NoticeAttributes) - Static method in class buri.ddmsence.ddms.security.ism.NoticeAttributes
Returns a non-null instance of notice attributes.
getNonNullInstance(SecurityAttributes) - Static method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Returns a non-null instance of security attributes.
getNonNullInstance(SRSAttributes) - Static method in class buri.ddmsence.ddms.summary.gml.SRSAttributes
Returns a non-null instance of SRS attributes.
getNonNullInstance(XLinkAttributes) - Static method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes
Returns a non-null instance of XLink attributes.
getNonNullString(String) - Static method in class buri.ddmsence.util.Util
Returns an empty string in place of a null one.
getNonStateActors() - Method in class buri.ddmsence.ddms.summary.SubjectCoverage.Builder
Builder accessor for the non-state actors in this coverage.
getNonStateActors() - Method in class buri.ddmsence.ddms.summary.SubjectCoverage
Accessor for the non-state actors (0 to many).
getNonUSControls() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the nonUSControls attribute
getNonUSControls() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Accessor for the nonUSControls attribute.
getNorthBL() - Method in class buri.ddmsence.ddms.summary.BoundingBox.Builder
Builder accessor for the northbound latitude
getNorthBL() - Method in class buri.ddmsence.ddms.summary.BoundingBox
Accessor for the northbound latitude.
getNoticeAttributes() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the noticeAttributes
getNoticeAttributes() - Method in class buri.ddmsence.ddms.Resource
Accessor for the Notice Attributes.
getNoticeAttributes() - Method in class buri.ddmsence.ddms.security.ism.Notice.Builder
Builder accessor for the noticeAttributes
getNoticeAttributes() - Method in class buri.ddmsence.ddms.security.ism.Notice
Accessor for the Notice Attributes.
getNoticeDate() - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes.Builder
Builder accessor for the noticeDate attribute
getNoticeDate() - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes
Accessor for the noticeDate attribute.
getNoticeList() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
Builder accessor for the noticeList
getNoticeList() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo
Accessor for the noticeList
getNoticeList() - Method in class buri.ddmsence.ddms.security.Security.Builder
Builder accessor for the noticeList
getNoticeList() - Method in class buri.ddmsence.ddms.security.Security
Accessor for the NoticeList.
getNoticeReason() - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes.Builder
Builder accessor for the noticeReason attribute
getNoticeReason() - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes
Accessor for the noticeReason attribute.
getNotices() - Method in class buri.ddmsence.ddms.security.NoticeList.Builder
Builder accessor for the notices
getNotices() - Method in class buri.ddmsence.ddms.security.NoticeList
Accessor for the list of Notices.
getNoticeTexts() - Method in class buri.ddmsence.ddms.security.ism.Notice.Builder
Builder accessor for the noticeTexts
getNoticeTexts() - Method in class buri.ddmsence.ddms.security.ism.Notice
Accessor for the list of NoticeTexts.
getNoticeType() - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes.Builder
Builder accessor for the noticeType attribute
getNoticeType() - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes
Accessor for the noticeType attribute.
getNtkDESVersion() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the NTK DESVersion
getNtkDESVersion() - Method in class buri.ddmsence.ddms.Resource
Accessor for the NTK DESVersion attribute.
getNtkNamespace() - Method in class buri.ddmsence.util.DDMSVersion
Accessor for the NTK namespace
getNtkSchema() - Method in class buri.ddmsence.util.DDMSVersion
Accessor for the NTK schema location
getNumberedThoroughfareAddress() - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the numberedThoroughfareAddress
getOrder() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage.Builder
Builder accessor for the order
getOrder() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage
Accessor for the order attribute.
getOrder() - Method in class buri.ddmsence.ddms.summary.NonStateActor.Builder
Builder accessor for the order
getOrder() - Method in class buri.ddmsence.ddms.summary.NonStateActor
Accessor for the order attribute.
getOrganization() - Method in class buri.ddmsence.AbstractProducerRole.Builder
Builder accessor for the organization builder
getOrganization() - Method in class buri.ddmsence.AbstractTaskingRole.Builder
Builder accessor for the organization builder
getOrganization() - Method in class buri.ddmsence.ddms.resource.RecordKeeper.Builder
Builder accessor for the organization builder
getOrganization() - Method in class buri.ddmsence.ddms.resource.RecordKeeper
Accessor for the organization
getOsuffix() - Method in class buri.ddmsence.ddms.summary.FacilityIdentifier.Builder
Builder accessor for the osuffix attribute.
getOsuffix() - Method in class buri.ddmsence.ddms.summary.FacilityIdentifier
Accessor for the osuffix attribute.
getOtherNetwork() - Method in class buri.ddmsence.ddms.resource.RevisionRecall.Builder
Builder accessor for the otherNetwork
getOtherNetwork() - Method in class buri.ddmsence.ddms.resource.RevisionRecall
Accessor for the otherNetwork attribute.
getOtherNetwork() - Method in class buri.ddmsence.ddms.resource.TaskID.Builder
Builder accessor for the otherNetwork
getOtherNetwork() - Method in class buri.ddmsence.ddms.resource.TaskID
Accessor for the otherNetwork attribute.
getOutputName() - Method in class buri.ddmsence.AbstractAccessEntity
Allows inheriting classes to provide a name for HTML/Text/JSON output.
getOutputName() - Method in class buri.ddmsence.ddms.security.ntk.Group
 
getOutputName() - Method in class buri.ddmsence.ddms.security.ntk.Individual
 
getOutputName() - Method in class buri.ddmsence.ddms.security.ntk.Profile
 
getOutputValues() - Method in class buri.ddmsence.AbstractAccessEntity
Allows inheriting classes to provide the access values for HTML/Text/JSON output.
getOutputValues() - Method in class buri.ddmsence.ddms.security.ntk.Group
 
getOutputValues() - Method in class buri.ddmsence.ddms.security.ntk.Individual
 
getOutputValues() - Method in class buri.ddmsence.ddms.security.ntk.Profile
 
getOwnerProducers() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the ownerProducers attribute
getOwnerProducers() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Accessor for the ownerProducers attribute.
getPerson() - Method in class buri.ddmsence.AbstractProducerRole.Builder
Builder accessor for the person builder
getPerson() - Method in class buri.ddmsence.AbstractTaskingRole.Builder
Builder accessor for the person builder
getPhones() - Method in class buri.ddmsence.AbstractRoleEntity.Builder
Builder accessor for the phones
getPhones() - Method in class buri.ddmsence.AbstractRoleEntity
Accessor for the phone numbers of the entity (0 to many).
getPhones() - Method in interface buri.ddmsence.ddms.IRoleEntity
Accessor for the phone numbers of the entity (0 to many).
getPocTypes() - Method in class buri.ddmsence.AbstractProducerRole.Builder
Builder accessor for the pocTypes
getPocTypes() - Method in class buri.ddmsence.AbstractProducerRole
Accessor for the pocType attribute.
getPocTypes() - Method in class buri.ddmsence.ddms.security.ism.NoticeText.Builder
Builder accessor for the pocTypes
getPocTypes() - Method in class buri.ddmsence.ddms.security.ism.NoticeText
Accessor for the pocType attribute.
getPointOfContacts() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
Builder accessor for points of contact
getPointOfContacts() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo
Accessor for a list of all PointOfContact entities
getPointOfContacts() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for points of contact
getPointOfContacts() - Method in class buri.ddmsence.ddms.Resource
Accessor for a list of all PointOfContact entities
getPoints() - Method in class buri.ddmsence.ddms.summary.BoundingGeometry.Builder
Builder accessor for the points in this geometry.
getPolygons() - Method in class buri.ddmsence.ddms.summary.BoundingGeometry.Builder
Builder accessor for the polygons in this geometry.
getPosition() - Method in class buri.ddmsence.ddms.summary.gml.Point.Builder
Builder accessor for the position
getPosition() - Method in class buri.ddmsence.ddms.summary.gml.Point
Accessor for the coordinates of the position.
getPositions() - Method in class buri.ddmsence.ddms.summary.gml.Polygon.Builder
Builder accessor for the coordinates
getPositions() - Method in class buri.ddmsence.ddms.summary.gml.Polygon
Accessor for the coordinates.
getPostalAddress() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage.Builder
Builder accessor for the postalAddress
getPostalAddress() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage
Accessor for the postalAddress.
getPostalCode() - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the postalCode
getPostalCode() - Method in class buri.ddmsence.ddms.summary.PostalAddress
Accessor for the postalCode
getPosted() - Method in class buri.ddmsence.ddms.resource.Dates.Builder
Builder accessor for the posted date.
getPosted() - Method in class buri.ddmsence.ddms.resource.Dates
Accessor for the posted date.
getPostedString() - Method in class buri.ddmsence.ddms.resource.Dates
Accessor for the posted date.
getPrecedence() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage.Builder
Builder accessor for the precedence
getPrecedence() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage
Accessor for the precedence attribute.
getPrefix() - Method in class buri.ddmsence.AbstractBaseComponent
Will return an empty string if the element is not set, but this cannot occur after instantiation.
getPrefix() - Method in interface buri.ddmsence.ddms.IDDMSComponent
Accessor for the prefix of the component, without a trailing colon
getPrefix(String) - Static method in class buri.ddmsence.util.PropertyReader
Convenience method to look up an XML prefix
getPrivacyAct() - Method in class buri.ddmsence.ddms.resource.Rights.Builder
Builder accessor for the privacyAct attribute.
getPrivacyAct() - Method in class buri.ddmsence.ddms.resource.Rights
Accessor for the privacyAct attribute.
getProcessingInfos() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
Builder accessor for the processingInfos
getProcessingInfos() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo
Accessor for the processing information
getProcessingInfos() - Method in class buri.ddmsence.ddms.resource.ResourceManagement.Builder
Builder accessor for the processingInfos
getProcessingInfos() - Method in class buri.ddmsence.ddms.resource.ResourceManagement
Accessor for the processing information
getProducers() - Method in class buri.ddmsence.ddms.Resource.Builder
Convenience accessor for all of the producers.
getProductionMetrics() - Method in class buri.ddmsence.ddms.summary.SubjectCoverage.Builder
Builder accessor for the production metrics in this coverage.
getProductionMetrics() - Method in class buri.ddmsence.ddms.summary.SubjectCoverage
Accessor for the production metrics (0 to many).
getProfileList() - Method in class buri.ddmsence.ddms.security.ntk.Access.Builder
Builder accessor for the profileList
getProfileList() - Method in class buri.ddmsence.ddms.security.ntk.Access
Accessor for the profileList
getProfiles() - Method in class buri.ddmsence.ddms.security.ntk.ProfileList.Builder
Builder accessor for the values
getProfiles() - Method in class buri.ddmsence.ddms.security.ntk.ProfileList
Accessor for the list of profile values (1-many)
getProfileValues() - Method in class buri.ddmsence.ddms.security.ntk.Profile.Builder
Builder accessor for the values
getProfileValues() - Method in class buri.ddmsence.ddms.security.ntk.Profile
Accessor for the list of profile values (1-many)
getProperty(String) - Static method in class buri.ddmsence.util.PropertyReader
Locates a property and returns it.
getProtocol() - Method in class buri.ddmsence.ddms.summary.VirtualCoverage.Builder
Builder accessor for the protocol attribute
getProtocol() - Method in class buri.ddmsence.ddms.summary.VirtualCoverage
Accessor for the protocol attribute (optional, should be used if address is supplied)
getProvince() - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the province
getProvince() - Method in class buri.ddmsence.ddms.summary.PostalAddress
Accessor for the province
getPublishers() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
Builder accessor for publishers
getPublishers() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo
Accessor for a list of all Publisher entities
getPublishers() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for publishers
getPublishers() - Method in class buri.ddmsence.ddms.Resource
Accessor for a list of all Publisher entities
getQualifiedName() - Method in class buri.ddmsence.AbstractBaseComponent
Will return an empty string if the element is not set, but this cannot occur after instantiation.
getQualifiedName() - Method in interface buri.ddmsence.ddms.IDDMSComponent
Accessor for the name of the component, including the prefix
getQualifier() - Method in class buri.ddmsence.AbstractNtkString.Builder
Builder accessor for the qualifier
getQualifier() - Method in class buri.ddmsence.AbstractNtkString
Accessor for the qualifier
getQualifier() - Method in class buri.ddmsence.AbstractQualifierValue.Builder
Builder accessor for the qualifier attribute.
getQualifier() - Method in class buri.ddmsence.AbstractQualifierValue
Accessor for the value of the qualifier attribute (referred to in some DDMS 5.0 components as a "codespace")
getQualifier() - Method in class buri.ddmsence.ddms.summary.Category.Builder
Builder accessor for the qualifier attribute
getQualifier() - Method in class buri.ddmsence.ddms.summary.Category
Accessor for the qualifier attribute.
getQualifier() - Method in class buri.ddmsence.ddms.summary.NonStateActor.Builder
Builder accessor for the qualifier attribute
getQualifier() - Method in class buri.ddmsence.ddms.summary.NonStateActor
Accessor for the qualifier attribute.
getQualifier() - Method in class buri.ddmsence.ddms.summary.RelatedResource
Accessor for the value of the qualifier attribute
getQualifierName() - Method in class buri.ddmsence.AbstractQualifierValue
Accessor for the name of the qualifier attribute
getReceivedOn() - Method in class buri.ddmsence.ddms.resource.Dates.Builder
Builder accessor for the receivedOn
getReceivedOn() - Method in class buri.ddmsence.ddms.resource.Dates
Accessor for the received on date.
getReceivedOnString() - Method in class buri.ddmsence.ddms.resource.Dates
Accessor for the received on date.
getRecordKeeper() - Method in class buri.ddmsence.ddms.resource.RecordsManagementInfo.Builder
Builder accessor for the recordKeeper
getRecordKeeper() - Method in class buri.ddmsence.ddms.resource.RecordsManagementInfo
Accessor for the recordKeeper
getRecordKeeperID() - Method in class buri.ddmsence.ddms.resource.RecordKeeper.Builder
Builder accessor for the recordKeeperID
getRecordKeeperID() - Method in class buri.ddmsence.ddms.resource.RecordKeeper
Accessor for the recordKeeperID
getRecordsManagementInfo() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
Builder accessor for the recordsManagementInfo
getRecordsManagementInfo() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo
Accessor for the recordsManagementInfo
getRecordsManagementInfo() - Method in class buri.ddmsence.ddms.resource.ResourceManagement.Builder
Builder accessor for the recordsManagementInfo
getRecordsManagementInfo() - Method in class buri.ddmsence.ddms.resource.ResourceManagement
Accessor for the recordsManagementInfo
getRegions() - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier.Builder
Builder accessor for the regions
getRegions() - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier
Accessor for the regions
getRelatedResources() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the relatedResources
getRelatedResources() - Method in class buri.ddmsence.ddms.Resource
Accessor for the RelatedResource components
getRelationship() - Method in class buri.ddmsence.ddms.summary.RelatedResource.Builder
Builder accessor for the relationship attribute
getRelationship() - Method in class buri.ddmsence.ddms.summary.RelatedResource
Accessor for the relationship attribute
getReleasableTo() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the releasableTo attribute
getReleasableTo() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Accessor for the releasableTo attribute.
getRequesterInfos() - Method in class buri.ddmsence.ddms.resource.TaskingInfo.Builder
Builder accessor for the requesterInfos
getRequesterInfos() - Method in class buri.ddmsence.ddms.resource.TaskingInfo
Accessor for the requesterInfos
getResourceElement() - Method in class buri.ddmsence.ddms.Resource.Builder
Accessor for the resourceElement attribute
getResourceManagement() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the resourceManagement
getResourceManagement() - Method in class buri.ddmsence.ddms.Resource
Accessor for the ResourceManagement component.
getRevisionID() - Method in class buri.ddmsence.ddms.resource.RevisionRecall.Builder
Builder accessor for the revisionID
getRevisionID() - Method in class buri.ddmsence.ddms.resource.RevisionRecall
Accessor for the revisionID attribute.
getRevisionRecall() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
Builder accessor for the revisionRecall
getRevisionRecall() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo
Accessor for the revisionRecall
getRevisionRecall() - Method in class buri.ddmsence.ddms.resource.ResourceManagement.Builder
Builder accessor for the revisionRecall
getRevisionRecall() - Method in class buri.ddmsence.ddms.resource.ResourceManagement
Accessor for the revisionRecall
getRevisionType() - Method in class buri.ddmsence.ddms.resource.RevisionRecall.Builder
Builder accessor for the revisionType
getRevisionType() - Method in class buri.ddmsence.ddms.resource.RevisionRecall
Accessor for the revisionType attribute.
getRights() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the rights
getRights() - Method in class buri.ddmsence.ddms.Resource
Accessor for the rights component.
getRole() - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes.Builder
Builder accessor for the role
getRole() - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes
Accessor for the role
getSARIdentifier() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the SARIdentifier attribute
getSARIdentifier() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Accessor for the SARIdentifier attribute.
getSchema() - Method in class buri.ddmsence.util.DDMSVersion
Accessor for the DDMS schema location
getSchemaHref() - Method in class buri.ddmsence.ddms.resource.Source.Builder
Builder accessor for the schema href
getSchemaHref() - Method in class buri.ddmsence.ddms.resource.Source
Accessor for the value of the schema href
getSchemaQualifier() - Method in class buri.ddmsence.ddms.resource.Source.Builder
Builder accessor for the schema qualifier
getSchemaQualifier() - Method in class buri.ddmsence.ddms.resource.Source
Accessor for the value of the schema qualifier
getSchematronQueryBinding(Document) - Static method in class buri.ddmsence.util.Util
Locates the queryBinding attribute in an ISO Schematron file and returns it.
getSCIcontrols() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the SCIcontrols attribute
getSCIcontrols() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Accessor for the SCIcontrols attribute.
getSearchableEnd() - Method in class buri.ddmsence.ddms.ApproximableDate.Builder
Builder accessor for the searchableEnd
getSearchableEndString() - Method in class buri.ddmsence.ddms.ApproximableDate
Accessor for the searchableEnd date
getSearchableStart() - Method in class buri.ddmsence.ddms.ApproximableDate.Builder
Builder accessor for the searchableStart
getSearchableStartString() - Method in class buri.ddmsence.ddms.ApproximableDate
Accessor for the searchableStart date
getSecurity() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the security
getSecurity() - Method in class buri.ddmsence.ddms.Resource
Accessor for the security component.
getSecurityAttributes() - Method in class buri.ddmsence.AbstractAccessEntity.Builder
Builder accessor for the securityAttributes
getSecurityAttributes() - Method in class buri.ddmsence.AbstractAccessEntity
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.AbstractBaseComponent
The base implementation of a DDMS component assumes that there are no security attributes.
getSecurityAttributes() - Method in class buri.ddmsence.AbstractNtkString.Builder
Builder accessor for the Security Attributes
getSecurityAttributes() - Method in class buri.ddmsence.AbstractNtkString
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.AbstractProducerRole.Builder
Builder accessor for the Security Attributes
getSecurityAttributes() - Method in class buri.ddmsence.AbstractProducerRole
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.AbstractSimpleString.Builder
Builder accessor for the Security Attributes
getSecurityAttributes() - Method in class buri.ddmsence.AbstractSimpleString
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.AbstractTaskingRole.Builder
Builder accessor for the Security Attributes
getSecurityAttributes() - Method in class buri.ddmsence.AbstractTaskingRole
Accessor for the Security Attributes.
getSecurityAttributes() - Method in interface buri.ddmsence.ddms.IDDMSComponent
Returns any security attributes attached to this component.
getSecurityAttributes() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
Builder accessor for the Security Attributes
getSecurityAttributes() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the securityAttributes
getSecurityAttributes() - Method in class buri.ddmsence.ddms.Resource
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.ddms.resource.ResourceManagement.Builder
Builder accessor for the Security Attributes
getSecurityAttributes() - Method in class buri.ddmsence.ddms.resource.ResourceManagement
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.ddms.resource.RevisionRecall.Builder
Builder accessor for the Security Attributes
getSecurityAttributes() - Method in class buri.ddmsence.ddms.resource.RevisionRecall
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.ddms.resource.Source.Builder
Builder accessor for the Security Attributes
getSecurityAttributes() - Method in class buri.ddmsence.ddms.resource.Source
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.ddms.resource.TaskingInfo.Builder
Builder accessor for the Security Attributes
getSecurityAttributes() - Method in class buri.ddmsence.ddms.resource.TaskingInfo
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.ddms.resource.Type.Builder
Builder accessor for the Security Attributes
getSecurityAttributes() - Method in class buri.ddmsence.ddms.resource.Type
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.ddms.security.ism.Notice.Builder
Builder accessor for the securityAttributes
getSecurityAttributes() - Method in class buri.ddmsence.ddms.security.ism.Notice
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.ddms.security.NoticeList.Builder
Builder accessor for the securityAttributes
getSecurityAttributes() - Method in class buri.ddmsence.ddms.security.NoticeList
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.ddms.security.ntk.Access.Builder
Builder accessor for the securityAttributes
getSecurityAttributes() - Method in class buri.ddmsence.ddms.security.ntk.Access
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.ddms.security.ntk.ProfileList.Builder
Builder accessor for the securityAttributes
getSecurityAttributes() - Method in class buri.ddmsence.ddms.security.ntk.ProfileList
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.ddms.security.Security.Builder
Builder accessor for the Security Attributes
getSecurityAttributes() - Method in class buri.ddmsence.ddms.security.Security
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.ddms.summary.Category.Builder
Builder accessor for the Security Attributes
getSecurityAttributes() - Method in class buri.ddmsence.ddms.summary.Category
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage.Builder
Builder accessor for the Security Attributes
getSecurityAttributes() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.ddms.summary.Keyword.Builder
Builder accessor for the Security Attributes
getSecurityAttributes() - Method in class buri.ddmsence.ddms.summary.Keyword
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.ddms.summary.Link.Builder
Builder accessor for the Security Attributes
getSecurityAttributes() - Method in class buri.ddmsence.ddms.summary.Link
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.ddms.summary.ProductionMetric.Builder
Builder accessor for the Security Attributes
getSecurityAttributes() - Method in class buri.ddmsence.ddms.summary.ProductionMetric
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.ddms.summary.RelatedResource.Builder
Builder accessor for the Security Attributes
getSecurityAttributes() - Method in class buri.ddmsence.ddms.summary.RelatedResource
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.ddms.summary.SubjectCoverage.Builder
Builder accessor for the Security Attributes
getSecurityAttributes() - Method in class buri.ddmsence.ddms.summary.SubjectCoverage
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.ddms.summary.TemporalCoverage.Builder
Builder accessor for the Security Attributes
getSecurityAttributes() - Method in class buri.ddmsence.ddms.summary.TemporalCoverage
Accessor for the Security Attributes.
getSecurityAttributes() - Method in class buri.ddmsence.ddms.summary.VirtualCoverage.Builder
Builder accessor for the Security Attributes
getSecurityAttributes() - Method in class buri.ddmsence.ddms.summary.VirtualCoverage
Accessor for the Security Attributes.
getService() - Method in class buri.ddmsence.AbstractProducerRole.Builder
Builder accessor for the service builder
getShow() - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes.Builder
Builder accessor for the show
getShow() - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes
Accessor for the show
getSources() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the sources
getSources() - Method in class buri.ddmsence.ddms.Resource
Accessor for the source components
getSouthBL() - Method in class buri.ddmsence.ddms.summary.BoundingBox.Builder
Builder accessor for the southbound latitude
getSouthBL() - Method in class buri.ddmsence.ddms.summary.BoundingBox
Accessor for the southbound latitude.
getSRSAttributes() - Method in class buri.ddmsence.AbstractTspiShape
Accessor for the SRS Attributes.
getSrsAttributes() - Method in class buri.ddmsence.ddms.summary.gml.Point.Builder
Builder accessor for the SRS Attributes
getSRSAttributes() - Method in class buri.ddmsence.ddms.summary.gml.Point
Accessor for the SRS Attributes.
getSrsAttributes() - Method in class buri.ddmsence.ddms.summary.gml.Polygon.Builder
Builder accessor for the SRS Attributes
getSRSAttributes() - Method in class buri.ddmsence.ddms.summary.gml.Polygon
Accessor for the SRS Attributes.
getSrsAttributes() - Method in class buri.ddmsence.ddms.summary.gml.Position.Builder
Builder accessor for the SRS Attributes
getSRSAttributes() - Method in class buri.ddmsence.ddms.summary.gml.Position
Accessor for the SRS Attributes.
getSrsDimension() - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes.Builder
Builder accessor for the srsDimension
getSrsDimension() - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes
Accessor for the srsDimension.
getSrsName() - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes.Builder
Builder accessor for the srsName
getSrsName() - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes
Accessor for the srsName.
getStart() - Method in class buri.ddmsence.ddms.summary.TemporalCoverage
Accessor for the XML calendar representing the start date.
getStartString() - Method in class buri.ddmsence.ddms.summary.TemporalCoverage.Builder
Builder accessor for the start date as a string.
getStartString() - Method in class buri.ddmsence.ddms.summary.TemporalCoverage
Accessor for the start date as a string.
getState() - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the state
getState() - Method in class buri.ddmsence.ddms.summary.PostalAddress
Accessor for the state
getStreets() - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the streets
getStreets() - Method in class buri.ddmsence.ddms.summary.PostalAddress
Accessor for the street addresses (max 6)
getSubDivisionCode() - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier.Builder
Builder accessor for the subdivision code
getSubDivisionCode() - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier
Accessor for the subdivision code.
getSubject() - Method in class buri.ddmsence.ddms.summary.ProductionMetric.Builder
Builder accessor for the subject attribute
getSubject() - Method in class buri.ddmsence.ddms.summary.ProductionMetric
Accessor for the subject attribute.
getSubjectCoverages() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the subjectCoverages
getSubjectCoverages() - Method in class buri.ddmsence.ddms.Resource
Accessor for the subjectCoverage component
getSubOrganizations() - Method in class buri.ddmsence.ddms.resource.Organization.Builder
Builder accessor for suborganizations
getSubOrganizations() - Method in class buri.ddmsence.ddms.resource.Organization
Accessor for the suborganizations
getSubtitles() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the subtitles
getSubtitles() - Method in class buri.ddmsence.ddms.Resource
Accessor for the subtitle components
getSupportedVersions() - Static method in class buri.ddmsence.util.DDMSVersion
Returns a list of supported DDMS versions
getSurname() - Method in class buri.ddmsence.ddms.resource.Person.Builder
Builder accessor for the surname
getSurname() - Method in class buri.ddmsence.ddms.resource.Person
Accessor for the surname of the person
getSystemName() - Method in class buri.ddmsence.AbstractAccessEntity.Builder
Builder accessor for the systemName
getSystemName() - Method in class buri.ddmsence.AbstractAccessEntity
Accessor for the system name
getTaskID() - Method in class buri.ddmsence.ddms.resource.TaskingInfo.Builder
Builder accessor for the taskID
getTaskID() - Method in class buri.ddmsence.ddms.resource.TaskingInfo
Accessor for the taskID
getTaskingInfos() - Method in class buri.ddmsence.ddms.resource.ResourceManagement.Builder
Builder accessor for the taskingInfos
getTaskingInfos() - Method in class buri.ddmsence.ddms.resource.ResourceManagement
Accessor for the tasking information
getTaskingSystem() - Method in class buri.ddmsence.ddms.resource.TaskID.Builder
Builder accessor for the taskingSystem
getTaskingSystem() - Method in class buri.ddmsence.ddms.resource.TaskID
Accessor for the taskingSystem attribute.
getTemporalCoverages() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the temporalCoverages
getTemporalCoverages() - Method in class buri.ddmsence.ddms.Resource
Accessor for the temporalCoverage components
getText() - Method in class buri.ddmsence.ddms.ValidationMessage
Accessor for the text
getTimePeriodName() - Method in class buri.ddmsence.ddms.summary.TemporalCoverage.Builder
Builder accessor for the TimePeriod name element child text.
getTimePeriodName() - Method in class buri.ddmsence.ddms.summary.TemporalCoverage
Accessor for the TimePeriod name element child text.
getTitle() - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes.Builder
Builder accessor for the title
getTitle() - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes
Accessor for the title
getTitles() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the titles
getTitles() - Method in class buri.ddmsence.ddms.Resource
Accessor for the title components.
getTopLevelComponents() - Method in class buri.ddmsence.ddms.Resource
Accessor for an ordered list of the components in this Resource.
getTspiAddress() - Method in class buri.ddmsence.ddms.summary.PostalAddress
Accessor for the TSPI address
getTspiNamespace() - Method in class buri.ddmsence.util.DDMSVersion
Accessor for the tspi namespace
getTspiSchema() - Method in class buri.ddmsence.util.DDMSVersion
Accessor for the tspi schema location
getTspiShapes() - Method in class buri.ddmsence.ddms.summary.BoundingGeometry
Accessor for the TSPI shapes in this geometry.
getTwoNumberAddressRange() - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the twoNumberAddressRange
getType() - Method in class buri.ddmsence.ddms.extensible.ExtensibleAttributes.AttributeBuilder
Builder accessor for the type
getType() - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes.Builder
Builder accessor for the type
getType() - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes
Accessor for the type
getType() - Method in class buri.ddmsence.ddms.ValidationMessage
Accessor for the type
getTypeOfExemptedSource() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the typeOfExemptedSource attribute
getTypeOfExemptedSource() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Accessor for the typeOfExemptedSource attribute.
getTypes() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the types
getTypes() - Method in class buri.ddmsence.ddms.Resource
Accessor for the type components
getUnitOfMeasure() - Method in class buri.ddmsence.ddms.summary.VerticalExtent.Builder
Builder accessor for the unitOfMeasure attribute
getUnitOfMeasure() - Method in class buri.ddmsence.ddms.summary.VerticalExtent
Accessor for the unitOfMeasure attribute
getUnknown() - Method in class buri.ddmsence.AbstractProducerRole.Builder
Builder accessor for the unknown builder
getUnnumberedThoroughfareAddress() - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the unnumberedThoroughfareAddress
getUnregisteredNoticeType() - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes.Builder
Builder accessor for the unregisteredNoticeType attribute
getUnregisteredNoticeType() - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes
Accessor for the unregisteredNoticeType attribute.
getUomLabels() - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes.Builder
Builder accessor for the uomLabels
getUomLabels() - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes
Accessor for the uomLabels.
getUomLabelsAsXsList() - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes
Accessor for the String representation of the uomLabels
getUri() - Method in class buri.ddmsence.ddms.extensible.ExtensibleAttributes.AttributeBuilder
Builder accessor for the uri
getUserID() - Method in class buri.ddmsence.ddms.resource.Person.Builder
Builder accessor for the userID
getUserID() - Method in class buri.ddmsence.ddms.resource.Person
Accessor for the userID of the person
getUSPSGeneralDeliveryOffice() - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the uspsGeneralDeliveryOffice
getUSPSPostalDeliveryBox() - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the uspsPostalDeliveryBox
getUSPSPostalDeliveryRoute() - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the uspsPostalDeliveryRoute
getValidationWarnings() - Method in class buri.ddmsence.AbstractAttributeGroup
Returns a list of any warning messages that occurred during validation.
getValidationWarnings() - Method in class buri.ddmsence.AbstractBaseComponent
 
getValidationWarnings() - Method in interface buri.ddmsence.ddms.IDDMSComponent
Returns a list of any warning messages that occurred during validation.
getValidTil() - Method in class buri.ddmsence.ddms.resource.Dates.Builder
Builder accessor for the validTil date.
getValidTil() - Method in class buri.ddmsence.ddms.resource.Dates
Accessor for the expiration date.
getValidTilString() - Method in class buri.ddmsence.ddms.resource.Dates
Accessor for the expiration date.
getValue() - Method in class buri.ddmsence.AbstractNtkString.Builder
Builder accessor for the child text.
getValue() - Method in class buri.ddmsence.AbstractNtkString
Accessor for the child text of the description.
getValue() - Method in class buri.ddmsence.AbstractQualifierValue.Builder
Builder accessor for the value attribute.
getValue() - Method in class buri.ddmsence.AbstractQualifierValue
Accessor for the value of the value attribute (referred to in some DDMS 5.0 components as a "code")
getValue() - Method in class buri.ddmsence.AbstractSimpleString.Builder
Builder accessor for the child text.
getValue() - Method in class buri.ddmsence.AbstractSimpleString
Accessor for the child text of the description.
getValue() - Method in class buri.ddmsence.ddms.extensible.ExtensibleAttributes.AttributeBuilder
Builder accessor for the value
getValue() - Method in class buri.ddmsence.ddms.resource.RevisionRecall.Builder
Builder accessor for the value
getValue() - Method in class buri.ddmsence.ddms.resource.RevisionRecall
Accessor for the value of the child text.
getValue() - Method in class buri.ddmsence.ddms.resource.TaskID.Builder
Builder accessor for the value
getValue() - Method in class buri.ddmsence.ddms.resource.TaskID
Accessor for the value of the child text.
getValue() - Method in class buri.ddmsence.ddms.summary.gml.Position.DoubleBuilder
Builder accessor for the value
getValue() - Method in class buri.ddmsence.ddms.summary.Keyword.Builder
Builder accessor for the value attribute
getValue() - Method in class buri.ddmsence.ddms.summary.Keyword
Accessor for the value attribute.
getValue() - Method in class buri.ddmsence.ddms.summary.RelatedResource
Accessor for the value of the value attribute
getValueName() - Method in class buri.ddmsence.AbstractQualifierValue
Accessor for the name of the value attribute
getVersion() - Method in class buri.ddmsence.util.DDMSVersion
Accessor for the version number
getVersionFor(String) - Static method in class buri.ddmsence.util.DDMSVersion
Returns the DDMSVersion instance mapped to a particular version number.
getVersionForNamespace(String) - Static method in class buri.ddmsence.util.DDMSVersion
Returns the DDMSVersion instance mapped to a particular XML namespace.
getVerticalExtent() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage.Builder
Builder accessor for the verticalExtent
getVerticalExtent() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage
Accessor for the verticalExtent.
getVirtNamespace() - Method in class buri.ddmsence.util.DDMSVersion
Accessor for the virt namespace
getVirtualCoverages() - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the virtualCoverages
getVirtualCoverages() - Method in class buri.ddmsence.ddms.Resource
Accessor for the virtualCoverage components
getVitalRecordIndicator() - Method in class buri.ddmsence.ddms.resource.RecordsManagementInfo.Builder
Builder accessor for the vitalRecordIndicator flag
getVitalRecordIndicator() - Method in class buri.ddmsence.ddms.resource.RecordsManagementInfo
Accessor for the vitalRecordIndicator attribute.
getVocabulary() - Method in class buri.ddmsence.ddms.security.ntk.ProfileValue.Builder
Builder accessor for the vocabulary
getVocabulary() - Method in class buri.ddmsence.ddms.security.ntk.ProfileValue
Builder for the vocabulary
getWarnings() - Method in class buri.ddmsence.AbstractAttributeGroup
Accessor for the list of validation warnings.
getWestBL() - Method in class buri.ddmsence.ddms.summary.BoundingBox.Builder
Builder accessor for the westbound longitude
getWestBL() - Method in class buri.ddmsence.ddms.summary.BoundingBox
Accessor for the westbound longitude.
getXLinkAttributes() - Method in class buri.ddmsence.ddms.resource.RevisionRecall.Builder
Builder accessor for the XLink Attributes
getXLinkAttributes() - Method in class buri.ddmsence.ddms.resource.RevisionRecall
Accessor for the XLink Attributes.
getXLinkAttributes() - Method in class buri.ddmsence.ddms.resource.TaskID.Builder
Builder accessor for the XLink Attributes
getXLinkAttributes() - Method in class buri.ddmsence.ddms.resource.TaskID
Accessor for the XLink Attributes.
getXLinkAttributes() - Method in class buri.ddmsence.ddms.summary.Link.Builder
Builder accessor for the XLink Attributes
getXLinkAttributes() - Method in class buri.ddmsence.ddms.summary.Link
Accessor for the XLink Attributes.
getXlinkNamespace() - Method in class buri.ddmsence.util.DDMSVersion
Accessor for the xlink namespace
getXml() - Method in class buri.ddmsence.AbstractTspiAddress.Builder
Builder accessor for the XML string representing the element.
getXml() - Method in class buri.ddmsence.AbstractTspiShape.Builder
Builder accessor for the XML string representing the element.
getXml() - Method in class buri.ddmsence.ddms.extensible.ExtensibleElement.Builder
Builder accessor for the XML string representing the element.
getXOMElement() - Method in class buri.ddmsence.AbstractBaseComponent
Accessor for the XOM element representing this component
getXOMElementCopy() - Method in class buri.ddmsence.AbstractBaseComponent
Accessor for a copy of the underlying XOM element
getXOMElementCopy() - Method in interface buri.ddmsence.ddms.IDDMSComponent
Accessor for a copy of the underlying XOM element.
getXsList(List<?>) - Static method in class buri.ddmsence.util.Util
Converts a list of objects into a space-delimited xs:list, using the object's toString() implementation
getXsListAsList(String) - Static method in class buri.ddmsence.util.Util
Helper method to convert an xs:NMTOKENS data type into a List of Strings.
Group - Class in buri.ddmsence.ddms.security.ntk
An immutable implementation of ntk:AccessGroup.
Group(Element) - Constructor for class buri.ddmsence.ddms.security.ntk.Group
Constructor for creating a component from a XOM Element
Group(SystemName, List<GroupValue>, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.security.ntk.Group
Constructor for creating a component from raw data
Group.Builder - Class in buri.ddmsence.ddms.security.ntk
Builder for this DDMS component.
GroupValue - Class in buri.ddmsence.ddms.security.ntk
An immutable implementation of ntk:AccessGroupValue.
GroupValue(Element) - Constructor for class buri.ddmsence.ddms.security.ntk.GroupValue
Constructor for creating a component from a XOM Element
GroupValue(String, String, String, String, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.security.ntk.GroupValue
Constructor which builds from raw data.
GroupValue.Builder - Class in buri.ddmsence.ddms.security.ntk
Builder for this DDMS component.

H

hasFacilityIdentifier() - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier
Accessor for whether this geographic identifier is using a facility identifier.
hasFacilityIdentifier() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage
Accessor for whether this geospatialCoverage is using a facility identifier.
hashCode() - Method in class buri.ddmsence.AbstractBaseComponent
Returns a hashcode for the component.
hashCode() - Method in class buri.ddmsence.AbstractNtkString
 
hashCode() - Method in class buri.ddmsence.AbstractProducerRole
 
hashCode() - Method in class buri.ddmsence.AbstractQualifierValue
 
hashCode() - Method in class buri.ddmsence.AbstractRoleEntity
 
hashCode() - Method in class buri.ddmsence.AbstractSimpleString
 
hashCode() - Method in class buri.ddmsence.AbstractTspiAddress
 
hashCode() - Method in class buri.ddmsence.AbstractTspiShape
 
hashCode() - Method in class buri.ddmsence.ddms.ApproximableDate
 
hashCode() - Method in class buri.ddmsence.ddms.extensible.ExtensibleAttributes
 
hashCode() - Method in class buri.ddmsence.ddms.extensible.ExtensibleElement
 
hashCode() - Method in class buri.ddmsence.ddms.format.Format
 
hashCode() - Method in class buri.ddmsence.ddms.resource.Dates
 
hashCode() - Method in class buri.ddmsence.ddms.Resource
 
hashCode() - Method in class buri.ddmsence.ddms.resource.Organization
 
hashCode() - Method in class buri.ddmsence.ddms.resource.Person
 
hashCode() - Method in class buri.ddmsence.ddms.resource.RecordKeeper
 
hashCode() - Method in class buri.ddmsence.ddms.resource.RecordsManagementInfo
 
hashCode() - Method in class buri.ddmsence.ddms.resource.RevisionRecall
 
hashCode() - Method in class buri.ddmsence.ddms.resource.Rights
 
hashCode() - Method in class buri.ddmsence.ddms.resource.Service
 
hashCode() - Method in class buri.ddmsence.ddms.resource.Source
 
hashCode() - Method in class buri.ddmsence.ddms.resource.TaskID
 
hashCode() - Method in class buri.ddmsence.ddms.resource.Type
 
hashCode() - Method in class buri.ddmsence.ddms.resource.Unknown
 
hashCode() - Method in class buri.ddmsence.ddms.security.ism.Notice
 
hashCode() - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes
 
hashCode() - Method in class buri.ddmsence.ddms.security.ism.NoticeText
 
hashCode() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
 
hashCode() - Method in class buri.ddmsence.ddms.security.ntk.ProfileValue
 
hashCode() - Method in class buri.ddmsence.ddms.summary.BoundingBox
 
hashCode() - Method in class buri.ddmsence.ddms.summary.Category
 
hashCode() - Method in class buri.ddmsence.ddms.summary.FacilityIdentifier
 
hashCode() - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier
 
hashCode() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage
 
hashCode() - Method in class buri.ddmsence.ddms.summary.gml.Point
 
hashCode() - Method in class buri.ddmsence.ddms.summary.gml.Polygon
 
hashCode() - Method in class buri.ddmsence.ddms.summary.gml.Position
 
hashCode() - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes
 
hashCode() - Method in class buri.ddmsence.ddms.summary.Keyword
 
hashCode() - Method in class buri.ddmsence.ddms.summary.Link
 
hashCode() - Method in class buri.ddmsence.ddms.summary.NonStateActor
 
hashCode() - Method in class buri.ddmsence.ddms.summary.PostalAddress
 
hashCode() - Method in class buri.ddmsence.ddms.summary.ProductionMetric
 
hashCode() - Method in class buri.ddmsence.ddms.summary.RelatedResource
 
hashCode() - Method in class buri.ddmsence.ddms.summary.TemporalCoverage
 
hashCode() - Method in class buri.ddmsence.ddms.summary.VerticalExtent
 
hashCode() - Method in class buri.ddmsence.ddms.summary.VirtualCoverage
 
hashCode() - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes
 
hashCode() - Method in class buri.ddmsence.ddms.ValidationMessage
 
hashCode() - Method in class buri.ddmsence.util.LazyList
 

I

IBuilder - Interface in buri.ddmsence.ddms
Identifying interface for a mutable Builder of components
IDDMSComponent - Interface in buri.ddmsence.ddms
Interface for a single DDMS element.
Identifier - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:identifier.
Identifier(Element) - Constructor for class buri.ddmsence.ddms.resource.Identifier
Constructor for creating a component from a XOM Element
Identifier(String, String) - Constructor for class buri.ddmsence.ddms.resource.Identifier
Constructor for creating a component from raw data
Identifier.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
INBOUND_DIRECTION - Static variable in class buri.ddmsence.ddms.summary.RelatedResource
The value for an inbound direction.
INCOMPATIBLE_VERSION_MESSAGE - Static variable in class buri.ddmsence.AbstractAttributeGroup
 
indexOf(Object) - Method in class buri.ddmsence.util.LazyList
 
Individual - Class in buri.ddmsence.ddms.security.ntk
An immutable implementation of ntk:AccessIndividual.
Individual(Element) - Constructor for class buri.ddmsence.ddms.security.ntk.Individual
Constructor for creating a component from a XOM Element
Individual(SystemName, List<IndividualValue>, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.security.ntk.Individual
Constructor for creating a component from raw data
Individual.Builder - Class in buri.ddmsence.ddms.security.ntk
Builder for this DDMS component.
IndividualValue - Class in buri.ddmsence.ddms.security.ntk
An immutable implementation of ntk:AccessIndividualValue.
IndividualValue(Element) - Constructor for class buri.ddmsence.ddms.security.ntk.IndividualValue
Constructor for creating a component from a XOM Element
IndividualValue(String, String, String, String, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.security.ntk.IndividualValue
Constructor which builds from raw data.
IndividualValue.Builder - Class in buri.ddmsence.ddms.security.ntk
Builder for this DDMS component.
IntersectionAddress - Class in buri.ddmsence.ddms.summary.tspi
An immutable implementation of tspi:IntersectionAddress.
IntersectionAddress(Element) - Constructor for class buri.ddmsence.ddms.summary.tspi.IntersectionAddress
Constructor for creating a component from a XOM Element
IntersectionAddress.Builder - Class in buri.ddmsence.ddms.summary.tspi
Builder for this DDMS component.
InvalidDDMSException - Exception in buri.ddmsence.ddms
Exception class for attempts to generate invalid DDMS components.
InvalidDDMSException(String) - Constructor for exception buri.ddmsence.ddms.InvalidDDMSException
 
InvalidDDMSException(Throwable) - Constructor for exception buri.ddmsence.ddms.InvalidDDMSException
 
InvalidDDMSException(URISyntaxException) - Constructor for exception buri.ddmsence.ddms.InvalidDDMSException
Handles nested URISyntaxExceptions
IRoleEntity - Interface in buri.ddmsence.ddms
Identifying interface for an entity element (person, organization, service, unknown) which may be used to fulfill a producer role (creator, contributor, pointOfContact, publisher) or a tasking role (addressee, requesterInfo, recordKeeper).
isAtLeast(String) - Method in class buri.ddmsence.util.DDMSVersion
Convenience method to check if a DDMS version number is equal to or higher that some test number.
isBounded(int, int, int) - Static method in class buri.ddmsence.util.Util
Checks that a number is between two values, inclusive
isEmpty() - Method in class buri.ddmsence.AbstractAccessEntity.Builder
 
isEmpty() - Method in class buri.ddmsence.AbstractAttributeGroup
Checks if any attributes have been set.
isEmpty() - Method in class buri.ddmsence.AbstractNtkString.Builder
 
isEmpty() - Method in class buri.ddmsence.AbstractProducerRole.Builder
Helper method to determine if any values have been entered for this producer.
isEmpty() - Method in class buri.ddmsence.AbstractQualifierValue.Builder
 
isEmpty() - Method in class buri.ddmsence.AbstractRoleEntity.Builder
Helper method to determine if any values have been entered for this producer.
isEmpty() - Method in class buri.ddmsence.AbstractSimpleString.Builder
Helper method to determine if any values have been entered for this producer.
isEmpty() - Method in class buri.ddmsence.AbstractTaskingRole.Builder
Helper method to determine if any values have been entered for this producer.
isEmpty() - Method in class buri.ddmsence.AbstractTspiAddress.Builder
 
isEmpty() - Method in class buri.ddmsence.AbstractTspiShape.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.ApproximableDate.Builder
Does not include the element name.
isEmpty() - Method in class buri.ddmsence.ddms.extensible.ExtensibleAttributes.AttributeBuilder
 
isEmpty() - Method in class buri.ddmsence.ddms.extensible.ExtensibleAttributes.Builder
Checks if any values have been provided for this Builder.
isEmpty() - Method in class buri.ddmsence.ddms.extensible.ExtensibleAttributes
 
isEmpty() - Method in class buri.ddmsence.ddms.extensible.ExtensibleElement.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.format.Extent.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.format.Format.Builder
 
isEmpty() - Method in interface buri.ddmsence.ddms.IBuilder
Checks if any values have been provided for this Builder.
isEmpty() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.Resource.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.resource.Dates.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.resource.Organization.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.resource.Person.Builder
Helper method to determine if any values have been entered for this Person.
isEmpty() - Method in class buri.ddmsence.ddms.resource.ProcessingInfo.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.resource.RecordKeeper.Builder
Helper method to determine if any values have been entered.
isEmpty() - Method in class buri.ddmsence.ddms.resource.RecordsManagementInfo.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.resource.ResourceManagement.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.resource.RevisionRecall.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.resource.Rights.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.resource.Service.Builder
Helper method to determine if any values have been entered for this Person.
isEmpty() - Method in class buri.ddmsence.ddms.resource.Source.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.resource.TaskID.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.resource.TaskingInfo.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.resource.Type.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.resource.Unknown.Builder
Helper method to determine if any values have been entered for this Person.
isEmpty() - Method in class buri.ddmsence.ddms.security.ism.Notice.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes.Builder
Checks if any values have been provided for this Builder.
isEmpty() - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes
 
isEmpty() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Checks if any values have been provided for this Builder.
isEmpty() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
 
isEmpty() - Method in class buri.ddmsence.ddms.security.NoticeList.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.security.ntk.Access.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.security.ntk.Group.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.security.ntk.Individual.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.security.ntk.Profile.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.security.ntk.ProfileList.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.security.Security.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.summary.BoundingBox.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.summary.BoundingGeometry.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.summary.Category.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.summary.FacilityIdentifier.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.summary.gml.Point.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.summary.gml.Polygon.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.summary.gml.Position.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.summary.gml.Position.DoubleBuilder
 
isEmpty() - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes.Builder
Checks if any values have been provided for this Builder.
isEmpty() - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes
 
isEmpty() - Method in class buri.ddmsence.ddms.summary.Keyword.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.summary.Link.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.summary.NonStateActor.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.summary.ProductionMetric.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.summary.RelatedResource.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.summary.SubjectCoverage.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.summary.TemporalCoverage.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.summary.VerticalExtent.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.summary.VirtualCoverage.Builder
 
isEmpty() - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes.Builder
Checks if any values have been provided for this Builder.
isEmpty() - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes
 
isEmpty() - Method in class buri.ddmsence.util.LazyList
 
isEmpty(String) - Static method in class buri.ddmsence.util.Util
Checks if a String value is empty.
isExternalReference() - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes
Accessor for the externalNotice attribute.
isExternalReference() - Method in class buri.ddmsence.ddms.security.ntk.Access
Accessor for the externalReference attribute.
ISMVocabulary - Class in buri.ddmsence.ddms.security.ism
Representation of the Controlled Vocabulary enumerations used by ISM attributes.
isResourceElement() - Method in class buri.ddmsence.ddms.Resource
Accessor for the resourceElement attribute.
isSupportedDDMSNamespace(String) - Static method in class buri.ddmsence.util.DDMSVersion
Checks if an XML namespace is included in the list of supported XML namespaces for DDMS
iterator() - Method in class buri.ddmsence.util.LazyList
 
ITspiAddress - Interface in buri.ddmsence.ddms
Identifying interface for a TSPI address element, which may be used to fill a postalAddress element.
ITspiShape - Interface in buri.ddmsence.ddms
Identifying interface for a TSPI shape element, which may be used to fill a boundingGeometry element.

K

Keyword - Class in buri.ddmsence.ddms.summary
An immutable implementation of ddms:keyword.
Keyword(Element) - Constructor for class buri.ddmsence.ddms.summary.Keyword
Constructor for creating a component from a XOM Element
Keyword(String, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.summary.Keyword
Constructor for creating a component from raw data
Keyword(String, SecurityAttributes, ExtensibleAttributes) - Constructor for class buri.ddmsence.ddms.summary.Keyword
Constructor for creating a component from raw data.
Keyword.Builder - Class in buri.ddmsence.ddms.summary
Builder for this DDMS component.

L

LandmarkAddress - Class in buri.ddmsence.ddms.summary.tspi
An immutable implementation of tspi:LandmarkAddress.
LandmarkAddress(Element) - Constructor for class buri.ddmsence.ddms.summary.tspi.LandmarkAddress
Constructor for creating a component from a XOM Element
LandmarkAddress.Builder - Class in buri.ddmsence.ddms.summary.tspi
Builder for this DDMS component.
Language - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:language.
Language(Element) - Constructor for class buri.ddmsence.ddms.resource.Language
Constructor for creating a component from a XOM Element
Language(String, String) - Constructor for class buri.ddmsence.ddms.resource.Language
Constructor for creating a component from raw data
Language.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
lastIndexOf(Object) - Method in class buri.ddmsence.util.LazyList
 
LazyList - Class in buri.ddmsence.util
Utility class for a list with dynamically added contents.
LazyList(Class) - Constructor for class buri.ddmsence.util.LazyList
Base constructor for a lazy list.
LazyList(List<?>, Class) - Constructor for class buri.ddmsence.util.LazyList
Complete constructor for a lazy list.
Link - Class in buri.ddmsence.ddms.summary
An immutable implementation of ddms:link.
Link(Element) - Constructor for class buri.ddmsence.ddms.summary.Link
Constructor for creating a component from a XOM Element
Link(XLinkAttributes) - Constructor for class buri.ddmsence.ddms.summary.Link
Constructor for creating a component from raw data
Link(XLinkAttributes, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.summary.Link
Constructor for creating a component from raw data
Link.Builder - Class in buri.ddmsence.ddms.summary
Builder for this DDMS component.
listEquals(List<?>, List<?>) - Static method in class buri.ddmsence.util.Util
Checks if two lists of Objects are identical.
listIterator() - Method in class buri.ddmsence.util.LazyList
 
listIterator(int) - Method in class buri.ddmsence.util.LazyList
 

M

MAX_LENGTH - Static variable in class buri.ddmsence.ddms.security.ism.NoticeAttributes
Maximum length of reason and unregistered notice type attributes.
MetacardInfo - Class in buri.ddmsence.ddms.metacard
An immutable implementation of ddms:metacardInfo.
MetacardInfo(Element) - Constructor for class buri.ddmsence.ddms.metacard.MetacardInfo
Constructor for creating a component from a XOM Element
MetacardInfo(List<IDDMSComponent>, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.metacard.MetacardInfo
Constructor for creating a component from raw data
MetacardInfo.Builder - Class in buri.ddmsence.ddms.metacard
Builder for this DDMS component.

N

newError(String, String) - Static method in class buri.ddmsence.ddms.ValidationMessage
Factory method to create an error
newWarning(String, String) - Static method in class buri.ddmsence.ddms.ValidationMessage
Factory method to create a warning
NO_NAMESPACE - Static variable in class buri.ddmsence.AbstractTspiAddress
The namespace of the action attribute
NO_NAMESPACE - Static variable in class buri.ddmsence.ddms.resource.RevisionRecall
The namespace of the network attributes
NO_NAMESPACE - Static variable in class buri.ddmsence.ddms.resource.TaskID
The namespace of the network attributes
NO_NAMESPACE - Static variable in class buri.ddmsence.ddms.summary.gml.SRSAttributes
The namespace of the shared attributes
NO_PREFIX - Static variable in class buri.ddmsence.AbstractTspiAddress
The prefix of the action attribute
NO_PREFIX - Static variable in class buri.ddmsence.ddms.resource.RevisionRecall
The prefix of the network attributes
NO_PREFIX - Static variable in class buri.ddmsence.ddms.resource.TaskID
The prefix of the network attributes
NO_PREFIX - Static variable in class buri.ddmsence.ddms.summary.gml.SRSAttributes
The prefix of the shared attributes
NON_EXTENSIBLE_NAMES - Static variable in class buri.ddmsence.ddms.Resource
A set of all Resource attribute names which should not be converted into ExtensibleAttributes
NON_EXTENSIBLE_NAMES - Static variable in class buri.ddmsence.ddms.security.ism.NoticeAttributes
A set of all SecurityAttribute names which should not be converted into ExtensibleAttributes
NON_EXTENSIBLE_NAMES - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
A set of all SecurityAttribute names which should not be converted into ExtensibleAttributes
NON_IC_MARKINGS_NAME - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Attribute name
NON_US_CONTROLS_NAME - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Attribute name
NonStateActor - Class in buri.ddmsence.ddms.summary
An immutable implementation of ddms:nonStateActor.
NonStateActor(Element) - Constructor for class buri.ddmsence.ddms.summary.NonStateActor
Constructor for creating a component from a XOM Element
NonStateActor(String, Integer, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.summary.NonStateActor
Deprecated.
A new constructor was added for DDMS 4.1 to support ddms:qualifier. This constructor is preserved for backwards compatibility, but may disappear in the next major release.
NonStateActor(String, Integer, String, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.summary.NonStateActor
Constructor for creating a component from raw data
NonStateActor.Builder - Class in buri.ddmsence.ddms.summary
Builder for this DDMS component.
Notice - Class in buri.ddmsence.ddms.security.ism
An immutable implementation of ism:Notice.
Notice(Element) - Constructor for class buri.ddmsence.ddms.security.ism.Notice
Constructor for creating a component from a XOM Element
Notice(List<NoticeText>, SecurityAttributes, NoticeAttributes) - Constructor for class buri.ddmsence.ddms.security.ism.Notice
Constructor for creating a component from raw data
Notice.Builder - Class in buri.ddmsence.ddms.security.ism
Builder for this DDMS component.
NOTICE_DATE_NAME - Static variable in class buri.ddmsence.ddms.security.ism.NoticeAttributes
Attribute name
NOTICE_REASON_NAME - Static variable in class buri.ddmsence.ddms.security.ism.NoticeAttributes
Attribute name
NOTICE_TYPE_NAME - Static variable in class buri.ddmsence.ddms.security.ism.NoticeAttributes
Attribute name
NoticeAttributes - Class in buri.ddmsence.ddms.security.ism
Attribute group for the ISM notice markings used on a Resource and Notice.
NoticeAttributes(Element) - Constructor for class buri.ddmsence.ddms.security.ism.NoticeAttributes
Base constructor
NoticeAttributes(String, String, String, String) - Constructor for class buri.ddmsence.ddms.security.ism.NoticeAttributes
Deprecated.
A new constructor was added for DDMS 4.1 to support ism:externalNotice. This constructor is preserved for backwards compatibility, but may disappear in the next major release.
NoticeAttributes(String, String, String, String, Boolean) - Constructor for class buri.ddmsence.ddms.security.ism.NoticeAttributes
Constructor which builds from raw data.
NoticeAttributes.Builder - Class in buri.ddmsence.ddms.security.ism
Builder for these attributes.
NoticeList - Class in buri.ddmsence.ddms.security
An immutable implementation of ddms:noticeList.
NoticeList(Element) - Constructor for class buri.ddmsence.ddms.security.NoticeList
Constructor for creating a component from a XOM Element
NoticeList(List<Notice>, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.security.NoticeList
Constructor for creating a component from raw data
NoticeList.Builder - Class in buri.ddmsence.ddms.security
Builder for this DDMS component.
NoticeText - Class in buri.ddmsence.ddms.security.ism
An immutable implementation of ism:NoticeText.
NoticeText(Element) - Constructor for class buri.ddmsence.ddms.security.ism.NoticeText
Constructor for creating a component from a XOM Element
NoticeText(String, List<String>, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.security.ism.NoticeText
Constructor for creating a component from raw data
NoticeText.Builder - Class in buri.ddmsence.ddms.security.ism
Builder for this DDMS component.
nullEquals(Object, Object) - Static method in class buri.ddmsence.util.Util
Checks object equality when the objects could possible be null.
NumberedThoroughfareAddress - Class in buri.ddmsence.ddms.summary.tspi
An immutable implementation of tspi:NumberedThoroughfareAddress.
NumberedThoroughfareAddress(Element) - Constructor for class buri.ddmsence.ddms.summary.tspi.NumberedThoroughfareAddress
Constructor for creating a component from a XOM Element
NumberedThoroughfareAddress.Builder - Class in buri.ddmsence.ddms.summary.tspi
Builder for this DDMS component.

O

OLD_INNER_NAME - Static variable in class buri.ddmsence.ddms.summary.RelatedResource
The pre-DDMS 4.0.1 name of the nested resource elements
Organization - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:organization.
Organization(Element) - Constructor for class buri.ddmsence.ddms.resource.Organization
Constructor for creating a component from a XOM Element
Organization(List<String>, List<String>, List<String>, List<SubOrganization>, String) - Constructor for class buri.ddmsence.ddms.resource.Organization
Constructor for creating a component from raw data.
Organization(List<String>, List<String>, List<String>, List<SubOrganization>, String, ExtensibleAttributes) - Constructor for class buri.ddmsence.ddms.resource.Organization
Constructor for creating a component from raw data.
Organization.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
OUTBOUND_DIRECTION - Static variable in class buri.ddmsence.ddms.summary.RelatedResource
The value for an outbound direction.
OUTPUT_TEMPLATES - Static variable in class buri.ddmsence.AbstractBaseComponent
 
OutputFormat - Enum in buri.ddmsence.ddms
Enumeration of output formats.
OWNER_PRODUCER_NAME - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Attribute name

P

Person - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:person.
Person(Element) - Constructor for class buri.ddmsence.ddms.resource.Person
Constructor for creating a component from a XOM Element
Person(List<String>, String, List<String>, List<String>, String, List<String>) - Constructor for class buri.ddmsence.ddms.resource.Person
Constructor for creating a component from raw data.
Person(List<String>, String, List<String>, List<String>, String, List<String>, ExtensibleAttributes) - Constructor for class buri.ddmsence.ddms.resource.Person
Constructor for creating a component from raw data.
Person.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
Point - Class in buri.ddmsence.ddms.summary.gml
An immutable implementation of gml:Point.
Point(Element) - Constructor for class buri.ddmsence.ddms.summary.gml.Point
Constructor for creating a component from a XOM Element
Point(Position, SRSAttributes, String) - Constructor for class buri.ddmsence.ddms.summary.gml.Point
Constructor for creating a component from raw data
Point - Class in buri.ddmsence.ddms.summary.tspi
An immutable implementation of tspi:Point.
Point(Element) - Constructor for class buri.ddmsence.ddms.summary.tspi.Point
Constructor for creating a component from a XOM Element
Point.Builder - Class in buri.ddmsence.ddms.summary.gml
Builder for this DDMS component.
Point.Builder - Class in buri.ddmsence.ddms.summary.tspi
Builder for this DDMS component.
PointOfContact - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:pointOfContact.
PointOfContact(Element) - Constructor for class buri.ddmsence.ddms.resource.PointOfContact
Constructor for creating a component from a XOM Element
PointOfContact(IRoleEntity, List<String>, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.resource.PointOfContact
Constructor which builds from raw data.
PointOfContact.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
Polygon - Class in buri.ddmsence.ddms.summary.gml
An immutable implementation of gml:Polygon.
Polygon(Element) - Constructor for class buri.ddmsence.ddms.summary.gml.Polygon
Constructor for creating a component from a XOM Element
Polygon(List<Position>, SRSAttributes, String) - Constructor for class buri.ddmsence.ddms.summary.gml.Polygon
Constructor for creating a component from raw data
Polygon - Class in buri.ddmsence.ddms.summary.tspi
An immutable implementation of tspi:Polygon.
Polygon(Element) - Constructor for class buri.ddmsence.ddms.summary.tspi.Polygon
Constructor for creating a component from a XOM Element
Polygon.Builder - Class in buri.ddmsence.ddms.summary.gml
Builder for this DDMS component.
Polygon.Builder - Class in buri.ddmsence.ddms.summary.tspi
Builder for this DDMS component.
Position - Class in buri.ddmsence.ddms.summary.gml
An immutable implementation of gml:pos.
Position(Element) - Constructor for class buri.ddmsence.ddms.summary.gml.Position
Constructor for creating a component from a XOM Element
Position(List<Double>, SRSAttributes) - Constructor for class buri.ddmsence.ddms.summary.gml.Position
Constructor for creating a component from raw data
Position.Builder - Class in buri.ddmsence.ddms.summary.gml
Builder for this DDMS component.
Position.DoubleBuilder - Class in buri.ddmsence.ddms.summary.gml
Builder for a Double
PostalAddress - Class in buri.ddmsence.ddms.summary
An immutable implementation of ddms:postalAddress.
PostalAddress(Element) - Constructor for class buri.ddmsence.ddms.summary.PostalAddress
Constructor for creating a component from a XOM Element
PostalAddress(List<String>, String, String, String, CountryCode, boolean) - Constructor for class buri.ddmsence.ddms.summary.PostalAddress
Constructor for creating a component from raw data
PostalAddress(ITspiAddress) - Constructor for class buri.ddmsence.ddms.summary.PostalAddress
Constructor for creating a component from raw data
PostalAddress.Builder - Class in buri.ddmsence.ddms.summary
Builder for this DDMS component.
ProcessingInfo - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:processingInfo.
ProcessingInfo(Element) - Constructor for class buri.ddmsence.ddms.resource.ProcessingInfo
Constructor for creating a component from a XOM Element
ProcessingInfo(String, String, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.resource.ProcessingInfo
Constructor for creating a component from raw data
ProcessingInfo.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
ProductionMetric - Class in buri.ddmsence.ddms.summary
An immutable implementation of ddms:productionMetric.
ProductionMetric(Element) - Constructor for class buri.ddmsence.ddms.summary.ProductionMetric
Constructor for creating a component from a XOM Element
ProductionMetric(String, String, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.summary.ProductionMetric
Constructor for creating a component from raw data.
ProductionMetric.Builder - Class in buri.ddmsence.ddms.summary
Builder for this DDMS component.
Profile - Class in buri.ddmsence.ddms.security.ntk
An immutable implementation of ntk:AccessProfile.
Profile(Element) - Constructor for class buri.ddmsence.ddms.security.ntk.Profile
Constructor for creating a component from a XOM Element
Profile(SystemName, List<ProfileValue>, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.security.ntk.Profile
Constructor for creating a component from raw data
Profile.Builder - Class in buri.ddmsence.ddms.security.ntk
Builder for this DDMS component.
ProfileList - Class in buri.ddmsence.ddms.security.ntk
An immutable implementation of ntk:AccessProfileList.
ProfileList(Element) - Constructor for class buri.ddmsence.ddms.security.ntk.ProfileList
Constructor for creating a component from a XOM Element
ProfileList(List<Profile>, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.security.ntk.ProfileList
Constructor for creating a component from raw data
ProfileList.Builder - Class in buri.ddmsence.ddms.security.ntk
Builder for this DDMS component.
ProfileValue - Class in buri.ddmsence.ddms.security.ntk
An immutable implementation of ntk:AccessProfileValue.
ProfileValue(Element) - Constructor for class buri.ddmsence.ddms.security.ntk.ProfileValue
Constructor for creating a component from a XOM Element
ProfileValue(String, String, String, String, String, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.security.ntk.ProfileValue
Constructor which builds from raw data.
ProfileValue.Builder - Class in buri.ddmsence.ddms.security.ntk
Builder for this DDMS component.
PropertyReader - Class in buri.ddmsence.util
Utility class for dealing with the property file.
Publisher - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:publisher.
Publisher(Element) - Constructor for class buri.ddmsence.ddms.resource.Publisher
Constructor for creating a component from a XOM Element
Publisher(IRoleEntity, List<String>, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.resource.Publisher
Constructor which builds from raw data.
Publisher.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.

R

RecordKeeper - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:recordKeeper.
RecordKeeper(Element) - Constructor for class buri.ddmsence.ddms.resource.RecordKeeper
Constructor for creating a component from a XOM Element
RecordKeeper(String, Organization) - Constructor for class buri.ddmsence.ddms.resource.RecordKeeper
Constructor which builds from raw data.
RecordKeeper.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
RecordsManagementInfo - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:recordsManagementInfo.
RecordsManagementInfo(Element) - Constructor for class buri.ddmsence.ddms.resource.RecordsManagementInfo
Constructor for creating a component from a XOM Element
RecordsManagementInfo(RecordKeeper, ApplicationSoftware, Boolean) - Constructor for class buri.ddmsence.ddms.resource.RecordsManagementInfo
Constructor for creating a component from raw data
RecordsManagementInfo.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
RelatedResource - Class in buri.ddmsence.ddms.summary
An immutable implementation of the ddms:relatedResource component.
RelatedResource(Element) - Constructor for class buri.ddmsence.ddms.summary.RelatedResource
Constructor for creating a component from a XOM Element
RelatedResource(List<Link>, String, String, String, String, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.summary.RelatedResource
Constructor for creating a component from raw data
RelatedResource.Builder - Class in buri.ddmsence.ddms.summary
Builder for this DDMS component.
RELEASABLE_TO_NAME - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Attribute name
remove(Object) - Method in class buri.ddmsence.util.LazyList
 
remove(int) - Method in class buri.ddmsence.util.LazyList
 
removeAll(Collection) - Method in class buri.ddmsence.util.LazyList
 
RequesterInfo - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:requesterInfo.
RequesterInfo(Element) - Constructor for class buri.ddmsence.ddms.resource.RequesterInfo
Constructor for creating a component from a XOM Element
RequesterInfo(IRoleEntity, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.resource.RequesterInfo
Constructor which builds from raw data.
RequesterInfo.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
requireAtLeastVersion(String) - Method in class buri.ddmsence.AbstractBaseComponent
Helper method to validate that a specific version of DDMS (or higher) is being used.
requireAtMostVersion(String) - Method in class buri.ddmsence.AbstractBaseComponent
Helper method to validate that a specific version of DDMS (or lower) is being used.
requireBoundedChildCount(Element, String, int, int) - Static method in class buri.ddmsence.util.Util
Checks that the number of child elements with the given name in the same namespace as the parent are bounded.
requireClassification() - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Standalone validation method for components which require a classification and ownerProducer.
requireCompatibleVersion(IDDMSComponent, IDDMSComponent) - Static method in class buri.ddmsence.util.Util
Validates that a child component has a compatible DDMS version as the parent.
requireDDMSDateFormat(String, String) - Static method in class buri.ddmsence.util.Util
Asserts that a date format is one of the 5 types accepted by DDMS.
requireDDMSQName(Element, String) - Static method in class buri.ddmsence.util.Util
Asserts that the qualified name of an element matches the expected name and a supported version of the DDMS XML namespace
requireDDMSValidURI(String) - Static method in class buri.ddmsence.util.Util
Checks that a string is a valid URI.
requireDDMSValue(String, Object) - Static method in class buri.ddmsence.util.Util
Asserts that a value required for DDMS is not null or empty.
requireHTMLText(OutputFormat) - Static method in class buri.ddmsence.util.Util
Asserts that the format is either HTML or Text.
requireQName(Element, String, String) - Static method in class buri.ddmsence.util.Util
Asserts that the qualified name of an element matches the expected name and namespace URI
requireValidLatitude(Double) - Static method in class buri.ddmsence.util.Util
Validates a latitude value
requireValidLongitude(Double) - Static method in class buri.ddmsence.util.Util
Validates a longitude value
requireValidNCName(String) - Static method in class buri.ddmsence.util.Util
Validates that a string is an NCName.
requireValidNCNames(List<String>) - Static method in class buri.ddmsence.util.Util
Validates that a list of strings contains NCNames.
requireValidNetwork(String) - Static method in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Validates the value of a network attribute from the IC-COMMON schema.
requireValidNMToken(String) - Static method in class buri.ddmsence.util.Util
Validates that a string is an NMTOKEN.
requireValue(String, Object) - Static method in class buri.ddmsence.util.Util
Asserts that a value required, for general cases.
Resource - Class in buri.ddmsence.ddms
An immutable implementation of ddms:resource (the top-level element of a DDMS metacard or assertion).
Resource(Element) - Constructor for class buri.ddmsence.ddms.Resource
Constructor for creating a component from a XOM Element
Resource(List<IDDMSComponent>, ExtensibleAttributes) - Constructor for class buri.ddmsence.ddms.Resource
Constructor for creating a DDMS 2.0 Resource from raw data.
Resource(List<IDDMSComponent>, Boolean, String, Integer, SecurityAttributes, ExtensibleAttributes) - Constructor for class buri.ddmsence.ddms.Resource
Constructor for creating a DDMS 3.0 Resource from raw data.
Resource(List<IDDMSComponent>, Boolean, String, List<String>, Integer, SecurityAttributes, ExtensibleAttributes) - Constructor for class buri.ddmsence.ddms.Resource
Constructor for creating a DDMS 3.1 Resource from raw data.
Resource(List<IDDMSComponent>, Boolean, String, List<String>, Integer, Integer, SecurityAttributes, NoticeAttributes, ExtensibleAttributes) - Constructor for class buri.ddmsence.ddms.Resource
Constructor for creating a DDMS resource of any version from raw data.
Resource.Builder - Class in buri.ddmsence.ddms
Builder for this DDMS component.
RESOURCE_ELEMENT_NAME - Static variable in class buri.ddmsence.ddms.Resource
The attribute name for resource element flag
ResourceManagement - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:resourceManagement.
ResourceManagement(Element) - Constructor for class buri.ddmsence.ddms.resource.ResourceManagement
Constructor for creating a component from a XOM Element
ResourceManagement(RecordsManagementInfo, RevisionRecall, List<TaskingInfo>, List<ProcessingInfo>, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.resource.ResourceManagement
Constructor for creating a component from raw data
ResourceManagement.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
retainAll(Collection) - Method in class buri.ddmsence.util.LazyList
 
RevisionRecall - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:revisionRecall.
RevisionRecall(Element) - Constructor for class buri.ddmsence.ddms.resource.RevisionRecall
Constructor for creating a component from a XOM Element
RevisionRecall(List<Link>, List<Details>, Integer, String, String, String, XLinkAttributes, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.resource.RevisionRecall
Constructor for creating a component from raw data, based on links and details.
RevisionRecall(String, Integer, String, String, String, XLinkAttributes, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.resource.RevisionRecall
Constructor for creating a component from raw data, based on child text.
RevisionRecall.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
Rights - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:rights.
Rights(Element) - Constructor for class buri.ddmsence.ddms.resource.Rights
Constructor for creating a component from a XOM Element
Rights(boolean, boolean, boolean) - Constructor for class buri.ddmsence.ddms.resource.Rights
Constructor for creating a component from raw data
Rights.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.

S

SAR_IDENTIFIER_NAME - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Attribute name
SCI_CONTROLS_NAME - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Attribute name
Security - Class in buri.ddmsence.ddms.security
An immutable implementation of ddms:security.
Security(Element) - Constructor for class buri.ddmsence.ddms.security.Security
Constructor for creating a component from a XOM Element
Security(NoticeList, Access, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.security.Security
Constructor for creating a component from raw data
Security.Builder - Class in buri.ddmsence.ddms.security
Builder for this DDMS component.
SecurityAttributes - Class in buri.ddmsence.ddms.security.ism
Attribute group for the ISM markings used throughout DDMS.
SecurityAttributes(Element) - Constructor for class buri.ddmsence.ddms.security.ism.SecurityAttributes
Base constructor
SecurityAttributes(String, List<String>, Map<String, String>) - Constructor for class buri.ddmsence.ddms.security.ism.SecurityAttributes
Constructor which builds from raw data.
SecurityAttributes.Builder - Class in buri.ddmsence.ddms.security.ism
Builder for these attributes.
Service - Class in buri.ddmsence.ddms.resource
An immutable implementation of a ddms:service element.
Service(Element) - Constructor for class buri.ddmsence.ddms.resource.Service
Constructor for creating a component from a XOM Element
Service(List<String>, List<String>, List<String>) - Constructor for class buri.ddmsence.ddms.resource.Service
Deprecated.
A new constructor was added for DDMS 5.0 to support ddms:affiliation. This constructor is preserved for backwards compatibility, but may disappear in the next major release.
Service(List<String>, List<String>, List<String>, List<String>, ExtensibleAttributes) - Constructor for class buri.ddmsence.ddms.resource.Service
Constructor for creating a component from raw data.
Service.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
set(int, Object) - Method in class buri.ddmsence.util.LazyList
 
setAccess(Access.Builder) - Method in class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
Accessor for the access
setAccess(Access.Builder) - Method in class buri.ddmsence.ddms.security.Security.Builder
Accessor for the access
setAccess(String) - Method in class buri.ddmsence.ddms.summary.VirtualCoverage.Builder
Builder accessor for the access attribute
setAcronym(String) - Method in class buri.ddmsence.ddms.resource.Organization.Builder
Builder accessor for the acronym
setActuate(String) - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes.Builder
Builder accessor for the actuate
setAddress(String) - Method in class buri.ddmsence.ddms.summary.VirtualCoverage.Builder
Builder accessor for the address attribute
setAddressType(String) - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the addressType
setAffiliations(List<String>) - Method in class buri.ddmsence.ddms.resource.Person.Builder
Builder accessor for the affiliations
setAffiliations(List<String>) - Method in class buri.ddmsence.ddms.resource.Service.Builder
Builder accessor for the affiliations
setAffiliations(List<String>) - Method in class buri.ddmsence.ddms.resource.Unknown.Builder
Builder accessor for the affiliations
setApplicationSoftware(ApplicationSoftware.Builder) - Method in class buri.ddmsence.ddms.resource.RecordsManagementInfo.Builder
Builder accessor for the applicationSoftware
setApprovedOn(String) - Method in class buri.ddmsence.ddms.resource.Dates.Builder
Builder accessor for the approvedOn date.
setApproximableDate(String) - Method in class buri.ddmsence.ddms.ApproximableDate.Builder
Builder accessor for the approximableDate
setApproximableEnd(ApproximableDate.Builder) - Method in class buri.ddmsence.ddms.summary.TemporalCoverage.Builder
Builder accessor for the approximableEnd
setApproximableStart(ApproximableDate.Builder) - Method in class buri.ddmsence.ddms.summary.TemporalCoverage.Builder
Builder accessor for the approximableStart
setApproximation(String) - Method in class buri.ddmsence.ddms.ApproximableDate.Builder
Builder accessor for the approximation
setArcrole(String) - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes.Builder
Builder accessor for the arcrole
setAtomicEnergyMarkings(List<String>) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the atomicEnergyMarkings attribute
setAxisLabels(List<String>) - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes.Builder
Builder accessor for the axisLabels
setBeNumber(String) - Method in class buri.ddmsence.ddms.summary.FacilityIdentifier.Builder
Builder accessor for the beNumber attribute.
setBoundingBox(BoundingBox.Builder) - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage.Builder
Builder accessor for the boundingBox
setBoundingGeometry(BoundingGeometry.Builder) - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage.Builder
Builder accessor for the boundingGeometry
setCity(String) - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the city
setClassification(String) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the classification attribute
setClassificationReason(String) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the classificationReason attribute
setClassifiedBy(String) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the classifiedBy attribute
setCode(String) - Method in class buri.ddmsence.ddms.summary.Category.Builder
Builder accessor for the code attribute
setCompilationReason(String) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the compilationReason attribute
setCompliesWiths(List<String>) - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the compliesWith attribute
setCopyright(Boolean) - Method in class buri.ddmsence.ddms.resource.Rights.Builder
Builder accessor for the copyright attribute.
setCountryCode(CountryCode.Builder) - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier.Builder
Builder accessor for the country code
setCountryCode(CountryCode.Builder) - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the countryCode
setCoverage(String) - Method in class buri.ddmsence.ddms.summary.ProductionMetric.Builder
Builder accessor for the coverage attribute
setCreated(String) - Method in class buri.ddmsence.ddms.resource.Dates.Builder
Builder accessor for the created date.
setCreateDate(String) - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the createDate attribute
setCurrentVersion(String) - Static method in class buri.ddmsence.util.DDMSVersion
Sets the currentVersion which will be used for by DDMS component constructors to determine the namespace and schema to use.
setDateOfExemptedSource(String) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the dateOfExemptedSource attribute
setDateProcessed(String) - Method in class buri.ddmsence.ddms.resource.ProcessingInfo.Builder
Builder accessor for the dateProcessed
setDates(Dates.Builder) - Method in class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
Builder accessor for the dates
setDates(Dates.Builder) - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the dates
setDatum(String) - Method in class buri.ddmsence.ddms.summary.VerticalExtent.Builder
Builder accessor for the vertical datum attribute
setDeclassDate(String) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the declassDate attribute
setDeclassEvent(String) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the declassEvent attribute
setDeclassException(String) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the declassException attribute
setDeclassManualReview(Boolean) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the declassManualReview attribute
setDerivativelyClassifiedBy(String) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the derivativelyClassifiedBy attribute
setDerivedFrom(String) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the derivedFrom attribute
setDescription(String) - Method in class buri.ddmsence.ddms.ApproximableDate.Builder
Builder accessor for the description
setDescription(Description.Builder) - Method in class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
Builder accessor for the description
setDescription(Description.Builder) - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the description
setDescription(Description.Builder) - Method in class buri.ddmsence.ddms.resource.TaskingInfo.Builder
Builder accessor for the description
setDescription(String) - Method in class buri.ddmsence.ddms.resource.Type.Builder
Builder accessor for the description
setDirection(String) - Method in class buri.ddmsence.ddms.summary.RelatedResource.Builder
Builder accessor for the direction attribute
setDisplayOnlyTo(List<String>) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the displayOnlyTo attribute
setDisseminationControls(List<String>) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the disseminationControls attribute
setEastBL(Double) - Method in class buri.ddmsence.ddms.summary.BoundingBox.Builder
Builder accessor for the eastbound longitude
setEmails(List<String>) - Method in class buri.ddmsence.AbstractRoleEntity.Builder
Builder accessor for the emails
setEndString(String) - Method in class buri.ddmsence.ddms.summary.TemporalCoverage.Builder
Builder accessor for the end date as a string.
setEntityType(String) - Method in class buri.ddmsence.AbstractProducerRole.Builder
Builder accessor for the entityType, which determines which of the 4 entity builders are used.
setEntityType(String) - Method in class buri.ddmsence.AbstractTaskingRole.Builder
Builder accessor for the entityType, which determines which of the 4 entity builders are used.
setExtensibleAttributes(ExtensibleAttributes.Builder) - Method in class buri.ddmsence.AbstractRoleEntity.Builder
Builder accessor for the Extensible Attributes
setExtensibleAttributes(ExtensibleAttributes.Builder) - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the extensibleAttributes
setExtensibleAttributes(ExtensibleAttributes.Builder) - Method in class buri.ddmsence.ddms.summary.Category.Builder
Builder accessor for the Extensible Attributes
setExtensibleAttributes(ExtensibleAttributes.Builder) - Method in class buri.ddmsence.ddms.summary.Keyword.Builder
Builder accessor for the Extensible Attributes
setExtent(Extent.Builder) - Method in class buri.ddmsence.ddms.format.Format.Builder
Builder accessor for the mediaExtent element.
setExternalNotice(Boolean) - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes.Builder
Builder accessor for the externalNotice attribute
setExternalReference(Boolean) - Method in class buri.ddmsence.ddms.security.ntk.Access.Builder
Accessor for the externalReference attribute
setFacilityIdentifier(FacilityIdentifier.Builder) - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier.Builder
Builder accessor for the facility identifier
setFGIsourceOpen(List<String>) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the FGIsourceOpen attribute
setFGIsourceProtected(List<String>) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the FGIsourceProtected attribute
setFormat(Format.Builder) - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the format
setGeneralAddressClass(GeneralAddressClass.Builder) - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the generalAddressClass
setGeographicIdentifier(GeographicIdentifier.Builder) - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage.Builder
Builder accessor for the geographicIdentifier
setHref(String) - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes.Builder
Builder accessor for the href
setID(String) - Method in class buri.ddmsence.AbstractNtkString.Builder
Builder accessor for the id
setId(String) - Method in class buri.ddmsence.ddms.summary.gml.Point.Builder
Accessor for the ID
setId(String) - Method in class buri.ddmsence.ddms.summary.gml.Polygon.Builder
Accessor for the ID
setIDReference(String) - Method in class buri.ddmsence.AbstractNtkString.Builder
Builder accessor for the idReference
setInfoCutOff(String) - Method in class buri.ddmsence.ddms.resource.Dates.Builder
Builder accessor for the infoCutOff date.
setIntellectualProperty(Boolean) - Method in class buri.ddmsence.ddms.resource.Rights.Builder
Builder accessor for the intellectualProperty attribute.
setIntersectionAddress(IntersectionAddress.Builder) - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the intersectionAddress
setIsmDESVersion(Integer) - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the ISM DESVersion
setLabel(String) - Method in class buri.ddmsence.ddms.summary.Category.Builder
Builder accessor for the label attribute
setLabel(String) - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes.Builder
Builder accessor for the label
setLandmarkAddress(LandmarkAddress.Builder) - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the landmarkAddress
setLocator(String) - Method in exception buri.ddmsence.ddms.InvalidDDMSException
Prefixes some string to the beginning of the existing locator.
setLocator(String) - Method in class buri.ddmsence.ddms.ValidationMessage
Accessor for the locator.
setMaxVerticalExtent(Double) - Method in class buri.ddmsence.ddms.summary.VerticalExtent.Builder
Builder accessor for the maximum extent
setMedium(String) - Method in class buri.ddmsence.ddms.format.Format.Builder
Builder accessor for the medium element child text.
setMetacardInfo(MetacardInfo.Builder) - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the metacardInfo
setMimeType(String) - Method in class buri.ddmsence.ddms.format.Format.Builder
Builder accessor for the mimeType element child text.
setMinVerticalExtent(Double) - Method in class buri.ddmsence.ddms.summary.VerticalExtent.Builder
Builder accessor for the minimum extent
setName(String) - Method in class buri.ddmsence.ddms.ApproximableDate.Builder
Builder accessor for the name of the element
setName(String) - Method in class buri.ddmsence.ddms.extensible.ExtensibleAttributes.AttributeBuilder
Builder accessor for the name
setNames(List<String>) - Method in class buri.ddmsence.AbstractRoleEntity.Builder
Builder accessor for the names
setNames(List<String>) - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier.Builder
Builder accessor for the names
setNamespace(String) - Method in class buri.ddmsence.AbstractAttributeGroup
Accessor for the XML namespace of these attributes
setNetwork(String) - Method in class buri.ddmsence.ddms.resource.RevisionRecall.Builder
Builder accessor for the network
setNetwork(String) - Method in class buri.ddmsence.ddms.resource.TaskID.Builder
Builder accessor for the network
setNetwork(String) - Method in class buri.ddmsence.ddms.summary.VirtualCoverage.Builder
Builder accessor for the network attribute
setNonICmarkings(List<String>) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the nonICmarkings attribute
setNonUSControls(List<String>) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the nonUSControls attribute
setNorthBL(Double) - Method in class buri.ddmsence.ddms.summary.BoundingBox.Builder
Builder accessor for the northbound latitude
setNoticeAttributes(NoticeAttributes.Builder) - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the noticeAttributes
setNoticeAttributes(NoticeAttributes.Builder) - Method in class buri.ddmsence.ddms.security.ism.Notice.Builder
Builder accessor for the noticeAttributes
setNoticeDate(String) - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes.Builder
Builder accessor for the noticeDate attribute
setNoticeList(NoticeList.Builder) - Method in class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
Builder accessor for the noticeList
setNoticeList(NoticeList.Builder) - Method in class buri.ddmsence.ddms.security.Security.Builder
Builder accessor for the noticeList
setNoticeReason(String) - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes.Builder
Builder accessor for the noticeReason attribute
setNoticeType(String) - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes.Builder
Builder accessor for the noticeType attribute
setNtkDESVersion(Integer) - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the NTK DESVersion
setNumberedThoroughfareAddress(NumberedThoroughfareAddress.Builder) - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the numberedThoroughfareAddress
setOrder(Integer) - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage.Builder
Builder accessor for the order
setOrder(Integer) - Method in class buri.ddmsence.ddms.summary.NonStateActor.Builder
Builder accessor for the order
setOrganization(Organization.Builder) - Method in class buri.ddmsence.AbstractProducerRole.Builder
Builder accessor for the organization builder
setOrganization(Organization.Builder) - Method in class buri.ddmsence.AbstractTaskingRole.Builder
Builder accessor for the organization builder
setOrganization(Organization.Builder) - Method in class buri.ddmsence.ddms.resource.RecordKeeper.Builder
Builder accessor for the organization builder
setOsuffix(String) - Method in class buri.ddmsence.ddms.summary.FacilityIdentifier.Builder
Builder accessor for the osuffix attribute.
setOtherNetwork(String) - Method in class buri.ddmsence.ddms.resource.RevisionRecall.Builder
Builder accessor for the otherNetwork
setOtherNetwork(String) - Method in class buri.ddmsence.ddms.resource.TaskID.Builder
Builder accessor for the otherNetwork
setOwnerProducers(List<String>) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the ownerProducers attribute
setPerson(Person.Builder) - Method in class buri.ddmsence.AbstractProducerRole.Builder
Builder accessor for the person builder
setPerson(Person.Builder) - Method in class buri.ddmsence.AbstractTaskingRole.Builder
Builder accessor for the person builder
setPhones(List<String>) - Method in class buri.ddmsence.AbstractRoleEntity.Builder
Builder accessor for the phones
setPocTypes(List<String>) - Method in class buri.ddmsence.AbstractProducerRole.Builder
Builder accessor for the pocTypes
setPocTypes(List<String>) - Method in class buri.ddmsence.ddms.security.ism.NoticeText.Builder
Builder accessor for the pocTypes
setPosition(Position.Builder) - Method in class buri.ddmsence.ddms.summary.gml.Point.Builder
Builder accessor for the position
setPostalAddress(PostalAddress.Builder) - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage.Builder
Builder accessor for the postalAddress
setPostalCode(String) - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the postalCode
setPosted(String) - Method in class buri.ddmsence.ddms.resource.Dates.Builder
Builder accessor for the posted date.
setPrecedence(String) - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage.Builder
Builder accessor for the precedence
setPrivacyAct(Boolean) - Method in class buri.ddmsence.ddms.resource.Rights.Builder
Builder accessor for the privacyAct attribute.
setProfileList(ProfileList.Builder) - Method in class buri.ddmsence.ddms.security.ntk.Access.Builder
Builder accessor for the profileList
setProperty(String, String) - Static method in class buri.ddmsence.util.PropertyReader
Attempts to set one of the properties defined as a configurable property.
setProtocol(String) - Method in class buri.ddmsence.ddms.summary.VirtualCoverage.Builder
Builder accessor for the protocol attribute
setProvince(String) - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the province
setQualifier(String) - Method in class buri.ddmsence.AbstractNtkString.Builder
Builder accessor for the qualifier
setQualifier(String) - Method in class buri.ddmsence.AbstractQualifierValue.Builder
Builder accessor for the qualifier attribute.
setQualifier(String) - Method in class buri.ddmsence.ddms.summary.Category.Builder
Builder accessor for the qualifier attribute
setQualifier(String) - Method in class buri.ddmsence.ddms.summary.NonStateActor.Builder
Builder accessor for the qualifier attribute
setReceivedOn(String) - Method in class buri.ddmsence.ddms.resource.Dates.Builder
Builder accessor for the receivedOn
setRecordKeeper(RecordKeeper.Builder) - Method in class buri.ddmsence.ddms.resource.RecordsManagementInfo.Builder
Builder accessor for the recordKeeper
setRecordKeeperID(String) - Method in class buri.ddmsence.ddms.resource.RecordKeeper.Builder
Builder accessor for the recordKeeperID
setRecordsManagementInfo(RecordsManagementInfo.Builder) - Method in class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
Builder accessor for the recordsManagementInfo
setRecordsManagementInfo(RecordsManagementInfo.Builder) - Method in class buri.ddmsence.ddms.resource.ResourceManagement.Builder
Builder accessor for the recordsManagementInfo
setRegions(List<String>) - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier.Builder
Builder accessor for the regions
setRelationship(String) - Method in class buri.ddmsence.ddms.summary.RelatedResource.Builder
Builder accessor for the relationship attribute
setReleasableTo(List<String>) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the releasableTo attribute
setResourceElement(Boolean) - Method in class buri.ddmsence.ddms.Resource.Builder
Accessor for the resourceElement attribute
setResourceManagement(ResourceManagement.Builder) - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the resourceManagement
setRevisionID(Integer) - Method in class buri.ddmsence.ddms.resource.RevisionRecall.Builder
Builder accessor for the revisionID
setRevisionRecall(RevisionRecall.Builder) - Method in class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
Builder accessor for the revisionRecall
setRevisionRecall(RevisionRecall.Builder) - Method in class buri.ddmsence.ddms.resource.ResourceManagement.Builder
Builder accessor for the revisionRecall
setRevisionType(String) - Method in class buri.ddmsence.ddms.resource.RevisionRecall.Builder
Builder accessor for the revisionType
setRights(Rights.Builder) - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the rights
setRole(String) - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes.Builder
Builder accessor for the role
setSARIdentifier(List<String>) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the SARIdentifier attribute
setSchemaHref(String) - Method in class buri.ddmsence.ddms.resource.Source.Builder
Builder accessor for the schemah ref
setSchemaQualifier(String) - Method in class buri.ddmsence.ddms.resource.Source.Builder
Builder accessor for the schema qualifier
setSCIcontrols(List<String>) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the SCIcontrols attribute
setSearchableEnd(String) - Method in class buri.ddmsence.ddms.ApproximableDate.Builder
Builder accessor for the searchableEnd
setSearchableStart(String) - Method in class buri.ddmsence.ddms.ApproximableDate.Builder
Builder accessor for the searchableStart
setSecurity(Security.Builder) - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the security
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.AbstractAccessEntity.Builder
Builder accessor for the securityAttributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.AbstractNtkString.Builder
Builder accessor for the Security Attributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.AbstractProducerRole.Builder
Builder accessor for the Security Attributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.AbstractSimpleString.Builder
Builder accessor for the Security Attributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.AbstractTaskingRole.Builder
Builder accessor for the Security Attributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.ddms.metacard.MetacardInfo.Builder
Builder accessor for the Security Attributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.ddms.Resource.Builder
Builder accessor for the securityAttributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.ddms.resource.ResourceManagement.Builder
Builder accessor for the Security Attributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.ddms.resource.RevisionRecall.Builder
Builder accessor for the Security Attributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.ddms.resource.Source.Builder
Builder accessor for the Security Attributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.ddms.resource.TaskingInfo.Builder
Builder accessor for the Security Attributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.ddms.resource.Type.Builder
Builder accessor for the Security Attributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.ddms.security.ism.Notice.Builder
Builder accessor for the securityAttributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.ddms.security.NoticeList.Builder
Builder accessor for the securityAttributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.ddms.security.ntk.Access.Builder
Builder accessor for the securityAttributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.ddms.security.ntk.ProfileList.Builder
Builder accessor for the securityAttributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.ddms.security.Security.Builder
Builder accessor for the Security Attributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.ddms.summary.Category.Builder
Builder accessor for the Security Attributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage.Builder
Builder accessor for the Security Attributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.ddms.summary.Keyword.Builder
Builder accessor for the Security Attributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.ddms.summary.Link.Builder
Builder accessor for the Security Attributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.ddms.summary.ProductionMetric.Builder
Builder accessor for the Security Attributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.ddms.summary.RelatedResource.Builder
Builder accessor for the Security Attributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.ddms.summary.SubjectCoverage.Builder
Builder accessor for the Security Attributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.ddms.summary.TemporalCoverage.Builder
Builder accessor for the Security Attributes
setSecurityAttributes(SecurityAttributes.Builder) - Method in class buri.ddmsence.ddms.summary.VirtualCoverage.Builder
Builder accessor for the Security Attributes
setService(Service.Builder) - Method in class buri.ddmsence.AbstractProducerRole.Builder
Builder accessor for the service builder
setShow(String) - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes.Builder
Builder accessor for the show
setSouthBL(Double) - Method in class buri.ddmsence.ddms.summary.BoundingBox.Builder
Builder accessor for the southbound latitude
setSrsAttributes(SRSAttributes.Builder) - Method in class buri.ddmsence.ddms.summary.gml.Point.Builder
Builder accessor for the SRS Attributes
setSrsAttributes(SRSAttributes.Builder) - Method in class buri.ddmsence.ddms.summary.gml.Polygon.Builder
Builder accessor for the SRS Attributes
setSrsAttributes(SRSAttributes.Builder) - Method in class buri.ddmsence.ddms.summary.gml.Position.Builder
Builder accessor for the SRS Attributes
setSrsDimension(Integer) - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes.Builder
Builder accessor for the srsDimension
setSrsName(String) - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes.Builder
Builder accessor for the srsName
setStartString(String) - Method in class buri.ddmsence.ddms.summary.TemporalCoverage.Builder
Builder accessor for the start date as a string.
setState(String) - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the state
setStreets(List<String>) - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the streets
setSubDivisionCode(SubDivisionCode.Builder) - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier.Builder
Builder accessor for the subdivision code
setSubject(String) - Method in class buri.ddmsence.ddms.summary.ProductionMetric.Builder
Builder accessor for the subject attribute
setSurname(String) - Method in class buri.ddmsence.ddms.resource.Person.Builder
Builder accessor for the surname
setSystemName(SystemName.Builder) - Method in class buri.ddmsence.AbstractAccessEntity.Builder
Builder accessor for the systemName
setTaskID(TaskID.Builder) - Method in class buri.ddmsence.ddms.resource.TaskingInfo.Builder
Builder accessor for the taskID
setTaskingSystem(String) - Method in class buri.ddmsence.ddms.resource.TaskID.Builder
Builder accessor for the taskingSystem
setTimePeriodName(String) - Method in class buri.ddmsence.ddms.summary.TemporalCoverage.Builder
Builder accessor for the TimePeriod name element child text.
setTitle(String) - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes.Builder
Builder accessor for the title
setTwoNumberAddressRange(TwoNumberAddressRange.Builder) - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the twoNumberAddressRange
setType(Attribute.Type) - Method in class buri.ddmsence.ddms.extensible.ExtensibleAttributes.AttributeBuilder
Builder accessor for the type
setType(String) - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes.Builder
Builder accessor for the type
setTypeOfExemptedSource(String) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes.Builder
Builder accessor for the typeOfExemptedSource attribute
setUnitOfMeasure(String) - Method in class buri.ddmsence.ddms.summary.VerticalExtent.Builder
Builder accessor for the unitOfMeasure attribute
setUnknown(Unknown.Builder) - Method in class buri.ddmsence.AbstractProducerRole.Builder
Builder accessor for the unknown builder
setUnnumberedThoroughfareAddress(UnnumberedThoroughfareAddress.Builder) - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the unnumberedThoroughfareAddress
setUnregisteredNoticeType(String) - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes.Builder
Builder accessor for the unregisteredNoticeType attribute
setUomLabels(List<String>) - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes.Builder
Builder accessor for the uomLabels
setUri(String) - Method in class buri.ddmsence.ddms.extensible.ExtensibleAttributes.AttributeBuilder
Builder accessor for the uri
setUserID(String) - Method in class buri.ddmsence.ddms.resource.Person.Builder
Builder accessor for the userID
setUSPSGeneralDeliveryOffice(USPSGeneralDeliveryOffice.Builder) - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the uspsGeneralDeliveryOffice
setUSPSPostalDeliveryBox(USPSPostalDeliveryBox.Builder) - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the uspsPostalDeliveryBox
setUSPSPostalDeliveryRoute(USPSPostalDeliveryRoute.Builder) - Method in class buri.ddmsence.ddms.summary.PostalAddress.Builder
Builder accessor for the uspsPostalDeliveryRoute
setValidTil(String) - Method in class buri.ddmsence.ddms.resource.Dates.Builder
Builder accessor for the validTil date.
setValue(String) - Method in class buri.ddmsence.AbstractNtkString.Builder
Builder accessor for the child text.
setValue(String) - Method in class buri.ddmsence.AbstractQualifierValue.Builder
Builder accessor for the value attribute.
setValue(String) - Method in class buri.ddmsence.AbstractSimpleString.Builder
Builder accessor for the child text.
setValue(String) - Method in class buri.ddmsence.ddms.extensible.ExtensibleAttributes.AttributeBuilder
Builder accessor for the value
setValue(String) - Method in class buri.ddmsence.ddms.resource.RevisionRecall.Builder
Builder accessor for the value
setValue(String) - Method in class buri.ddmsence.ddms.resource.TaskID.Builder
Builder accessor for the value
setValue(Double) - Method in class buri.ddmsence.ddms.summary.gml.Position.DoubleBuilder
Builder accessor for the value
setValue(String) - Method in class buri.ddmsence.ddms.summary.Keyword.Builder
Builder accessor for the value attribute
setVerticalExtent(VerticalExtent.Builder) - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage.Builder
Builder accessor for the verticalExtent
setVitalRecordIndicator(Boolean) - Method in class buri.ddmsence.ddms.resource.RecordsManagementInfo.Builder
Builder accessor for the vitalRecordIndicator flag
setVocabulary(String) - Method in class buri.ddmsence.ddms.security.ntk.ProfileValue.Builder
Builder accessor for the vocabulary
setWestBL(Double) - Method in class buri.ddmsence.ddms.summary.BoundingBox.Builder
Builder accessor for the westbound longitude
setXLinkAttributes(XLinkAttributes.Builder) - Method in class buri.ddmsence.ddms.resource.RevisionRecall.Builder
Builder accessor for the XLink Attributes
setXLinkAttributes(XLinkAttributes.Builder) - Method in class buri.ddmsence.ddms.resource.TaskID.Builder
Builder accessor for the XLink Attributes
setXLinkAttributes(XLinkAttributes.Builder) - Method in class buri.ddmsence.ddms.summary.Link.Builder
Builder accessor for the XLink Attributes
setXml(String) - Method in class buri.ddmsence.AbstractTspiAddress.Builder
Builder accessor for the XML string representing the element.
setXml(String) - Method in class buri.ddmsence.AbstractTspiShape.Builder
Builder accessor for the XML string representing the element.
setXml(String) - Method in class buri.ddmsence.ddms.extensible.ExtensibleElement.Builder
Builder accessor for the XML string representing the element.
setXOMElement(Element, boolean) - Method in class buri.ddmsence.AbstractBaseComponent
Accessor for the XOM element representing this component.
size() - Method in class buri.ddmsence.util.LazyList
 
Source - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:source.
Source(Element) - Constructor for class buri.ddmsence.ddms.resource.Source
Constructor for creating a component from a XOM Element
Source(String, String, String, String, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.resource.Source
Constructor for creating a component from raw data
Source.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
SRSAttributes - Class in buri.ddmsence.ddms.summary.gml
Attribute group for the four SRS attributes used on GML and TSPI-based shapes.
SRSAttributes(Element) - Constructor for class buri.ddmsence.ddms.summary.gml.SRSAttributes
Base constructor
SRSAttributes(String, Integer, List<String>, List<String>) - Constructor for class buri.ddmsence.ddms.summary.gml.SRSAttributes
Constructor which builds from raw data.
SRSAttributes.Builder - Class in buri.ddmsence.ddms.summary.gml
Builder for these attributes.
SubDivisionCode - Class in buri.ddmsence.ddms.summary
An immutable implementation of ddms:subDivisionCode.
SubDivisionCode(Element) - Constructor for class buri.ddmsence.ddms.summary.SubDivisionCode
Constructor for creating a component from a XOM Element
SubDivisionCode(String, String) - Constructor for class buri.ddmsence.ddms.summary.SubDivisionCode
Constructor for creating a component from raw data
SubDivisionCode.Builder - Class in buri.ddmsence.ddms.summary
Builder for this DDMS component.
SubjectCoverage - Class in buri.ddmsence.ddms.summary
An immutable implementation of ddms:subjectCoverage.
SubjectCoverage(Element) - Constructor for class buri.ddmsence.ddms.summary.SubjectCoverage
Constructor for creating a component from a XOM Element
SubjectCoverage(List<Keyword>, List<Category>, List<ProductionMetric>, List<NonStateActor>, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.summary.SubjectCoverage
Constructor for creating a component from raw data
SubjectCoverage.Builder - Class in buri.ddmsence.ddms.summary
Builder for this DDMS component.
subList(int, int) - Method in class buri.ddmsence.util.LazyList
Intercepts the subList method to maintain a LazyList on the returned sublist.
SubOrganization - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:subOrganization.
SubOrganization(Element) - Constructor for class buri.ddmsence.ddms.resource.SubOrganization
Constructor for creating a component from a XOM Element
SubOrganization(String, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.resource.SubOrganization
Constructor for creating a component from raw data
SubOrganization.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
Subtitle - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:subtitle.
Subtitle(Element) - Constructor for class buri.ddmsence.ddms.resource.Subtitle
Constructor for creating a component from a XOM Element
Subtitle(String, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.resource.Subtitle
Constructor for creating a component from raw data
Subtitle.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
SystemName - Class in buri.ddmsence.ddms.security.ntk
An immutable implementation of ntk:AccessSystemName.
SystemName(Element) - Constructor for class buri.ddmsence.ddms.security.ntk.SystemName
Constructor for creating a component from a XOM Element
SystemName(String, String, String, String, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.security.ntk.SystemName
Constructor which builds from raw data.
SystemName.Builder - Class in buri.ddmsence.ddms.security.ntk
Builder for this DDMS component.

T

TaskID - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:taskID.
TaskID(Element) - Constructor for class buri.ddmsence.ddms.resource.TaskID
Constructor for creating a component from a XOM Element
TaskID(String, String, String, String, XLinkAttributes) - Constructor for class buri.ddmsence.ddms.resource.TaskID
Constructor for creating a component from raw data
TaskID.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
TaskingInfo - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:taskingInfo.
TaskingInfo(Element) - Constructor for class buri.ddmsence.ddms.resource.TaskingInfo
Constructor for creating a component from a XOM Element
TaskingInfo(List<RequesterInfo>, List<Addressee>, Description, TaskID, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.resource.TaskingInfo
Constructor for creating a component from raw data
TaskingInfo.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
TemporalCoverage - Class in buri.ddmsence.ddms.summary
An immutable implementation of ddms:temporalCoverage.
TemporalCoverage(Element) - Constructor for class buri.ddmsence.ddms.summary.TemporalCoverage
Constructor for creating a component from a XOM Element
TemporalCoverage(String, String, String, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.summary.TemporalCoverage
Constructor for creating a component from raw data, using two exact date values.
TemporalCoverage(String, String, ApproximableDate, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.summary.TemporalCoverage
Constructor for creating a component from raw data, using an exact start date and an approximable end date.
TemporalCoverage(String, ApproximableDate, String, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.summary.TemporalCoverage
Constructor for creating a component from raw data, using an approximable start date and an exact end date.
TemporalCoverage(String, ApproximableDate, ApproximableDate, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.summary.TemporalCoverage
Constructor for creating a component from raw data, using two approximable dates.
TemporalCoverage.Builder - Class in buri.ddmsence.ddms.summary
Builder for this DDMS component.
Title - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:title.
Title(Element) - Constructor for class buri.ddmsence.ddms.resource.Title
Constructor for creating a component from a XOM Element
Title(String, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.resource.Title
Constructor for creating a component from raw data
Title.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
toArray() - Method in class buri.ddmsence.util.LazyList
 
toArray(Object[]) - Method in class buri.ddmsence.util.LazyList
 
toHTML() - Method in class buri.ddmsence.AbstractBaseComponent
 
toHTML() - Method in interface buri.ddmsence.ddms.IDDMSComponent
Renders this component as HTML.
toJSON() - Method in class buri.ddmsence.AbstractBaseComponent
 
toJSON() - Method in interface buri.ddmsence.ddms.IDDMSComponent
Renders this component as JSON.
toString() - Method in class buri.ddmsence.AbstractBaseComponent
Returns the XML representation of the component
toString() - Method in class buri.ddmsence.ddms.ValidationMessage
 
toString() - Method in class buri.ddmsence.util.DDMSVersion
 
toString() - Method in class buri.ddmsence.util.LazyList
 
toText() - Method in class buri.ddmsence.AbstractBaseComponent
 
toText() - Method in interface buri.ddmsence.ddms.IDDMSComponent
Renders this component as Text.
toXML() - Method in class buri.ddmsence.AbstractBaseComponent
Will return an empty string if the name is not set, but this cannot occur after instantiation.
toXML() - Method in interface buri.ddmsence.ddms.IDDMSComponent
Renders this component as XML.
toXMLGregorianCalendar(String) - Static method in class buri.ddmsence.util.Util
Helper method for DDMS components that use the DDMS custom date.
TwoNumberAddressRange - Class in buri.ddmsence.ddms.summary.tspi
An immutable implementation of tspi:TwoNumberAddressRange.
TwoNumberAddressRange(Element) - Constructor for class buri.ddmsence.ddms.summary.tspi.TwoNumberAddressRange
Constructor for creating a component from a XOM Element
TwoNumberAddressRange.Builder - Class in buri.ddmsence.ddms.summary.tspi
Builder for this DDMS component.
Type - Class in buri.ddmsence.ddms.resource
An immutable implementation of ddms:type.
Type(Element) - Constructor for class buri.ddmsence.ddms.resource.Type
Constructor for creating a component from a XOM Element
Type(String, String, String, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.resource.Type
Constructor for creating a component from raw data
Type.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
TYPE_OF_EXEMPTED_SOURCE_NAME - Static variable in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Attribute name

U

Unknown - Class in buri.ddmsence.ddms.resource
An immutable implementation of a ddms:unknown element.
Unknown(Element) - Constructor for class buri.ddmsence.ddms.resource.Unknown
Constructor for creating a component from a XOM Element
Unknown(List<String>, List<String>, List<String>) - Constructor for class buri.ddmsence.ddms.resource.Unknown
Deprecated.
A new constructor was added for DDMS 5.0 to support ddms:affiliation. This constructor is preserved for backwards compatibility, but may disappear in the next major release.
Unknown(List<String>, List<String>, List<String>, List<String>, ExtensibleAttributes) - Constructor for class buri.ddmsence.ddms.resource.Unknown
Constructor for creating a component from raw data.
Unknown.Builder - Class in buri.ddmsence.ddms.resource
Builder for this DDMS component.
UnnumberedThoroughfareAddress - Class in buri.ddmsence.ddms.summary.tspi
An immutable implementation of tspi:UnnumberedThoroughfareAddress.
UnnumberedThoroughfareAddress(Element) - Constructor for class buri.ddmsence.ddms.summary.tspi.UnnumberedThoroughfareAddress
Constructor for creating a component from a XOM Element
UnnumberedThoroughfareAddress.Builder - Class in buri.ddmsence.ddms.summary.tspi
Builder for this DDMS component.
UNREGISTERED_NOTICE_TYPE_NAME - Static variable in class buri.ddmsence.ddms.security.ism.NoticeAttributes
Attribute name
UnsupportedVersionException - Exception in buri.ddmsence.ddms
Exception class for attempts to use a version of DDMS which is not supported by this library.
UnsupportedVersionException(String) - Constructor for exception buri.ddmsence.ddms.UnsupportedVersionException
 
usingOldClassification(String) - Static method in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Checks if one of the classifications that existed in DDMS 2.0 but was removed for DDMS 3.0 is being used.
USPSGeneralDeliveryOffice - Class in buri.ddmsence.ddms.summary.tspi
An immutable implementation of tspi:USPSGeneralDeliveryOffice.
USPSGeneralDeliveryOffice(Element) - Constructor for class buri.ddmsence.ddms.summary.tspi.USPSGeneralDeliveryOffice
Constructor for creating a component from a XOM Element
USPSGeneralDeliveryOffice.Builder - Class in buri.ddmsence.ddms.summary.tspi
Builder for this DDMS component.
USPSPostalDeliveryBox - Class in buri.ddmsence.ddms.summary.tspi
An immutable implementation of tspi:USPSPostalDeliveryBox.
USPSPostalDeliveryBox(Element) - Constructor for class buri.ddmsence.ddms.summary.tspi.USPSPostalDeliveryBox
Constructor for creating a component from a XOM Element
USPSPostalDeliveryBox.Builder - Class in buri.ddmsence.ddms.summary.tspi
Builder for this DDMS component.
USPSPostalDeliveryRoute - Class in buri.ddmsence.ddms.summary.tspi
An immutable implementation of tspi:USPSPostalDeliveryRoute.
USPSPostalDeliveryRoute(Element) - Constructor for class buri.ddmsence.ddms.summary.tspi.USPSPostalDeliveryRoute
Constructor for creating a component from a XOM Element
USPSPostalDeliveryRoute.Builder - Class in buri.ddmsence.ddms.summary.tspi
Builder for this DDMS component.
Util - Class in buri.ddmsence.util
A collection of stateless utility methods.

V

validate() - Method in class buri.ddmsence.AbstractAccessEntity
 
validate(DDMSVersion) - Method in class buri.ddmsence.AbstractAttributeGroup
Base validation case for attribute groups.
validate() - Method in class buri.ddmsence.AbstractBaseComponent
Base case for validation.
validate() - Method in class buri.ddmsence.AbstractNtkString
 
validate() - Method in class buri.ddmsence.AbstractProducerRole
 
validate() - Method in class buri.ddmsence.AbstractRoleEntity
 
validate() - Method in class buri.ddmsence.AbstractSimpleString
 
validate() - Method in class buri.ddmsence.AbstractTaskingRole
 
validate() - Method in class buri.ddmsence.AbstractTspiAddress
 
validate() - Method in class buri.ddmsence.AbstractTspiShape
 
validate() - Method in class buri.ddmsence.ddms.ApproximableDate
 
validate(DDMSVersion) - Method in class buri.ddmsence.ddms.extensible.ExtensibleAttributes
Currently, no further validation is performed.
validate() - Method in class buri.ddmsence.ddms.extensible.ExtensibleElement
 
validate() - Method in class buri.ddmsence.ddms.format.Extent
Validates the component.
validate() - Method in class buri.ddmsence.ddms.format.Format
 
validate() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo
 
validate() - Method in class buri.ddmsence.ddms.resource.Addressee
 
validate() - Method in class buri.ddmsence.ddms.resource.ApplicationSoftware
 
validate() - Method in class buri.ddmsence.ddms.resource.Contributor
 
validate() - Method in class buri.ddmsence.ddms.resource.Creator
 
validate() - Method in class buri.ddmsence.ddms.resource.Dates
 
validate() - Method in class buri.ddmsence.ddms.resource.Details
 
validate() - Method in class buri.ddmsence.ddms.resource.Identifier
 
validate() - Method in class buri.ddmsence.ddms.resource.Language
 
validate() - Method in class buri.ddmsence.ddms.resource.Organization
 
validate() - Method in class buri.ddmsence.ddms.resource.Person
 
validate() - Method in class buri.ddmsence.ddms.resource.PointOfContact
 
validate() - Method in class buri.ddmsence.ddms.resource.ProcessingInfo
 
validate() - Method in class buri.ddmsence.ddms.resource.Publisher
 
validate() - Method in class buri.ddmsence.ddms.resource.RecordKeeper
 
validate() - Method in class buri.ddmsence.ddms.resource.RecordsManagementInfo
 
validate() - Method in class buri.ddmsence.ddms.resource.RequesterInfo
 
validate() - Method in class buri.ddmsence.ddms.resource.ResourceManagement
 
validate() - Method in class buri.ddmsence.ddms.resource.RevisionRecall
 
validate() - Method in class buri.ddmsence.ddms.resource.Rights
 
validate() - Method in class buri.ddmsence.ddms.resource.Service
 
validate() - Method in class buri.ddmsence.ddms.resource.Source
 
validate() - Method in class buri.ddmsence.ddms.resource.SubOrganization
 
validate() - Method in class buri.ddmsence.ddms.resource.Subtitle
 
validate() - Method in class buri.ddmsence.ddms.resource.TaskID
 
validate() - Method in class buri.ddmsence.ddms.resource.TaskingInfo
 
validate() - Method in class buri.ddmsence.ddms.resource.Title
 
validate() - Method in class buri.ddmsence.ddms.resource.Type
 
validate() - Method in class buri.ddmsence.ddms.resource.Unknown
 
validate() - Method in class buri.ddmsence.ddms.Resource
 
validate() - Method in class buri.ddmsence.ddms.security.ism.Notice
 
validate(DDMSVersion) - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes
Validates the attribute group.
validate() - Method in class buri.ddmsence.ddms.security.ism.NoticeText
 
validate(DDMSVersion) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Validates the attribute group.
validate() - Method in class buri.ddmsence.ddms.security.NoticeList
 
validate() - Method in class buri.ddmsence.ddms.security.ntk.Access
 
validate() - Method in class buri.ddmsence.ddms.security.ntk.Group
 
validate() - Method in class buri.ddmsence.ddms.security.ntk.GroupValue
 
validate() - Method in class buri.ddmsence.ddms.security.ntk.Individual
 
validate() - Method in class buri.ddmsence.ddms.security.ntk.IndividualValue
 
validate() - Method in class buri.ddmsence.ddms.security.ntk.Profile
 
validate() - Method in class buri.ddmsence.ddms.security.ntk.ProfileList
 
validate() - Method in class buri.ddmsence.ddms.security.ntk.ProfileValue
 
validate() - Method in class buri.ddmsence.ddms.security.ntk.SystemName
 
validate() - Method in class buri.ddmsence.ddms.security.Security
 
validate() - Method in class buri.ddmsence.ddms.summary.BoundingBox
 
validate() - Method in class buri.ddmsence.ddms.summary.BoundingGeometry
 
validate() - Method in class buri.ddmsence.ddms.summary.Category
 
validate() - Method in class buri.ddmsence.ddms.summary.CountryCode
 
validate() - Method in class buri.ddmsence.ddms.summary.Description
 
validate() - Method in class buri.ddmsence.ddms.summary.FacilityIdentifier
 
validate() - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier
 
validate() - Method in class buri.ddmsence.ddms.summary.GeospatialCoverage
 
validate() - Method in class buri.ddmsence.ddms.summary.gml.Point
 
validate() - Method in class buri.ddmsence.ddms.summary.gml.Polygon
 
validate() - Method in class buri.ddmsence.ddms.summary.gml.Position
 
validate(DDMSVersion) - Method in class buri.ddmsence.ddms.summary.gml.SRSAttributes
 
validate() - Method in class buri.ddmsence.ddms.summary.Keyword
 
validate() - Method in class buri.ddmsence.ddms.summary.Link
 
validate() - Method in class buri.ddmsence.ddms.summary.NonStateActor
 
validate() - Method in class buri.ddmsence.ddms.summary.PostalAddress
 
validate() - Method in class buri.ddmsence.ddms.summary.ProductionMetric
 
validate() - Method in class buri.ddmsence.ddms.summary.RelatedResource
 
validate() - Method in class buri.ddmsence.ddms.summary.SubDivisionCode
 
validate() - Method in class buri.ddmsence.ddms.summary.SubjectCoverage
 
validate() - Method in class buri.ddmsence.ddms.summary.TemporalCoverage
 
validate() - Method in class buri.ddmsence.ddms.summary.tspi.Circle
 
validate() - Method in class buri.ddmsence.ddms.summary.tspi.Ellipse
 
validate() - Method in class buri.ddmsence.ddms.summary.tspi.Envelope
 
validate() - Method in class buri.ddmsence.ddms.summary.tspi.GeneralAddressClass
 
validate() - Method in class buri.ddmsence.ddms.summary.tspi.IntersectionAddress
 
validate() - Method in class buri.ddmsence.ddms.summary.tspi.LandmarkAddress
 
validate() - Method in class buri.ddmsence.ddms.summary.tspi.NumberedThoroughfareAddress
 
validate() - Method in class buri.ddmsence.ddms.summary.tspi.Point
 
validate() - Method in class buri.ddmsence.ddms.summary.tspi.Polygon
 
validate() - Method in class buri.ddmsence.ddms.summary.tspi.TwoNumberAddressRange
 
validate() - Method in class buri.ddmsence.ddms.summary.tspi.UnnumberedThoroughfareAddress
 
validate() - Method in class buri.ddmsence.ddms.summary.tspi.USPSGeneralDeliveryOffice
 
validate() - Method in class buri.ddmsence.ddms.summary.tspi.USPSPostalDeliveryBox
 
validate() - Method in class buri.ddmsence.ddms.summary.tspi.USPSPostalDeliveryRoute
 
validate() - Method in class buri.ddmsence.ddms.summary.VerticalExtent
 
validate() - Method in class buri.ddmsence.ddms.summary.VirtualCoverage
 
validate(DDMSVersion) - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes
Validates the attribute group.
validateApproximation(String) - Static method in class buri.ddmsence.ddms.ApproximableDate
Validates an approximation against the allowed values.
validateCompatibleVersion(DDMSVersion) - Method in class buri.ddmsence.ddms.security.ism.NoticeAttributes
Compares the DDMS version of these attributes to another DDMS version
validateCompatibleVersion(DDMSVersion) - Method in class buri.ddmsence.ddms.security.ism.SecurityAttributes
Compares the DDMS version of these attributes to another DDMS version
validateCompatibleVersion(DDMSVersion) - Method in class buri.ddmsence.ddms.summary.xlink.XLinkAttributes
Compares the DDMS version of these attributes to another DDMS version
validateElementName(String) - Static method in class buri.ddmsence.ddms.ApproximableDate
Validates an element name against the allowed values.
validateEnumeration(DDMSVersion, String, String) - Static method in class buri.ddmsence.ddms.security.ism.ISMVocabulary
Helper method to validate a value from a controlled vocabulary.
validateGencCountryCode(CountryCode) - Static method in class buri.ddmsence.ddms.summary.GeographicIdentifier
Validates the syntax of the codespace/code value in a DDMS 5.0 (or later) country code.
validateLengthMeasureType(String) - Static method in class buri.ddmsence.ddms.summary.VerticalExtent
Validates a length measure type against the allowed types.
validateRelationshipDirection(String) - Static method in class buri.ddmsence.ddms.summary.RelatedResource
Asserts that a direction is valid.
validateVerticalDatumType(String) - Static method in class buri.ddmsence.ddms.summary.VerticalExtent
Validates a vertical datum type against the allowed types.
validateWarnings() - Method in class buri.ddmsence.AbstractBaseComponent
Base case for warnings.
validateWarnings() - Method in class buri.ddmsence.ddms.ApproximableDate
 
validateWarnings() - Method in class buri.ddmsence.ddms.format.Extent
 
validateWarnings() - Method in class buri.ddmsence.ddms.metacard.MetacardInfo
 
validateWarnings() - Method in class buri.ddmsence.ddms.resource.ApplicationSoftware
 
validateWarnings() - Method in class buri.ddmsence.ddms.resource.Dates
 
validateWarnings() - Method in class buri.ddmsence.ddms.resource.Details
 
validateWarnings() - Method in class buri.ddmsence.ddms.resource.Language
 
validateWarnings() - Method in class buri.ddmsence.ddms.resource.ProcessingInfo
 
validateWarnings() - Method in class buri.ddmsence.ddms.resource.RevisionRecall
 
validateWarnings() - Method in class buri.ddmsence.ddms.resource.Source
 
validateWarnings() - Method in class buri.ddmsence.ddms.resource.Subtitle
 
validateWarnings() - Method in class buri.ddmsence.ddms.resource.TaskID
 
validateWarnings() - Method in class buri.ddmsence.ddms.resource.Type
 
validateWarnings() - Method in class buri.ddmsence.ddms.Resource
 
validateWarnings() - Method in class buri.ddmsence.ddms.security.ism.Notice
 
validateWarnings() - Method in class buri.ddmsence.ddms.security.ism.NoticeText
 
validateWarnings() - Method in class buri.ddmsence.ddms.security.ntk.Access
 
validateWarnings() - Method in class buri.ddmsence.ddms.security.ntk.GroupValue
 
validateWarnings() - Method in class buri.ddmsence.ddms.security.ntk.IndividualValue
 
validateWarnings() - Method in class buri.ddmsence.ddms.security.ntk.ProfileValue
 
validateWarnings() - Method in class buri.ddmsence.ddms.summary.Description
 
validateWarnings() - Method in class buri.ddmsence.ddms.summary.GeographicIdentifier
 
validateWarnings() - Method in class buri.ddmsence.ddms.summary.gml.Point
 
validateWarnings() - Method in class buri.ddmsence.ddms.summary.gml.Polygon
 
validateWarnings() - Method in class buri.ddmsence.ddms.summary.gml.Position
 
validateWarnings() - Method in class buri.ddmsence.ddms.summary.Link
 
validateWarnings() - Method in class buri.ddmsence.ddms.summary.NonStateActor
 
validateWarnings() - Method in class buri.ddmsence.ddms.summary.PostalAddress
 
validateWarnings() - Method in class buri.ddmsence.ddms.summary.RelatedResource
 
validateWarnings() - Method in class buri.ddmsence.ddms.summary.SubjectCoverage
 
validateWarnings() - Method in class buri.ddmsence.ddms.summary.TemporalCoverage
 
validateWarnings() - Method in class buri.ddmsence.ddms.summary.VirtualCoverage
 
validateWithSchema(DDMSVersion, String) - Static method in class buri.ddmsence.util.DDMSReader
Attempts to build an Element from a Resource XML string.
validateWithSchematron(File) - Method in class buri.ddmsence.ddms.Resource
Performs a Schematron validation of the DDMS Resource, via the ISO Schematron skeleton stylesheets for XSLT1 or XSLT2 processors.
ValidationMessage - Class in buri.ddmsence.ddms
Simple class representing a validation message.
valueOf(String) - Static method in enum buri.ddmsence.ddms.OutputFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum buri.ddmsence.ddms.OutputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
VerticalExtent - Class in buri.ddmsence.ddms.summary
An immutable implementation of ddms:verticalExtent.
VerticalExtent(Element) - Constructor for class buri.ddmsence.ddms.summary.VerticalExtent
Constructor for creating a component from a XOM Element
VerticalExtent(double, double, String, String) - Constructor for class buri.ddmsence.ddms.summary.VerticalExtent
Constructor for creating a component from raw data
VerticalExtent.Builder - Class in buri.ddmsence.ddms.summary
Builder for this DDMS component.
VirtualCoverage - Class in buri.ddmsence.ddms.summary
An immutable implementation of ddms:virtualCoverage.
VirtualCoverage(Element) - Constructor for class buri.ddmsence.ddms.summary.VirtualCoverage
Constructor for creating a component from a XOM Element
VirtualCoverage(String, String, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.summary.VirtualCoverage
Deprecated.
A new constructor was added for DDMS 5.0 to support ntk:access and virt:network. This constructor is preserved for backwards compatibility, but may disappear in the next major release.
VirtualCoverage(String, String, String, String, SecurityAttributes) - Constructor for class buri.ddmsence.ddms.summary.VirtualCoverage
Constructor for creating a component from raw data
VirtualCoverage.Builder - Class in buri.ddmsence.ddms.summary
Builder for this DDMS component.

W

WARNING_TYPE - Static variable in class buri.ddmsence.ddms.ValidationMessage
Constant type for a warning.

X

XLinkAttributes - Class in buri.ddmsence.ddms.summary.xlink
Attribute group for the XLINK attributes.
XLinkAttributes(Element) - Constructor for class buri.ddmsence.ddms.summary.xlink.XLinkAttributes
Base constructor
XLinkAttributes() - Constructor for class buri.ddmsence.ddms.summary.xlink.XLinkAttributes
Constructor which builds from raw data for an unknown type.
XLinkAttributes(String, String, String) - Constructor for class buri.ddmsence.ddms.summary.xlink.XLinkAttributes
Constructor which builds from raw data for a resource link.
XLinkAttributes(String, String, String, String) - Constructor for class buri.ddmsence.ddms.summary.xlink.XLinkAttributes
Constructor which builds from raw data for a locator link.
XLinkAttributes(String, String, String, String, String, String) - Constructor for class buri.ddmsence.ddms.summary.xlink.XLinkAttributes
Constructor which builds from raw data for a simple link.
XLinkAttributes.Builder - Class in buri.ddmsence.ddms.summary.xlink
Builder for these attributes.
xmlEscape(String) - Static method in class buri.ddmsence.util.Util
Replaces XML special characters - '&', '<', '>', '\'', '"'
A B C D E F G H I K L M N O P R S T U V W X 
Skip navigation links

Copyright 2010 - 2019 by Brian Uri!
Generated on 09/15/2016 12:36 PM
https://ddmsence.urizone.net/