Package eu.de4a.iem.jaxb.common.types
Class RequestGroundsType
- java.lang.Object
-
- eu.de4a.iem.jaxb.common.types.RequestGroundsType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Cloneable
@CodingStyleguideUnaware public class RequestGroundsType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
Java class for RequestGroundsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestGroundsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="LawELIPermanentLink" type="{http://www.de4a.eu/2020/commons/type}LawELIPermanentLinkType"/> <element name="ExplicitRequest" type="{http://www.de4a.eu/2020/commons/type}ExplicitRequestType"/> </choice> </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 RequestGroundsType()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 RequestGroundsTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(RequestGroundsType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeExplicitRequestTypegetExplicitRequest()Gets the value of the explicitRequest property.StringgetLawELIPermanentLink()Gets the value of the lawELIPermanentLink property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetExplicitRequest(ExplicitRequestType value)Sets the value of the explicitRequest property.voidsetLawELIPermanentLink(String value)Sets the value of the lawELIPermanentLink property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring
-
-
-
Method Detail
-
getLawELIPermanentLink
@Nullable public String getLawELIPermanentLink()
Gets the value of the lawELIPermanentLink property.- Returns:
- possible object is
String
-
setLawELIPermanentLink
public void setLawELIPermanentLink(@Nullable String value)Sets the value of the lawELIPermanentLink property.- Parameters:
value- allowed object isString
-
getExplicitRequest
@Nullable public ExplicitRequestType getExplicitRequest()
Gets the value of the explicitRequest property.- Returns:
- possible object is
ExplicitRequestType
-
setExplicitRequest
public void setExplicitRequest(@Nullable ExplicitRequestType value)Sets the value of the explicitRequest property.- Parameters:
value- allowed object isExplicitRequestType
-
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 RequestGroundsType 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 RequestGroundsType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
-