Package eu.de4a.iem.jaxb.common.types
Class ProvisionType
- java.lang.Object
-
- eu.de4a.iem.jaxb.common.types.ProvisionType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Cloneable
@CodingStyleguideUnaware public class ProvisionType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
Java class for ProvisionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProvisionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ProvisionType" type="{http://www.de4a.eu/2020/commons/type}ProvisionTypeType"/> <choice> <element name="RedirectURL" type="{http://www.de4a.eu/2020/commons/type}RedirectURLType"/> <element name="Params" type="{http://www.de4a.eu/2020/commons/type}ParamsType" minOccurs="0"/> </choice> </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 Summary
Constructors Constructor Description ProvisionType()Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProvisionTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(ProvisionType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeParamsTypegetParams()Gets the value of the params property.ProvisionTypeTypegetProvisionType()Gets the value of the provisionType property.StringgetRedirectURL()Gets the value of the redirectURL property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetParams(ParamsType value)Sets the value of the params property.voidsetProvisionType(ProvisionTypeType value)Sets the value of the provisionType property.voidsetRedirectURL(String value)Sets the value of the redirectURL property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring
-
-
-
Method Detail
-
getProvisionType
@Nullable public ProvisionTypeType getProvisionType()
Gets the value of the provisionType property.- Returns:
- possible object is
ProvisionTypeType
-
setProvisionType
public void setProvisionType(@Nullable ProvisionTypeType value)Sets the value of the provisionType property.- Parameters:
value- allowed object isProvisionTypeType
-
getRedirectURL
@Nullable public String getRedirectURL()
Gets the value of the redirectURL property.- Returns:
- possible object is
String
-
setRedirectURL
public void setRedirectURL(@Nullable String value)Sets the value of the redirectURL property.- Parameters:
value- allowed object isString
-
getParams
@Nullable public ParamsType getParams()
Gets the value of the params property.- Returns:
- possible object is
ParamsType
-
setParams
public void setParams(@Nullable ParamsType value)Sets the value of the params property.- Parameters:
value- allowed object isParamsType
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring
-
cloneTo
public void cloneTo(@Nonnull ProvisionType ret)This method clones all values fromthisto the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2- Parameters:
ret- The target object to clone to. May not benull.
-
clone
@Nonnull @ReturnsMutableCopy public ProvisionType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
-