public EdgeType withDirectedFace(List<DirectedFacePropertyType> value) {
   setDirectedFace(value);
   return this;
 }