public class DocumentProperty extends LinkElement
| Constructor and Description |
|---|
DocumentProperty() |
| Modifier and Type | Method and Description |
|---|---|
DocumentProperty |
builtIn(java.lang.Boolean builtIn) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName()
Name of the property.
|
java.lang.String |
getValue()
Property value.
|
int |
hashCode() |
java.lang.Boolean |
isBuiltIn()
Value indicating whether it is a built-in property.
|
DocumentProperty |
name(java.lang.String name) |
void |
setBuiltIn(java.lang.Boolean builtIn) |
void |
setName(java.lang.String name) |
void |
setValue(java.lang.String value) |
java.lang.String |
toString() |
DocumentProperty |
value(java.lang.String value) |
addLinksItem, getLinks, links, setLinkspublic DocumentProperty name(java.lang.String name)
public java.lang.String getName()
public void setName(java.lang.String name)
public DocumentProperty value(java.lang.String value)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public DocumentProperty builtIn(java.lang.Boolean builtIn)
public java.lang.Boolean isBuiltIn()
public void setBuiltIn(java.lang.Boolean builtIn)
public boolean equals(java.lang.Object o)
equals in class LinkElementpublic int hashCode()
hashCode in class LinkElementpublic java.lang.String toString()
toString in class LinkElement