@CodingStyleguideUnaware public class RequestGroundsType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
RequestGroundsType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
RequestGroundsType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(RequestGroundsType 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
|
ExplicitRequestType |
getExplicitRequest()
Gets the value of the explicitRequest property.
|
String |
getLawELIPermanentLink()
Gets the value of the lawELIPermanentLink property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setExplicitRequest(ExplicitRequestType value)
Sets the value of the explicitRequest property.
|
void |
setLawELIPermanentLink(String value)
Sets the value of the lawELIPermanentLink property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public RequestGroundsType()
@Nullable public String getLawELIPermanentLink()
Stringpublic void setLawELIPermanentLink(@Nullable String value)
value - allowed object is
String@Nullable public ExplicitRequestType getExplicitRequest()
ExplicitRequestTypepublic void setExplicitRequest(@Nullable ExplicitRequestType value)
value - allowed object is
ExplicitRequestTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull RequestGroundsType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public RequestGroundsType clone()
Copyright © 2021–2022 de4a. All rights reserved.