Class FieldIDType
- java.lang.Object
-
- org.apache.xml.security.binding.xmldsig11.FieldIDType
-
public class FieldIDType extends java.lang.Object
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Object
any
protected CharTwoFieldParamsType
gnB
protected PnBFieldParamsType
pnB
protected PrimeFieldParamsType
prime
protected TnBFieldParamsType
tnB
-
Constructor Summary
Constructors Constructor Description FieldIDType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.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.void
setAny(java.lang.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.
-
-
-
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
Object
Element
-
setAny
public void setAny(java.lang.Object value)
Sets the value of the any property.- Parameters:
value
- allowed object isObject
Element
-
-