Class CountryAndSubregions.Builder
- java.lang.Object
-
- org.bouncycastle.oer.its.ieee1609dot2.basetypes.CountryAndSubregions.Builder
-
- Enclosing class:
- CountryAndSubregions
public static class CountryAndSubregions.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CountryAndSubregions
createCountryAndSubregions()
CountryAndSubregions.Builder
setCountry(CountryOnly country)
CountryAndSubregions.Builder
setRegionAndSubregions(SequenceOfRegionAndSubregions regionAndSubregions)
-
-
-
Method Detail
-
setCountry
public CountryAndSubregions.Builder setCountry(CountryOnly country)
-
setRegionAndSubregions
public CountryAndSubregions.Builder setRegionAndSubregions(SequenceOfRegionAndSubregions regionAndSubregions)
-
createCountryAndSubregions
public CountryAndSubregions createCountryAndSubregions()
-
-