public class InformalTagElement extends Object implements MetadataElement, Serializable
| Constructor and Description |
|---|
InformalTagElement()
Default constructor
|
InformalTagElement(InformalTagElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
ElementHeader |
getElementHeader()
Return the element header associated with the properties.
|
InformalTagProperties |
getInformalTagProperties()
Return the properties of the informal tag.
|
int |
hashCode()
Return hash code for this object
|
void |
setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
setInformalTagProperties(InformalTagProperties informalTagProperties)
Set up the properties of the informal tag.
|
String |
toString()
JSON-style toString
|
public InformalTagElement()
public InformalTagElement(InformalTagElement template)
template - object to copypublic ElementHeader getElementHeader()
getElementHeader in interface MetadataElementpublic void setElementHeader(ElementHeader elementHeader)
setElementHeader in interface MetadataElementelementHeader - element header objectpublic InformalTagProperties getInformalTagProperties()
public void setInformalTagProperties(InformalTagProperties informalTagProperties)
informalTagProperties - properties beanpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.