@CodingStyleguideUnaware public class PropertyReference extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
PropertyReference()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
PropertyReference |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PropertyReference ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getProperty()
Gets the value of the property property.
|
String |
getRole()
Gets the value of the role property.
|
String |
getScheme()
Gets the value of the scheme property.
|
Text |
getText()
Gets the value of the text property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setProperty(String value)
Sets the value of the property property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setScheme(String value)
Sets the value of the scheme property.
|
void |
setText(Text value)
Sets the value of the text property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public PropertyReference()
@Nullable public Text getText()
Textpublic void setText(@Nullable Text value)
value - allowed object is
Text@Nullable public String getProperty()
Stringpublic void setProperty(@Nullable String value)
value - allowed object is
String@Nullable public String getRole()
Stringpublic void setRole(@Nullable String value)
value - allowed object is
String@Nullable public String getScheme()
Stringpublic void setScheme(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull PropertyReference ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public PropertyReference clone()
Copyright © 2014–2021 Philip Helger. All rights reserved.