@CodingStyleguideUnaware public class ActivePattern extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ActivePattern()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
ActivePattern |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ActivePattern 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 |
getDocument()
Gets the value of the document property.
|
String |
getDocuments()
Gets the value of the documents property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getRole()
Gets the value of the role property.
|
Text |
getText()
Gets the value of the text property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setDocument(String value)
Sets the value of the document property.
|
void |
setDocuments(String value)
Sets the value of the documents property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setText(Text value)
Sets the value of the text property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ActivePattern()
@Nullable public Text getText()
Textpublic void setText(@Nullable Text value)
value - allowed object is
Text@Nullable public String getId()
Stringpublic void setId(@Nullable String value)
value - allowed object is
String@Nullable public String getDocuments()
Stringpublic void setDocuments(@Nullable String value)
value - allowed object is
String@Nullable public String getName()
Stringpublic void setName(@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 getDocument()
Stringpublic void setDocument(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull ActivePattern ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ActivePattern clone()
Copyright © 2014–2021 Philip Helger. All rights reserved.