@CodingStyleguideUnaware public class FieldIDType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for FieldIDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FieldIDType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://www.w3.org/2009/xmldsig11#}Prime"/>
<element ref="{http://www.w3.org/2009/xmldsig11#}TnB"/>
<element ref="{http://www.w3.org/2009/xmldsig11#}PnB"/>
<element ref="{http://www.w3.org/2009/xmldsig11#}GnB"/>
<any processContents='lax' namespace='##other'/>
</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 and Description |
|---|
FieldIDType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
FieldIDType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(FieldIDType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
Object |
getAny()
Gets the value of the any property.
|
CharTwoFieldParamsType |
getGnB()
Gets the value of the gnB property.
|
PnBFieldParamsType |
getPnB()
Gets the value of the pnB property.
|
PrimeFieldParamsType |
getPrime()
Gets the value of the prime property.
|
TnBFieldParamsType |
getTnB()
Gets the value of the tnB property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setAny(Object value)
Sets the value of the any property.
|
void |
setGnB(CharTwoFieldParamsType value)
Sets the value of the gnB property.
|
void |
setPnB(PnBFieldParamsType value)
Sets the value of the pnB property.
|
void |
setPrime(PrimeFieldParamsType value)
Sets the value of the prime property.
|
void |
setTnB(TnBFieldParamsType value)
Sets the value of the tnB property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public FieldIDType()
@Nullable public PrimeFieldParamsType getPrime()
PrimeFieldParamsTypepublic void setPrime(@Nullable PrimeFieldParamsType value)
value - allowed object is
PrimeFieldParamsType@Nullable public TnBFieldParamsType getTnB()
TnBFieldParamsTypepublic void setTnB(@Nullable TnBFieldParamsType value)
value - allowed object is
TnBFieldParamsType@Nullable public PnBFieldParamsType getPnB()
PnBFieldParamsTypepublic void setPnB(@Nullable PnBFieldParamsType value)
value - allowed object is
PnBFieldParamsType@Nullable public CharTwoFieldParamsType getGnB()
CharTwoFieldParamsTypepublic void setGnB(@Nullable CharTwoFieldParamsType value)
value - allowed object is
CharTwoFieldParamsTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull FieldIDType 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 FieldIDType clone()
Copyright © 2016–2020 Philip Helger. All rights reserved.