Package com.helger.xsds.xmldsig11
Class FieldIDType
- java.lang.Object
-
- com.helger.xsds.xmldsig11.FieldIDType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FieldIDType()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 FieldIDTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(FieldIDType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeObjectgetAny()Gets the value of the any property.CharTwoFieldParamsTypegetGnB()Gets the value of the gnB property.PnBFieldParamsTypegetPnB()Gets the value of the pnB property.PrimeFieldParamsTypegetPrime()Gets the value of the prime property.TnBFieldParamsTypegetTnB()Gets the value of the tnB property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetAny(Object value)Sets the value of the any property.voidsetGnB(CharTwoFieldParamsType value)Sets the value of the gnB property.voidsetPnB(PnBFieldParamsType value)Sets the value of the pnB property.voidsetPrime(PrimeFieldParamsType value)Sets the value of the prime property.voidsetTnB(TnBFieldParamsType value)Sets the value of the tnB property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring
-
-
-
Method Detail
-
getPrime
@Nullable public PrimeFieldParamsType getPrime()
Gets the value of the prime property.- Returns:
- possible object is
PrimeFieldParamsType
-
setPrime
public void setPrime(@Nullable PrimeFieldParamsType value)
Sets the value of the prime property.- Parameters:
value- allowed object isPrimeFieldParamsType
-
getTnB
@Nullable public TnBFieldParamsType getTnB()
Gets the value of the tnB property.- Returns:
- possible object is
TnBFieldParamsType
-
setTnB
public void setTnB(@Nullable TnBFieldParamsType value)
Sets the value of the tnB property.- Parameters:
value- allowed object isTnBFieldParamsType
-
getPnB
@Nullable public PnBFieldParamsType getPnB()
Gets the value of the pnB property.- Returns:
- possible object is
PnBFieldParamsType
-
setPnB
public void setPnB(@Nullable PnBFieldParamsType value)
Sets the value of the pnB property.- Parameters:
value- allowed object isPnBFieldParamsType
-
getGnB
@Nullable public CharTwoFieldParamsType getGnB()
Gets the value of the gnB property.- Returns:
- possible object is
CharTwoFieldParamsType
-
setGnB
public void setGnB(@Nullable CharTwoFieldParamsType value)
Sets the value of the gnB property.- Parameters:
value- allowed object isCharTwoFieldParamsType
-
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 FieldIDType 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 FieldIDType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
-