Regenerating protocol files for tests.

This commit is contained in:
lotodore
2011-07-17 12:19:54 +00:00
parent e109c0037d
commit d14d1d4a2b
9 changed files with 407 additions and 16 deletions
@@ -36,6 +36,11 @@ import org.bn.types.*;
private Long buildId = null;
@ASN1Element ( name = "myLastSessionId", isOptional = false , hasTag = false , hasDefaultValue = false )
private Guid myLastSessionId = null;
@ASN1PreparedElement
@ASN1Choice ( name = "login" )
@@ -174,6 +179,18 @@ import org.bn.types.*;
public Guid getMyLastSessionId () {
return this.myLastSessionId;
}
public void setMyLastSessionId (Guid value) {
this.myLastSessionId = value;
}
public LoginChoiceType getLogin () {
return this.login;
}