public final class XmpHeaderPI extends Object implements IXmlValue, com.aspose.ms.System.IEquatable<XmpHeaderPI>
Represents XMP header processing instruction.
Constructor and Description |
---|
XmpHeaderPI()
Initializes a new instance of the
XmpHeaderPI class. |
XmpHeaderPI(String guid)
Initializes a new instance of the
XmpHeaderPI class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Compares with
other and returns true if objects are equal. |
boolean |
equals(XmpHeaderPI other)
Indicates whether the current object is equal to another object of the same type.
|
String |
getGuid()
Represents Header GUID.
|
String |
getXmlValue()
Converts XMP value to the xml representation.
|
int |
hashCode()
Returns a hash code for this instance.
|
void |
setGuid(String value)
Represents Header GUID.
|
public XmpHeaderPI()
Initializes a new instance of the XmpHeaderPI
class.
public XmpHeaderPI(String guid)
Initializes a new instance of the XmpHeaderPI
class.
guid
- The unique identifier.public final String getGuid()
Represents Header GUID.
public final void setGuid(String value)
Represents Header GUID.
public final String getXmlValue()
Converts XMP value to the xml representation.
getXmlValue
in interface IXmlValue
string
representation of XMP value.public final boolean equals(XmpHeaderPI other)
Indicates whether the current object is equal to another object of the same type.
other
- An object to compare with this object.other
parameter; otherwise, false.public boolean equals(Object other)
Compares with other
and returns true if objects are equal.
equals
in interface com.aspose.ms.System.IEquatable<XmpHeaderPI>
equals
in class Object
other
- Compared object.Copyright © 2018. All rights reserved.