@CodingStyleguideUnaware public class AgentType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
AgentType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
AgentType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(AgentType 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
|
NameType |
getAgentName()
Gets the value of the agentName property.
|
String |
getAgentNameValue()
Get the value of the contained NameType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
getAgentUrn()
Gets the value of the agentUrn property.
|
String |
getRedirectURL()
Gets the value of the redirectURL property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setAgentName(NameType value)
Sets the value of the agentName property.
|
NameType |
setAgentName(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setAgentUrn(String value)
Sets the value of the agentUrn property.
|
void |
setRedirectURL(String value)
Sets the value of the redirectURL property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public AgentType()
@Nullable public String getAgentUrn()
Stringpublic void setAgentUrn(@Nullable String value)
value - allowed object is
String@Nullable public NameType getAgentName()
NameTypepublic void setAgentName(@Nullable NameType value)
value - allowed object is
NameType@Nullable public String getRedirectURL()
Stringpublic void setRedirectURL(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull AgentType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public AgentType clone()
@Nonnull public NameType setAgentName(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.Copyright © 2021–2022 de4a. All rights reserved.