@CodingStyleguideUnaware public class PropertyIdentificationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
PropertyIdentificationType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
PropertyIdentificationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PropertyIdentificationType 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
|
IDType |
getID()
Gets the value of the id property.
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PartyType |
getIssuerParty()
Gets the value of the issuerParty property.
|
IssuerScopeIDType |
getIssuerScopeID()
Gets the value of the issuerScopeID property.
|
String |
getIssuerScopeIDValue()
Get the value of the contained IssuerScopeIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
UBLExtensionsType |
getUBLExtensions()
Gets the value of the ublExtensions property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setIssuerParty(PartyType value)
Sets the value of the issuerParty property.
|
void |
setIssuerScopeID(IssuerScopeIDType value)
Sets the value of the issuerScopeID property.
|
IssuerScopeIDType |
setIssuerScopeID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public PropertyIdentificationType()
@Nullable public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(@Nullable UBLExtensionsType value)
value - allowed object is
UBLExtensionsType@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public IssuerScopeIDType getIssuerScopeID()
IssuerScopeIDTypepublic void setIssuerScopeID(@Nullable IssuerScopeIDType value)
value - allowed object is
IssuerScopeIDType@Nullable public PartyType getIssuerParty()
PartyTypepublic void setIssuerParty(@Nullable PartyType value)
value - allowed object is
PartyTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull PropertyIdentificationType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public PropertyIdentificationType clone()
@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IssuerScopeIDType setIssuerScopeID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
Copyright © 2019–2021 Philip Helger. All rights reserved.