Constructor and Description |
---|
MetaInfoImpl() |
Modifier and Type | Method and Description |
---|---|
NodeList |
getAnyElements()
Gets the elemental informations.
|
String |
getDescription()
Gets the descriptive information (URI).
|
String |
getMimeType()
Gets the mime type of the associated object.
|
String |
getType()
Gets the XML signature creation type information of the associated object.
|
void |
setAnyElements(NodeList anyElements)
Sets descriptive XML content.
|
void |
setDescription(String description)
Sets the URI pointing to a description of the content.
|
void |
setMimeType(String mimeType)
Sets the MIME type.
|
void |
setType(String type)
Sets the XML signature creation type information.
|
public void setMimeType(String mimeType)
mimeType
- The MIME type to set.public String getMimeType()
MetaInfo
getMimeType
in interface MetaInfo
public void setDescription(String description)
description
- The URI pointing to a description of the content.public String getDescription()
MetaInfo
getDescription
in interface MetaInfo
public void setAnyElements(NodeList anyElements)
anyElements
- The elements to set.public NodeList getAnyElements()
MetaInfo
getAnyElements
in interface MetaInfo
public void setType(String type)
type
- the XML signature creation type information to set.Copyright © 2016. All rights reserved.