Package com.independentsoft.office.odf
Class UserDefinedMetadataElement
java.lang.Object
com.independentsoft.office.odf.UserDefinedMetadataElement
Represents any additional user-defined metadata for a document.
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of the UserDefinedMetadataElement class. -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.getName()Gets the name of the metadata element.getType()Gets the type of the metadata element.getValue()Gets the value of the metadata element.voidSets the name of the metadata element.voidSets the type of the metadata element.voidSets the value of the metadata element.toString()Converts the value of the current UserDefinedMetadataElement object to its equivalent string representation.
-
Constructor Details
-
UserDefinedMetadataElement
public UserDefinedMetadataElement()Initializes a new instance of the UserDefinedMetadataElement class.
-
-
Method Details
-
clone
Creates a new object that is a deep copy of the current instance. -
toString
Converts the value of the current UserDefinedMetadataElement object to its equivalent string representation. -
getName
Gets the name of the metadata element.- Returns:
- the name
-
setName
Sets the name of the metadata element.- Parameters:
name- the new name
-
getType
Gets the type of the metadata element.- Returns:
- the type
-
setType
Sets the type of the metadata element.- Parameters:
type- the new type
-
getValue
Gets the value of the metadata element.- Returns:
- the value
-
setValue
Sets the value of the metadata element.- Parameters:
value- the new value
-