@CodingStyleguideUnaware public class SoftwareProvider extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for SoftwareProvider complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SoftwareProvider">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProviderID" type="{dian:gov:co:facturaelectronica:Structures-2-1}coID2Type"/>
<element name="SoftwareID" type="{urn:oasis:names:specification:ubl:schema:xsd:UnqualifiedDataTypes-2}IdentifierType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
SoftwareProvider()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
SoftwareProvider |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SoftwareProvider ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
CoID2Type |
getProviderID()
Gets the value of the providerID property.
|
String |
getProviderIDValue()
Get the value of the contained CoID2Type object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.IdentifierType |
getSoftwareID()
Gets the value of the softwareID property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setProviderID(CoID2Type value)
Sets the value of the providerID property.
|
CoID2Type |
setProviderID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setSoftwareID(oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.IdentifierType value)
Sets the value of the softwareID property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public SoftwareProvider()
@Nullable public CoID2Type getProviderID()
CoID2Typepublic void setProviderID(@Nullable CoID2Type value)
value - allowed object is
CoID2Type@Nullable public oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.IdentifierType getSoftwareID()
IdentifierTypepublic void setSoftwareID(@Nullable oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.IdentifierType value)
value - allowed object is
IdentifierTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull SoftwareProvider ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public SoftwareProvider clone()
@Nonnull public CoID2Type setProviderID(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2020 Philip Helger. All rights reserved.