public 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 obj)
Determines whether the specified
Object , is equal to this instance. |
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
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 obj)
Determines whether the specified Object
, is equal to this instance.
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.