Searched refs:msisdnType (Results 1 – 2 of 2) sorted by relevance
171 return new SETId.msisdnType(); in createElement()176 return tag == null ? SETId.msisdnType.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags()314 public static class msisdnType extends Asn1OctetString { class in SETId320 public msisdnType() { in msisdnType() method in SETId.msisdnType349 public static msisdnType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()350 msisdnType result = new msisdnType(); in fromPerUnaligned()358 public static msisdnType fromPerAligned(byte[] encodedBytes) { in fromPerAligned()359 msisdnType result = new msisdnType(); in fromPerAligned()394 public SETId.msisdnType getMsisdn() { in getMsisdn()398 return (SETId.msisdnType) element; in getMsisdn()[all …]
190 return new ThirdPartyID.msisdnType(); in createElement()195 return tag == null ? ThirdPartyID.msisdnType.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags()463 public static class msisdnType extends Asn1OctetString { class in ThirdPartyID469 public msisdnType() { in msisdnType() method in ThirdPartyID.msisdnType498 public static msisdnType fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()499 msisdnType result = new msisdnType(); in fromPerUnaligned()507 public static msisdnType fromPerAligned(byte[] encodedBytes) { in fromPerAligned()508 msisdnType result = new msisdnType(); in fromPerAligned()543 public ThirdPartyID.msisdnType getMsisdn() { in getMsisdn()547 return (ThirdPartyID.msisdnType) element; in getMsisdn()[all …]