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 Objectprotected CharTwoFieldParamsTypeprotected PnBFieldParamsTypeprotected PrimeFieldParamsTypeprotected 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.voidSets 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 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
-
setAny
-