Class FieldIDType
java.lang.Object
org.apache.xml.security.binding.xmldsig11.FieldIDType
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
FieldsModifier and TypeFieldDescriptionprotected Object
protected CharTwoFieldParamsType
protected PnBFieldParamsType
protected PrimeFieldParamsType
protected TnBFieldParamsType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAny()
Gets the value of the any property.getGnB()
Gets the value of the gnB property.getPnB()
Gets the value of the pnB property.getPrime()
Gets the value of the prime property.getTnB()
Gets the value of the tnB property.void
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 Details
-
prime
-
tnB
-
pnB
-
gnB
-
any
-
-
Constructor Details
-
FieldIDType
public FieldIDType()
-
-
Method Details
-
getPrime
Gets the value of the prime property.- Returns:
- possible object is
PrimeFieldParamsType
-
setPrime
Sets the value of the prime property.- Parameters:
value
- allowed object isPrimeFieldParamsType
-
getTnB
Gets the value of the tnB property.- Returns:
- possible object is
TnBFieldParamsType
-
setTnB
Sets the value of the tnB property.- Parameters:
value
- allowed object isTnBFieldParamsType
-
getPnB
Gets the value of the pnB property.- Returns:
- possible object is
PnBFieldParamsType
-
setPnB
Sets the value of the pnB property.- Parameters:
value
- allowed object isPnBFieldParamsType
-
getGnB
Gets the value of the gnB property.- Returns:
- possible object is
CharTwoFieldParamsType
-
setGnB
Sets the value of the gnB property.- Parameters:
value
- allowed object isCharTwoFieldParamsType
-
getAny
Gets the value of the any property. -
setAny
Sets the value of the any property.
-