Class FieldIDType
- java.lang.Object
-
- org.apache.xml.security.binding.xmldsig11.FieldIDType
-
public class FieldIDType extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Objectanyprotected CharTwoFieldParamsTypegnBprotected PnBFieldParamsTypepnBprotected PrimeFieldParamsTypeprimeprotected TnBFieldParamsTypetnB
-
Constructor Summary
Constructors Constructor Description FieldIDType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetAny()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.voidsetAny(java.lang.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.
-
-
-
Field Detail
-
prime
protected PrimeFieldParamsType prime
-
tnB
protected TnBFieldParamsType tnB
-
pnB
protected PnBFieldParamsType pnB
-
gnB
protected CharTwoFieldParamsType gnB
-
any
protected java.lang.Object any
-
-
Method Detail
-
getPrime
public PrimeFieldParamsType getPrime()
Gets the value of the prime property.- Returns:
- possible object is
PrimeFieldParamsType
-
setPrime
public void setPrime(PrimeFieldParamsType value)
Sets the value of the prime property.- Parameters:
value- allowed object isPrimeFieldParamsType
-
getTnB
public TnBFieldParamsType getTnB()
Gets the value of the tnB property.- Returns:
- possible object is
TnBFieldParamsType
-
setTnB
public void setTnB(TnBFieldParamsType value)
Sets the value of the tnB property.- Parameters:
value- allowed object isTnBFieldParamsType
-
getPnB
public PnBFieldParamsType getPnB()
Gets the value of the pnB property.- Returns:
- possible object is
PnBFieldParamsType
-
setPnB
public void setPnB(PnBFieldParamsType value)
Sets the value of the pnB property.- Parameters:
value- allowed object isPnBFieldParamsType
-
getGnB
public CharTwoFieldParamsType getGnB()
Gets the value of the gnB property.- Returns:
- possible object is
CharTwoFieldParamsType
-
setGnB
public void setGnB(CharTwoFieldParamsType value)
Sets the value of the gnB property.- Parameters:
value- allowed object isCharTwoFieldParamsType
-
getAny
public java.lang.Object getAny()
Gets the value of the any property.- Returns:
- possible object is
ObjectElement
-
setAny
public void setAny(java.lang.Object value)
Sets the value of the any property.- Parameters:
value- allowed object isObjectElement
-
-