Regenerating protocol files for tests.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user