public class FieldIDType extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
any |
protected CharTwoFieldParamsType |
gnB |
protected PnBFieldParamsType |
pnB |
protected PrimeFieldParamsType |
prime |
protected TnBFieldParamsType |
tnB |
| Constructor and Description |
|---|
FieldIDType() |
| Modifier and Type | Method and Description |
|---|---|
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(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.
|
protected PrimeFieldParamsType prime
protected TnBFieldParamsType tnB
protected PnBFieldParamsType pnB
protected CharTwoFieldParamsType gnB
protected Object any
public PrimeFieldParamsType getPrime()
PrimeFieldParamsTypepublic void setPrime(PrimeFieldParamsType value)
value - allowed object is
PrimeFieldParamsTypepublic TnBFieldParamsType getTnB()
TnBFieldParamsTypepublic void setTnB(TnBFieldParamsType value)
value - allowed object is
TnBFieldParamsTypepublic PnBFieldParamsType getPnB()
PnBFieldParamsTypepublic void setPnB(PnBFieldParamsType value)
value - allowed object is
PnBFieldParamsTypepublic CharTwoFieldParamsType getGnB()
CharTwoFieldParamsTypepublic void setGnB(CharTwoFieldParamsType value)
value - allowed object is
CharTwoFieldParamsTypepublic Object getAny()
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.