@Immutable public static class ThreddsMetadata.MetadataOther extends Object
Modifier and Type | Field and Description |
---|---|
Object |
contentObject |
boolean |
isInherited |
String |
namespaceURI |
String |
prefix |
String |
title |
String |
type |
String |
xlinkHref |
Constructor and Description |
---|
MetadataOther(String mtype,
String namespaceURI,
String namespacePrefix,
boolean inherited,
Object contentObject) |
MetadataOther(String xlinkHref,
String title,
String type,
String namespaceURI,
String prefix,
boolean inherited) |
Modifier and Type | Method and Description |
---|---|
Object |
getContentObject() |
String |
getNamespaceURI() |
String |
getPrefix() |
String |
getTitle() |
String |
getType() |
String |
getXlinkHref() |
boolean |
isInherited() |
public final String title
public final String type
public final String xlinkHref
public final String namespaceURI
public final String prefix
public final boolean isInherited
public final Object contentObject