@CodingStyleguideUnaware public class WebSiteAccessType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
WebSiteAccessType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
WebSiteAccessType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(WebSiteAccessType 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
|
LoginType |
getLogin()
<pre>
<?
|
String |
getLoginValue()
Get the value of the contained LoginType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PasswordType |
getPassword()
<pre>
<?
|
String |
getPasswordValue()
Get the value of the contained PasswordType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
URIType |
getURI()
<pre>
<?
|
String |
getURIValue()
Get the value of the contained URIType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setLogin(LoginType value)
Sets the value of the login property.
|
LoginType |
setLogin(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPassword(PasswordType value)
Sets the value of the password property.
|
PasswordType |
setPassword(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
URIType |
setURI(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setURI(URIType value)
Sets the value of the uri property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public WebSiteAccessType()
@Nullable public URIType getURI()
URITypepublic void setURI(@Nullable URIType value)
value - allowed object is
URIType@Nullable public PasswordType getPassword()
PasswordTypepublic void setPassword(@Nullable PasswordType value)
value - allowed object is
PasswordType@Nullable public LoginType getLogin()
LoginTypepublic void setLogin(@Nullable LoginType value)
value - allowed object is
LoginTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull WebSiteAccessType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public WebSiteAccessType clone()
@Nonnull public URIType setURI(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public PasswordType setPassword(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public LoginType setLogin(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getURIValue()
@Nullable public String getPasswordValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.