Class RegionAndSubregions.Builder
- java.lang.Object
-
- org.bouncycastle.oer.its.ieee1609dot2.basetypes.RegionAndSubregions.Builder
-
- Enclosing class:
- RegionAndSubregions
public static class RegionAndSubregions.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegionAndSubregions
createRegionAndSubregions()
RegionAndSubregions.Builder
setRegion(UINT8 region)
RegionAndSubregions.Builder
setSubregions(SequenceOfUint16 subRegions)
-
-
-
Method Detail
-
setRegion
public RegionAndSubregions.Builder setRegion(UINT8 region)
-
setSubregions
public RegionAndSubregions.Builder setSubregions(SequenceOfUint16 subRegions)
-
createRegionAndSubregions
public RegionAndSubregions createRegionAndSubregions()
-
-