165166167168169170171
if (lockType != null) { lt = Lock.TYPE_WRITE; } } return new Lock(ls, lt); }
218219220221222223224225
if (href != null) { lockToken = DOMUtils.getTextValue(href); } } return new Lock(ls, lt, d, owner, t, lockToken); }
188189190191192193194195
if (href != null) { principalUrl = DOMUtils.getTextValue(href); } } return new Lock(ls, lt, d, owner, t, lockToken, principalUrl); }
117118119120121122123
224225226227228229230231