@CodingStyleguideUnaware public class NsPrefixInAttributeValues extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
NsPrefixInAttributeValues()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
NsPrefixInAttributeValues |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(NsPrefixInAttributeValues 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 |
getPrefix()
Gets the value of the prefix property.
|
String |
getUri()
Gets the value of the uri property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setPrefix(String value)
Sets the value of the prefix property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public NsPrefixInAttributeValues()
@Nullable public String getPrefix()
Stringpublic void setPrefix(@Nullable String value)
value - allowed object is
String@Nullable public String getUri()
Stringpublic void setUri(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull NsPrefixInAttributeValues ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public NsPrefixInAttributeValues clone()
Copyright © 2014–2021 Philip Helger. All rights reserved.